Event Log Decoder
Runs offlineDecode raw event logs into named parameters.
keep the indexed keywords — they change the layout
one per line, topic0 first
the non-indexed payload
Decoded
Transfer
from
0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
to
0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48
value
1000000000000000000
About event log decoder
A log has up to four topics and a data blob. Indexed parameters go into topics so they can be filtered on; everything else is packed into data. That split is decided by the indexed keyword in the event declaration, which is why decoding fails if you drop it from the signature. Topic zero is the hash of the event signature itself.