TestSTOFactory.sol

View Source: contracts/mocks/TestSTOFactory.sol

↗ Extends: DummySTOFactory

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.getTags

Gets the tags related to the module factory

function getTags() external view
returns(bytes32[])

Arguments

Name

Type

Description

Last updated

Was this helpful?