deploy_token
Prepare an unsigned ERC-20 token deployment transaction on Celo or Base by specifying token name, symbol, decimals, total supply, and owner address.
Instructions
Prepare an unsigned ERC-20 token deployment transaction on Celo or Base
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Token name (e.g. 'My Token') | |
| chain | Yes | EVM chain to deploy on | |
| symbol | Yes | Token symbol (e.g. 'MTK') | |
| decimals | No | ||
| totalSupply | Yes | Total supply (e.g. '1000000') | |
| ownerAddress | Yes | Address that will receive the initial supply |