ERC721 Balances
Historical ERC721 balances of all addresses at every block height.
USD prices for NFT token balances are not supported currently.
ERC721 balances table contains the ERC721 balances of all addresses, at every block height. Use this table to easily plot the change in the balance of ERC721 tokens for an address or a group of addresses over time.
Table Columns
Column Name | Description | Example |
---|---|---|
address | Address of the account. | 0x39c9b8a605bd8222961c8a8c87bb1c3feb8c1c1b |
token_address | Token address of the ERC721 token. | 0x22d1b951e0d28b84ce86e2a909b12709629ce02b |
token_name | Name of the ERC721 token. | Doge Pound Flipped |
token_symbol | Token symbol of this token. | DOGE |
token_id | Unique token ID of the ERC721 token. | 2804 |
raw_balance | Balance of tokens (unnormalized). For ERC721 tokens, there are no decimals division involved. | 1 |
raw_balance_str | Balance of tokens (unnormalized) in string. | 1 |
balance | Balance of tokens. For ERC721 tokens, the max balance is 1. | 1 |
balance_str | Balance of this ERC20 token, normalized by the decimal points defined in the ERC20 token contract. | 1 |
usd_balance | The amount of tokens, in $USD. | |
usd_exchange_rate | The exchange rate used to calculate the usd_value. | |
transaction_hash | Transaction hash that resulted in the balance change. | 0x1bf81c127d1b757d7ef3d9179336db35bdf42247ef7df314c2d69f24026225c9 |
block_timestamp | The timestamp of the block that that resulted in the balance. | 2021-11-19 20:50:27 |
block_number | The number of the block that resulted in the balance. | 21,568,436 |
block_hash | The hash of the block that resulted in the balance. | 0x0e09c35b9bebaea1fdf61fcaa338f2d387ea7b1b8850244137a85935e89aab94 |
unique_id | Unique ID of the balances entry | block-21568436_address-0x39c9b8a605bd8222961c8a8c87bb1c3feb8c1c1b_token_address-0x22d1b951e0d28b84ce86e2a909b12709629ce02b_token_id-2804_erc721 |
Last updated