View Source: contracts/modules/Experimental/Mixed/ScheduledCheckpointFactory.solโ
โ Extends: ModuleFactoryโ
ScheduledCheckpointFactory
โdeploy(bytes _data)โ
Constructor
function (uint256 _setupCost, address _polymathRegistry, bool _isCostInPoly) public nonpayable ModuleFactory
Arguments
Name | Type | Description |
_setupCost | uint256 | Setup cost of the module |
_polymathRegistry | address | Address of the Polymath registry |
_isCostInPoly | bool | true = cost in Poly, false = USD |
โคพ overrides IModuleFactory.deployโ
used to launch the Module with the help of factory
function deploy(bytes _data) external nonpayablereturns(address)
Returns
address Contract address of the Module
Arguments
Name | Type | Description |
_data | bytes | โ |