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

View Source: contracts/mocks/Dummy/DummySTOStorage.sol

↘ Derived Contracts: DummySTO, DummySTOProxy

DummySTOStorage

Contract Members

Constants & Variables

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

Functions

Last updated