erc20_transfer
Initiate an ERC20 token transfer on the Rootstock blockchain by specifying the contract address, recipient, and amount.
Instructions
Transfer an ERC20 token on Rootstock
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contractAddress | Yes | The address of the contract to transfer the token from | |
| toAddress | Yes | The address of the recipient | |
| amount | Yes | The amount of tokens to transfer |