Sei

Chain ID: pacific_1

For Sei you'll find the following tables:

Raw Tables

Contains each validated block in the chain. block_timestamp is only available in this table, so you need to do an inner join on block_height to get block_timestamp to the other tables.

FieldType

block_height

STRING

block_timestamp

TIMESTAMP

chain_id

STRING

proposer_address

STRING

validators_hash

STRING

Additional Data Tables:

Additional tables have data that is not event-based but relevant when working with event-based data.

Purpose: This table maps validator addresses to moniker & other metadata.

FieldType

account_address

STRING

operator_address

STRING

consensus_pubkey

STRING

status

FLOAT

moniker

STRING

identity

STRING

rate

STRING

max_rate

FLOAT

min_self_delegation

FLOAT

Network

STRING

Snapshot_date

TIMESTAMP

Last updated