intentCreateCoinToken
Deploy a new ERC6909 token on Ethereum-based chains, specifying name, symbol, metadata URI, owner address, and initial supply for customized cryptocurrency creation.
Instructions
Creates a new ERC6909 token inside the Coins contract with a name, symbol, metadata URI, owner, and initial supply.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | Yes | The chainId to deploy on e.g. 1 (mainnet), 8453 (base) | |
name | Yes | Token name | |
owner | Yes | Owner address | |
supply | Yes | Initial supply as a human readable string (e.g., '1000') | |
symbol | Yes | Token symbol | |
tokenURI | Yes | Metadata URI |