Factory for deploying SignedTransferManager module (SignedTransferManagerFactory.sol)

View Source: contracts/modules/Experimental/TransferManager/SignedTransferManagerFactory.sol

↗ Extends: ModuleFactory

SignedTransferManagerFactory

Functions

Constructor

function (uint256 _setupCost, address _polymathRegistry, bool _isCostInPoly) public nonpayable ModuleFactory

Arguments

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

Last updated