Contract used to store layout for the CappedSTO storage (CappedSTOStorage.sol)
Contract Members
bool public allowBeneficialInvestments;
uint256 public rate;
uint256 public cap;
mapping(address => uint256) public investors;Functions
Last updated
Was this helpful?