Fixed-supply ERC-20 deployment

Create a token. Keep full control.

Configure and deploy a transparent fixed-supply token through a published factory. ABI and implementation references included.

Configure your token

Set the name, symbol, and supply for a supported network.

Factory unavailableNo MintingTools ERC20 factory is deployed on a supported network yet.

By deploying, you instruct your connected wallet to call the published MintingTools ERC20 factory on the chain connected at signing. The full initial supply is minted to that same wallet through an ERC-1967 proxy. You alone are responsible for reviewing the contract, confirming the wallet and network, paying gas fees, and meeting any legal, regulatory, tax, or disclosure obligations tied to the token or its use.

Deployment checklist

Keep these steps in view for a supported network.

1
Start with your token details right away.

Enter the token details first.

2
Choose a name, symbol, and fixed supply.

The full supply is minted to the connected wallet on deployment.

3
Review the generated Solidity before deploying.

Review the generated source before signing.

4
Deploy when ready and approve wallet access only at that point.

Deployment prompts come from your wallet provider.