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

View Source: contracts/mocks/MockWrongTypeFactory.sol

↗ Extends: MockBurnFactory

MockWrongTypeFactory

Functions

Constructor

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

Arguments

Name

Type

Description

_setupCost

uint256

Setup cost of the module

_polymathRegistry

address

Address of the Polymath Registry

_isFeeInPoly

bool

getTypes

⤾ overrides ModuleFactory.getTypes

Type of the Module factory

function getTypes() external view
returns(uint8[])

Arguments

Name

Type

Description

Last updated