block_number | BIGINT | Canonical block height within the originating chain. |
tx_index | INTEGER | Zero-based transaction index within the block, used for deterministic ordering. |
log_index | INTEGER | Position of the log within the transaction; indirectly verified by RLP (All logs must be present) |
contract_address | BYTEA | Address of the contract that emitted the log (20 bytes); directly verified by RLP |
topic_zero | BYTEA | Primary topic hash identifying the event type (32 bytes); directly verified by RLP |
data_topics | BYTEA[] | Optional raw concatenation of topics[1..n] (implementation detail); directly verified by RLP |
data | BYTEA | Raw event data; directly verified by RLP |
_tracing_id | BYTEA | Tracing ID of the genesis log record. |
_created_at | TIMESTAMPTZ | Record creation timestamp. |
_updated_at | TIMESTAMPTZ | Record last update timestamp. |