Skip to main content

Module ITIP20Factory

Module ITIP20Factory 

Source
Expand description

Module containing a contract’s types and functions.

interface ITIP20Factory {
    function createToken(string memory name, string memory symbol, string memory currency, address quoteToken, address admin, bytes32 salt) external returns (address token);
}

Structs§

ITIP20FactoryInstance
A ITIP20Factory instance.
createTokenCall
Function with signature createToken(string,string,string,address,address,bytes32) and selector 0x68130445.
createTokenReturn
Container type for the return parameters of the createToken(string,string,string,address,address,bytes32) function.

Enums§

ITIP20FactoryCalls
Container for all the ITIP20Factory function calls.

Functions§

new
Creates a new wrapper around an on-chain ITIP20Factory contract instance.