Address Token Balances
History of token balance change for each address - token_address pair. This table is updated whenever there is a balance change.
ETL data class
Column Name
Data Type
Note
address
str
block_number
int
token_address
str
token_type
str
token_id
int
token_balance
int
block_timestamp
timestamp
Examples
Model in the Database
Column Name
Data Type
Note
address
bytea
block_number
bigint
token_address
bytea
token_type
varchar
token_id
numeric(78)
token_balance
numeric(100)
block_timestamp
timestamp
Examples
Last updated