Storage layout for the STO contract (STOStorage.sol)
View Source: contracts/storage/modules/STO/STOStorage.sol
↘ Derived Contracts: CappedSTOProxy, DummySTOProxy, PreSaleSTOProxy, STO, USDTieredSTOProxy
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
PreviousFactory for deploying LockUpTransferManager module (LockUpTransferManagerFactory.sol)NextInterface for the Polymath Security Token Registry contract (ISecurityTokenRegistry.sol)
Last updated
Was this helpful?