mint_tokens
Generate and issue new tokens by specifying the token contract address, recipient, and amount on the Rootstock blockchain using the Rootstock MCP Server.
Instructions
Mint tokens (only for mintable tokens)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Amount of tokens to mint | |
gasLimit | No | Optional gas limit | |
gasPrice | No | Optional gas price | |
to | Yes | Address to mint tokens to | |
tokenAddress | Yes | ERC20 token contract address |