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
PreviousTransfer Manager module for core transfer validation functionality (VolumeRestrictionTMProxy.sol)NextBurn module for burning tokens and keeping track of burnt amounts (TrackedRedemption.sol)
Last updated
Was this helpful?