Inspect function calldata
Use decode_function_data to inspect calldata before simulation, signing, or policy evaluation. The function validates the calldata selector before decoding inputs.
- Use a canonical signature such as transfer(address,uint256) when overloads are possible.
- Decoded ERC-20 amount columns are raw token units; format them separately for display.
Local SQL