Skip to main content

ERC20 - Creating your fungible token

The ERC20 is a smart contract standard made for fungible tokens (i.e: interchangeable tokens like coins).

Smart ContractDescriptionBlockchain
ERC20 Token with fixed supplyThis meta-transaction version enables you to send transactions on behalf of your users so they can use their tokens without having to pay for gas fees.
ERC20 Token with mintable supplyThis meta-transaction enables you to send transactions on behalf of your users so they can use their tokens without having to pay for gas fees.