View Source: contracts/modules/STO/Capped/CappedSTOStorage.sol
↘ Derived Contracts: CappedSTO, CappedSTOProxy
CappedSTOStorage
Constants & Variables
bool public allowBeneficialInvestments;uint256 public rate;uint256 public cap;mapping(address => uint256) public investors;