DummySTOFactory
Reference
Functions
deploy
function deploy(bytes _data) external returns (address)
Used to launch the Module with the help of factory.
- Parameters:
_data
- bytes- Returns:
- address Contract address of the Module
fallback
function (address _polyAddress, uint256 _setupCost, uint256 _usageCost, uint256 _subscriptionCost) public
Constructor.
- Modifiers:
- Parameters:
_polyAddress
- Address of the polytoken_setupCost
- uint256_usageCost
- uint256_subscriptionCost
- uint256
getInstructions
function getInstructions() external view returns (string)
Returns the instructions associated with the module.
- Returns:
- string
getTags
function getTags() external view returns (bytes32[])
Get the tags related to the module factory.
- Returns:
- bytes32[]
getTypes
function getTypes() external view returns (uint8[])
Type of the Module factory.
- Returns:
- uint8[]