goerli.logs

SQL table schema for goerli.logs and goerli.recent_logs

Goerli Transaction event logs.

Column NameData TypeDescription

log_index

BIGINT

Position of log in its block.

transaction_hash

CHARACTER VARYING

Hash of transaction for which this log derives from

transaction_index

BIGINT

The position of the transaction in its block.

address

CHARACTER VARYING

Address of the transaction that produced the log

data

CHARACTER VARYING

Non-indexed argument for the log

topics

ANY

Array of 32 byte data. Order-dependent.

block_timestamp

BIGINT

The timestamp of the block this log is within.

block_hash

CHARACTER VARYING

The hash of the block this log is within.

block_number

BIGINT

The block number this log is within.

Last updated