Decoded log

A decoded log is an event log that has been interpreted against the emitting contract's ABI, turning its raw topics and data bytes into named parameters with their proper types.

A raw log is hex topics and a data blob; on its own it is unreadable. Decoding applies the contract ABI to resolve topic0 to an event name and unpack the remaining topics and data into named arguments — for a Transfer that means from, to and value. Building this yourself means collecting ABIs and handling edge cases. Our API returns decoded logs alongside the raw entry from the archive RPC, so you get named fields directly while retaining the original for verification.

相关术语

另见

把概念变成一次 API 调用

这里的每个术语都对应一个今天即可调用的原语——充值额度即可上线。

获取 API 密钥