Instead of working with the logs and traces in their raw states, on Dune we decode smart contract activity into nice human-readable tables.
On which chains does this work?
How do I figure out if my contract has been decoded?
I see data on Dune but it doesn't match or is missing what I expected to see
How do I submit contract information manually?
How do I submit a proxy contract?
DelegateCall
function.If we did monitor the implementation contract’s address directly, we would miss out on any event logs in its logic since these are actually fired by the caller (the Proxy in this case) when calling a function through DelegateCall
.How do I submit Diamond Proxy contracts?
My submission got rejected, why?
Why am I missing historical data for my contract?
I'm waiting for my data to fully decode. What can I do in the meantime?