Interface to be implemented by all STO modules (ISTO.sol)
FundRaiseType
enum FundRaiseType {
ETH,
POLY,
SC
}event SetFundRaiseTypes(enum ISTO.FundRaiseType[] _fundRaiseTypes);Functions
getTokensSold
getRaised
pause
PreviousFactory for deploying CountTransferManager module (CountTransferManagerFactory.sol)NextData store contract that stores data for all the modules in a central contract. (DataStore.sol)
Last updated
Was this helpful?