Storage layout for the STO contract (STOStorage.sol)

View Source: contracts/storage/modules/STO/STOStorage.solarrow-up-right

↘ Derived Contracts: CappedSTOProxyarrow-up-right, DummySTOProxyarrow-up-right, PreSaleSTOProxyarrow-up-right, STOarrow-up-right, USDTieredSTOProxyarrow-up-right

STOStorage

Contract Members

Constants & Variables

//internal members
bytes32 internal constant INVESTORFLAGS;

//public members
mapping(uint8 => bool) public fundRaiseTypes;
mapping(uint8 => uint256) public fundsRaised;
uint256 public startTime;
uint256 public endTime;
uint256 public pausedTime;
uint256 public investorCount;
address payable public wallet;
uint256 public totalTokensSold;

Functions

Last updated

Was this helpful?