Decoded events logs on Zora.

Table Columns

Column NameDescription
block_numberThe length of the chain, in blocks.
block_timestampThe time when the block that contains this log was included on the blockchain.
block_hashUnique identifier of the block that includes this log.
addressThe address of the contract that emitted this log.
nameLog event name.
paramsDecoded parameters in JSON format.
dataUnindexed data containing further information of the event, encoded in hex.
topic0The keccak256 hash of a flattened event signature string.
topic1First indexed topic of the event.
topic2Second indexed topic of the event
topic3Third indexed topic of the event.
transaction_from_addressThe address of the sending party of this transaction.
transaction_to_addressThe address of the receiving party of this transaction.
transaction_hashUnique identifier of the transaction that this log belongs to.
transaction_indexThe position of this transaction in the block that it belongs to. The first transaction has index 0.
log_indexThe position of this log in the block that it belongs to. The first log has index 0.
signatureEvent log signature.
params_keys_mappingMapping of parameter keys in decoding.
interface_idInterface ID.
_created_atTimestamp of the entry creation.
_updated_atTimestamp of the entry update.