Contract used to store layout for the CappedSTO storage (CappedSTOStorage.sol)
View Source: contracts/modules/STO/Capped/CappedSTOStorage.sol
↘ Derived Contracts: CappedSTO, CappedSTOProxy
CappedSTOStorage
Contract Members
Constants & Variables
bool public allowBeneficialInvestments;
uint256 public rate;
uint256 public cap;
mapping(address => uint256) public investors;
Functions
Last updated
Was this helpful?