ERC20 - Creating your fungible token
The ERC20 is a smart contract standard made for fungible tokens (i.e: interchangeable tokens like coins).
| Smart Contract | Description | Blockchain | 
|---|---|---|
| ERC20 Token with fixed supply | This 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 supply | This 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. |