π°Standard Token
An ERC-20 token is a standard protocol for creating and implementing fungible tokens on the EVM kind of blockchain. This standard defines a set of rules and functions that EVM-based smart contracts should follow to enable the creation and management of tokens within the EVM ecosystem.
To generate your own standard token click here.
Smart Contract Methods
Read methods:
allowance
balanceOf
decimals
name
owner
symbol
totalSupply
Write methods:
approve
decreaseAllowance
increaseAllowance
renounceOwnership
transfer
transferFrom
transferOwnership
This token as any other token is compatible with our Launchpad, and your tokens can be sold on our Launchpad!
Last updated