Transfer Manager module for core transfer validation functionality (ERC20DividendCheckpointProxy.sol
View Source: contracts/modules/Checkpoint/Dividend/ERC20/ERC20DividendCheckpointProxy.sol
↗ Extends: ERC20DividendCheckpointStorage, DividendCheckpointStorage, ModuleStorage, Pausable, OwnedUpgradeabilityProxy
ERC20DividendCheckpointProxy
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
PreviousFactory for deploying SignedTransferManager module (SignedTransferManagerFactory.sol)NextBurn module for burning tokens and keeping track of burnt amounts (ScheduledCheckpoint.sol)
Last updated
Was this helpful?