Decoded Traces
We don't have a steady-state real-time pipeline for decoded traces yet. We do have it on our analytical warehouses, see Decoded Traces for more info.
PSQL
API
Query decoded event traces by contract address/function selector.
select * from ethereum.decoded_traces
where to_address = '0xdef1c0ded9bec7f1a1670819833240f027b25eff' limit 1
Coming Soon
Key fields in addition to raw traces data
- name - name of the Function Call e.g.
uniswapV3SwapCallback
- params - json field containing all the arguments of the decoded call data
Last modified 13d ago