ERC721 Balances
Historical ERC721 balances of all addresses at every block height.
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. | 0xc2c85acf35ab33172751de799179e6dc90830f0d |
token_address | Token address of the asset. | 0x4688e596fb8ffaa9f7c1f02985b44651cf642123 |
token_name | Name of the token. | OASYX |
token_symbol | Symbol of the token. | OAX |
token_id | Unique token ID of the token. Only applicable for ERC721 and ERC1155 tokens. | 7034 |
raw_balance | Balance of tokens (unnormalized) | 1.0 |
raw_balance_str | Balance of tokens (unnormalized) in string. | 1 |
balance | Balance of token, normalized. | 1.0 |
balance_str | Balance of token, normalized in string. | 1 |
transaction_hash | The transaction hash that resulted in the balance. | 0xebca56cbd1516cd1de586b745e90e227fed7e7ab6e423482da25ff33480b9e2e |
block_timestamp | The timestamp of the block that that resulted in the balance. | 2023-12-08 18:29:13+00:00 |
block_number | The number of the block that resulted in the balance. | 2502799 |
block_hash | The hash of the block that resulted in the balance. | 0xdd05a9998a721d01125e129dd3c330e1224236a5e9ce57678e71972005b81c14 |
unique_id | Unique id of the balance entry. | block-2502799_address-0xc2c85acf35ab33172751de799179e6dc90830f0d_token_address-0x4688e596fb8ffaa9f7c1f02985b44651cf642123_token_id-7034_erc721 |
_updated_at | Timestamp of entry update | 2024-02-19 03:37:13.648000+00:00 |
Last updated