TestSTOFactory.sol

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

↗ Extends: DummySTOFactoryarrow-up-right

TestSTOFactory

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

getTags

⤾ overrides ModuleFactory.getTagsarrow-up-right

Gets the tags related to the module factory

Arguments

Name

Type

Description

Last updated

Was this helpful?