View Source: contracts/modules/Experimental/TransferManager/SignedTransferManagerFactory.solโ
โ Extends: ModuleFactoryโ
SignedTransferManagerFactory
โdeploy(bytes _data)โ
Constructor
function (uint256 _setupCost, address _polymathRegistry, bool _isCostInPoly) public nonpayable ModuleFactory
Arguments
Name | Type | Description |
_setupCost | uint256 | โ |
_polymathRegistry | address | โ |
_isCostInPoly | bool | โ |
โคพ 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 | โ |