predictTransferId
Generate a unique transfer ID for potential Ethereum token transfers using sender, recipient, token ID, and amount inputs to ensure transaction traceability and accuracy.
Instructions
Predict a transfer ID for a potential transfer
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | The transfer amount | |
from | Yes | The sender address | |
id | Yes | The token ID | |
to | Yes | The recipient address |