generate-erc20-token-smart-contract logo

Generate ERC20 Token Smart Contract

Generate the code of a ERC20 token smart contract in Solidity


Enter the name of your token. Make it unique and descriptive.
Choose a shorthand symbol for your token. Typically 3-5 characters.
Specify the initial quantity of tokens to be minted.
Set the number of decimal places for the token. This determines how divisible your token is. Standard is 18.
Token holders will be able to destroy their tokens
Privileged accounts will be able to create more supply.
Admins will be able to pause all operations and resumed whenever needed.
Without paying gas, token holders will be able to allow third parties to transfer from their account
Keeps track of historical balances for voting in on-chain governance
Lend tokens and return them in the same transaction.
Store snapshots of balances that can be retrieved later.