KYCTransferManagerFactory.sol

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

↗ Extends: ModuleFactory

KYCTransferManagerFactory

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

Last updated