No-Code ERC-20 Wizard
Fill in the token details, generate a clean ERC-20 contract, then copy it into Remix or open it there automatically. Always test on a testnet before deploying to mainnet.
Shown in wallets, e.g. MyToken.
Ticker-style code, e.g. MTK.
Most ERC-20 tokens use 18.
Enter the supply you want to see in wallets, e.g. 1,000,000.
If set to Yes, only the owner can mint extra tokens.
Adds
burn(uint256) so holders can reduce supply by burning.
Generated Solidity Contract
Contract preview will appear here after you click “Build Contract”.
// Your contract will appear here…
This wizard generates a basic ERC-20 contract using
ERC20 from OpenZeppelin. Always review, audit, and test your
contract (including on a testnet such as Sepolia or Base Sepolia) before
deploying to a production network.