View Source: contracts/mocks/TestSTOFactory.solโ
โ Extends: DummySTOFactoryโ
TestSTOFactory
โgetTags()โ
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 |
_polymathRegistry | address | Address of the Polymath Registry |
_isFeeInPoly | bool | โ |
โคพ overrides ModuleFactory.getTagsโ
Gets the tags related to the module factory
function getTags() external viewreturns(bytes32[])
Arguments
Name | Type | Description |