Quicksilver
Chain ID: quicksilver_2
For Quicksilver 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.
Field | Type |
---|---|
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.
Field | Type |
---|---|
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