Overview
This schema contains 16 tables and views for Solana data.Tables and Views
Dim Idls
This table contains one row per program interface definition (IDL) on the Solana blockchain, but
only includes programs for which we have the IDL a…
Dim Labels
Contains one row per labeled address or entity on the Solana blockchain.
Ez Events Decoded
This table contains one row per decoded Solana record, mapping detailed program activity, event
types, and instruction arguments as recorded on-chain.
Ez Signers
This table contains one row per unique Solana signer (address that signs transactions), with
activity metrics, first/last transaction dates, progra…
Ez Transfers
This table contains transfer events for Solana and SPL tokens, including pre-parsed transfer
amounts, USD value, token symbol, and verification status.
Fact Blocks
This table contains one record per block produced on the Solana blockchain, capturing
block-level metadata including block identifiers, timestamps,…
Fact Decoded Instructions
This table contains one row per decoded instruction on the Solana blockchain, including program
ID, event type, and detailed instruction metadata a…
Fact Events
This table records every event emitted by on-chain Solana programs during transaction execution.
Fact Events Inner
This table records every event that occurs within inner instructions (Cross-Program Invocations,
or CPIs) on the Solana blockchain.
Fact Sol Balances
This table contains one row per account and transaction where a native SOL (Solana) balance
changes on the Solana blockchain.
Fact Sol Daily Balances
This table provides daily snapshots of native SOL balances for each account on the Solana
blockchain.
Fact Token Account Owners
This table contains one row per token account address, recording the range of blocks during
which a given owner controlled the account.
Fact Token Balances
This table contains one row per account and transaction where an SPL token balance changes on
the Solana blockchain.
Fact Token Daily Balances
This table provides daily snapshots of token balances for each account and mint combination on
the Solana blockchain.
Fact Transactions
This table contains one record per transaction on the Solana blockchain, capturing high-level
transaction metadata as recorded on-chain.
Fact Transfers
This table contains one row per transfer event involving native SOL or SPL tokens on the Solana
blockchain.