Factory for deploying PercentageTransferManager module (PercentageTransferManagerFactory.sol)

View Source: contracts/modules/TransferManager/PTM/PercentageTransferManagerFactory.sol

↗ Extends: UpgradableModuleFactory

PercentageTransferManagerFactory

Functions

Constructor

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

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