> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Decoded Logs

Decoded events logs on Zora.

## Table Columns

| Column Name                | Description                                                                                          |
| -------------------------- | ---------------------------------------------------------------------------------------------------- |
| block\_number              | The length of the chain, in blocks.                                                                  |
| block\_timestamp           | The time when the block that contains this log was included on the blockchain.                       |
| block\_hash                | Unique identifier of the block that includes this log.                                               |
| address                    | The address of the contract that emitted this log.                                                   |
| name                       | Log event name.                                                                                      |
| params                     | Decoded parameters in JSON format.                                                                   |
| data                       | Unindexed data containing further information of the event, encoded in hex.                          |
| topic0                     | The keccak256 hash of a flattened event signature string.                                            |
| topic1                     | First indexed topic of the event.                                                                    |
| topic2                     | Second indexed topic of the event                                                                    |
| topic3                     | Third indexed topic of the event.                                                                    |
| transaction\_from\_address | The address of the sending party of this transaction.                                                |
| transaction\_to\_address   | The address of the receiving party of this transaction.                                              |
| transaction\_hash          | Unique identifier of the transaction that this log belongs to.                                       |
| transaction\_index         | The position of this transaction in the block that it belongs to. The first transaction has index 0. |
| log\_index                 | The position of this log in the block that it belongs to. The first log has index 0.                 |
| signature                  | Event log signature.                                                                                 |
| params\_keys\_mapping      | Mapping of parameter keys in decoding.                                                               |
| interface\_id              | Interface ID.                                                                                        |
| \_created\_at              | Timestamp of the entry creation.                                                                     |
| \_updated\_at              | Timestamp of the entry update.                                                                       |
