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
Name
Type
Description
_setupCost
uint256
_polymathRegistry
address
_isCostInPoly
bool
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
PreviousRegistry contract for issuers to register their tickers and security tokens (SecurityTokenRegistry.sNextTransfer Manager module for core transfer validation functionality (ERC20DividendCheckpointProxy.sol
Last updated
Was this helpful?