deploy_erc20_token
Deploy a new ERC20 token contract on the Rootstock blockchain using the MCP Server. Define token name, symbol, initial supply, and optional mintable, gas limit, and gas price parameters.
Instructions
Deploy a new ERC20 token contract
Input Schema
Name | Required | Description | Default |
---|---|---|---|
decimals | No | Token decimals (default: 18) | |
gasLimit | No | Optional gas limit | |
gasPrice | No | Optional gas price | |
initialSupply | Yes | Initial token supply | |
mintable | No | Whether the token should be mintable (default: false) | |
name | Yes | Token name (e.g., "My Token") | |
symbol | Yes | Token symbol (e.g., "MTK") |