predictTransferId
Generate a transfer ID for Ethereum token transfers by inputting sender, recipient, token ID, and amount. This tool helps verify transaction details before execution.
Instructions
Predict a transfer ID for a potential transfer
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | The sender address | |
| to | Yes | The recipient address | |
| id | Yes | The token ID | |
| amount | Yes | The transfer amount |