Skip to main content
In progress. This table is not served yet. The page documents it as it lands.
The table holds one row per account: an address on a chain, with a type and a label. The type tells a contract apart from a wallet. The label says who operates a known address, so a holder list can leave contracts out, or a flow analysis can name who is on the other side. Until it lands, accounts turn up as address columns in the event tables: facts.token_transfers carries from_address and to_address, facts.token_balance_changes carries account_address, and the balance functions return account_address with a balance attached. Every address column has a chain_id beside it, because the same address on two chains is two different accounts. The table keys on that pair. Accounts covers working with addresses.