agentek-eth

by NaniDAO
Verified

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

NameRequiredDescriptionDefault
amountYesThe transfer amount
fromYesThe sender address
idYesThe token ID
toYesThe recipient address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "The transfer amount", "type": "string" }, "from": { "description": "The sender address", "type": "string" }, "id": { "description": "The token ID", "type": "string" }, "to": { "$ref": "#/properties/from", "description": "The recipient address" } }, "required": [ "from", "to", "id", "amount" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce