Module decoder

Source

Modules§

precompiles 🔒

Structs§

CallTraceDecoder
The call trace decoder.
CallTraceDecoderBuilder
Build a new CallTraceDecoder.

Functions§

indexed_inputs 🔒
is_abi_call_data 🔒
Returns true if the given function calldata (including function selector) is ABI-encoded.
is_abi_data 🔒
Returns true if the given data is ABI-encoded.
reconstruct_params 🔒
Restore the order of the params of a decoded event, as Alloy returns the indexed and unindexed params separately.