EtherDividendCheckpointFactory
contract EtherDividendCheckpointFactory
Reference
Functions
deploy
function deploy(bytes ) external returns (address)
Used to launch the Module with the help of factory.
- Parameters:
- 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
- Setup cost of the module_usageCost
- Usage cost of the module_subscriptionCost
- Subscription cost of the module
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[]