abi-decode
Decode ABI-encoded data by specifying parameter types and input hexadecimal data, simplifying Ethereum blockchain interactions for developers and users.
Instructions
decode abi encoded data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | hexadecimal data to decode | |
types | Yes | parameter types array, e.g. ['uint256', 'address', 'bool'] |