mint_tokens
Mint ERC20 tokens on Rootstock by specifying the token contract address, recipient, and amount. Optional gas limit and price parameters available. Works with mintable tokens only.
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 |