DummySTO module Proxy (DummySTOProxy.sol)
View Source: contracts/mocks/Dummy/DummySTOProxy.sol
↗ Extends: DummySTOStorage, STOStorage, ModuleStorage, Pausable, ReentrancyGuard, OwnedUpgradeabilityProxy
DummySTOProxy
Functions
Constructor
function (string _version, address _securityToken, address _polyAddress, address _implementation) public nonpayable ModuleStorage
Arguments
Name
Type
Description
_version
string
_securityToken
address
Address of the security token
_polyAddress
address
Address of the polytoken
_implementation
address
representing the address of the new implementation to be set
PreviousContract used to store layout for the CountTransferManager storage (CountTransferManagerStorage.sol)NextTransfer Manager module for limiting percentage of token supply a single address can hold (Percentag
Last updated
Was this helpful?