Interface to be implemented by all STO modules (ISTO.sol)

View Source: contracts/interfaces/ISTO.solarrow-up-right

↘ Derived Contracts: STOarrow-up-right

ISTO

Enums

FundRaiseType

enum FundRaiseType {
 ETH,
 POLY,
 SC
}

Events

event SetFundRaiseTypes(enum ISTO.FundRaiseType[]  _fundRaiseTypes);

Functions

getTokensSold

⤿ Overridden Implementation(s): CappedSTO.getTokensSoldarrow-up-right,DummySTO.getTokensSoldarrow-up-right,PreSaleSTO.getTokensSoldarrow-up-right,STO.getTokensSoldarrow-up-right,USDTieredSTO.getTokensSoldarrow-up-right

Returns the total no. of tokens sold

Arguments

Name

Type

Description

getRaised

⤿ Overridden Implementation(s): STO.getRaisedarrow-up-right

Returns funds raised by the STO

Arguments

Name

Type

Description

_fundRaiseType

enum ISTO.FundRaiseType

pause

⤿ Overridden Implementation(s): Module.pausearrow-up-right,STO.pausearrow-up-right

Pause (overridden function)

Arguments

Name

Type

Description

Last updated

Was this helpful?