Mock Contract Not fit for production environment (MockBurnFactory.sol)

View Source: contracts/mocks/MockBurnFactory.solarrow-up-right

↗ Extends: TrackedRedemptionFactoryarrow-up-right ↘ Derived Contracts: MockWrongTypeFactoryarrow-up-right

MockBurnFactory

Functions

Constructor

function (uint256 _setupCost, address _polymathRegistry, bool _isFeeInPoly) public nonpayable TrackedRedemptionFactory

Arguments

Name

Type

Description

_setupCost

uint256

Setup cost of the module

_polymathRegistry

address

Address of the Polymath Registry

_isFeeInPoly

bool

deploy

⤾ overrides TrackedRedemptionFactory.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?