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

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

↗ Extends: DummySTOFactoryarrow-up-right

MockFactory

Contract Members

Constants & Variables

bool public typesSwitch;

Functions

Constructor

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

Arguments

Name

Type

Description

_setupCost

uint256

Setup cost of the module

_logicContract

address

Contract address that contains the logic related to description

_polymathRegistry

address

Address of the Polymath Registry

_isFeeInPoly

bool

getTypes

⤾ overrides ModuleFactory.getTypesarrow-up-right

Type of the Module factory

Arguments

Name

Type

Description

switchTypes

Arguments

Name

Type

Description

Last updated

Was this helpful?