Contract used to store layout for the DummySTO storage (DummySTOStorage.sol)

View Source: contracts/mocks/Dummy/DummySTOStorage.solarrow-up-right

↘ Derived Contracts: DummySTOarrow-up-right, DummySTOProxyarrow-up-right

DummySTOStorage

Contract Members

Constants & Variables

uint256 public investorCount;
uint256 public cap;
string public someString;
mapping(address => uint256) public investors;

Functions

Last updated

Was this helpful?