Skip to main content

Module tip20_factory

Module tip20_factory 

Source

Modules§

ITIP20Factory
Module containing a contract’s types and functions.

Structs§

createTokenCall
Function with signature createToken(string,string,string,address,address,bytes32) and selector 0x68130445.
createTokenWithLogoCall
@notice Creates a token and sets its logoURI atomically (TIP-1026). @dev Solidity overload of createToken with an additional logoURI argument. Reverts with LogoURITooLong if bytes(logoURI).length > 256, or with InvalidLogoURI if logoURI is non-empty and either has no parseable scheme or its scheme is not in the allow-list. Function with signature createToken(string,string,string,address,address,bytes32,string) and selector 0x5323d222.

Enums§

TIP20FactoryError
Container for all the ITIP20Factory custom errors.
TIP20FactoryEvent
Container for all the ITIP20Factory events.