Back to Tools

Token Creation
🚧 This is a preview of the upcoming token creation feature. The functionality is not yet live.
Advanced Features
Deployment Summary
- Contract Verification: Included
- Security Audit: Basic Scan Included
Token Creation Contract
Contract ABI
[
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "string",
"name": "symbol",
"type": "string"
},
{
"internalType": "uint256",
"name": "initialSupply",
"type": "uint256"
}
],
"name": "createToken",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
]