Contract used to store layout for the DummySTO storage (DummySTOStorage.sol)
Contract Members
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?