Transfer Manager module for core transfer validation functionality (VolumeRestrictionTMProxy.sol)
View Source: contracts/modules/TransferManager/VRTM/VolumeRestrictionTMProxy.sol
↗ Extends: VolumeRestrictionTMStorage, ModuleStorage, Pausable, OwnedUpgradeabilityProxy
VolumeRestrictionTMProxy
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
PreviousERC20 interface (IPoly.sol)NextContract used to store layout for the DummySTO storage (DummySTOStorage.sol)
Last updated
Was this helpful?