Decode raw calldata
decode_calldataSplit EVM calldata into a 4-byte selector and 32-byte words, flag potential addresses, and identify well-known function names.
Instructions
Split calldata into a 4-byte selector and 32-byte words, flag word values that look like addresses, and name the function when the selector is a well-known one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Calldata hex. |