Last updated
Last updated
ERC20 Token Holders table records the balance of each token holder at a given block. Each row represents a holder's balance for a specific token, including the token address, wallet address, balance (balance_of), and the associated block details.
Examples
token_address
bytea
wallet_address
bytea
balance_of
numeric(100)
transaction_hash
bytea
block_timestamp
timestamp
block_number
bigint
block_hash
bytea
token_address
str
wallet_address
str
balance_of
int
transaction_hash
str
block_timestamp
timestamp
block_number
int
block_hash
str