Storage layout for the ISTO contract (ISTOStorage.sol)
View Source: contracts/storage/modules/STO/ISTOStorage.sol
ISTOStorage
Contract Members
Constants & Variables
mapping(uint8 => bool) public fundRaiseTypes;
mapping(uint8 => uint256) public fundsRaised;
uint256 public startTime;
uint256 public endTime;
uint256 public pausedTime;
uint256 public investorCount;
address public wallet;
uint256 public totalTokensSold;
Functions
PreviousDataStoreStorage.solNextRegistry contract for issuers to register their tickers and security tokens (SecurityTokenRegistry.s
Last updated
Was this helpful?