abi_decode
Decode ABI-encoded hex data into readable values using provided Solidity types. Turn raw encoded output into structured data for further blockchain processing.
Instructions
ABI decode encoded data back to values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The encoded data as hex string | |
| types | Yes | Array of Solidity types (e.g., ['address', 'uint256']) |