decode_transaction_data
Interpret raw transaction input data to identify the function call and its parameters. Optionally use a contract ABI for more detailed decoding.
Instructions
Decode transaction input data to understand what it does
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| abi | No | Contract ABI (JSON string) for decoding | |
| data | Yes | Transaction input data (hex) |