Factory for deploying GeneralTransferManager module (TrackedRedemptionFactory.sol)

View Source: contracts/modules/Experimental/Burn/TrackedRedemptionFactory.solarrow-up-right

↗ Extends: ModuleFactoryarrow-up-right ↘ Derived Contracts: MockBurnFactoryarrow-up-right

TrackedRedemptionFactory

Functions

Constructor

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

Arguments

Name

Type

Description

_setupCost

uint256

Setup cost of module

_polymathRegistry

address

Address of the Polymath registry

_isCostInPoly

bool

true = cost in Poly, false = USD

deploy

⤾ overrides IModuleFactory.deployarrow-up-right

⤿ Overridden Implementation(s): MockBurnFactory.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?