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.

Project Label

Deployment Preview

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