Base Token Creator
Launch a standard ERC-20 on Base Sepolia. Your wallet signs the transaction, the supply is minted to you, and the contract has no owner and no backdoor.
Service fee
A non-zero service fee is configured, so creation is two wallet transactions: the fee, then the deployment.
Token Properties
Not implemented by TokenFactory. Shown so nobody expects them.
Enable the ability to permanently remove tokens from circulation by burning
Enable minting for your token, only the owner can mint.
Allows pausing all token transfers and trading activity temporarily
Trading Limits
Protection features are not implemented in the current factory contract.
Set trading limits to your token to avoid whales
Prevent bots from trading your token by limiting to one trade per block
Add addresses to a blacklist that prevents them from trading the token
Wallet and deployment
Connect your wallet to pay the service fee and deploy your token.
- No browser wallet was found on this page (window.ethereum is undefined), so there is nothing to connect to. Install MetaMask (or another EIP-1193 wallet) and reload. Note: embedded preview panels and mobile in-app browsers do not load wallet extensions — open this page in a normal desktop browser tab.
- The Token Factory address is not configured on this deployment. A configured factory is required before any token can be created.