deploy_erc20_token
Deploy a custom ERC-20 token on Chiliz by specifying its name, symbol, and initial supply to launch fan or utility tokens.
Instructions
Deploy a custom ERC-20 token on Chiliz blockchain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Token name (e.g., "Fan Token") | |
| symbol | Yes | Token symbol (e.g., "FAN") | |
| initialSupply | Yes | Initial supply (in tokens, not wei) |