KYCTransferManagerFactory.sol

View Source: contracts/modules/Experimental/TransferManager/KYCTransferManagerFactory.solarrow-up-right

↗ Extends: ModuleFactoryarrow-up-right

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.deployarrow-up-right

Used to launch the Module with the help of factory

Returns

address Contract address of the Module

Arguments

Name

Type

Description

_data

bytes

Last updated

Was this helpful?