DevStation / LaunchKit / Deploy / SimpleERC20

Configure SimpleERC20

Step 2 of 3 — Fill in constructor arguments and review deployment.

Token StandardsSimpleERC20

A standard ERC-20 fungible token with configurable name, symbol, total supply, owner-only minting, and public burning.

Constructor Arguments

The full name of your token. This is permanent.

Ticker symbol. Conventionally 3-5 characters.

Whole tokens to mint at deploy. Contract handles 18 decimals.

Receives the full initial supply and controls minting. Defaults to your connected wallet.

Project Label

Deployment Preview

Template
SimpleERC20
Network
BOT Chain Mainnet (Chain 677)
Compiler
Solidity 0.8.20
Est. Gas
~720,000 units
Est. Cost
~0.000864 BOT
Compiled
In-browser (solc)
Registry
SimpleERC20
Generated Constructor Call
json
{
"name_": "<string>",
"symbol_": "<string>",
"initialSupply_": "<uint>",
"initialOwner_": "<address>"
}
Checking gas sponsorship…
DevStation
Loading console…