Factory for deploying ERC20DividendCheckpoint module (ERC20DividendCheckpointFactory.sol)
View Source: contracts/modules/Checkpoint/Dividend/ERC20/ERC20DividendCheckpointFactory.sol
↗ Extends: UpgradableModuleFactory
ERC20DividendCheckpointFactory
Functions
Constructor
function (uint256 _setupCost, address _logicContract, address _polymathRegistry, bool _isCostInPoly) public nonpayable UpgradableModuleFactory
Arguments
Name
Type
Description
_setupCost
uint256
Setup cost of the module
_logicContract
address
Contract address that contains the logic related to description
_polymathRegistry
address
Address of the Polymath registry
_isCostInPoly
bool
true = cost in Poly, false = USD
deploy
⤾ overrides IModuleFactory.deploy
Used to launch the Module with the help of factory
function deploy(bytes _data) external nonpayable
returns(address)
Returns
Address Contract address of the Module
Arguments
Name
Type
Description
_data
bytes
PreviousInterface to be implemented by all checkpoint modules (ICheckpoint.sol)NextFactory for deploying GeneralTransferManager module (GeneralTransferManagerFactory.sol)
Last updated
Was this helpful?