CountTransferManager module Proxy (CountTransferManagerProxy.sol)
View Source: contracts/modules/TransferManager/CTM/CountTransferManagerProxy.sol
↗ Extends: CountTransferManagerStorage, ModuleStorage, Pausable, OwnedUpgradeabilityProxy
CountTransferManagerProxy
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
PreviousUtility contract to allow pausing and unpausing of certain functions (Pausable.sol)NextMath (Math.sol)
Last updated
Was this helpful?