Historical ERC1155 balances of all addresses at every block height.
Column Name | Description | Example |
---|---|---|
address | Address of the account. | 0x8d370e8529afbbdfcd184f749d30cba98754a785 |
token_address | Token address of the ERC1155 token. | 0xeee850476f643e23bc2f3a84de2c42f7203b3615 |
token_name | Name of the ERC1155 token. | Memorial Flower |
token_symbol | Token symbol of this token. | MFLR |
token_id | Unique token ID of the ERC1155 token. | 1 |
raw_balance | Balance of tokens (unnormalized). For ERC1155 tokens, there are no decimals division involved. | 2 |
raw_balance_str | Balance of tokens (unnormalized) in string. | 2 |
balance | Balance of tokens. For ERC1155 tokens, unlike ERC721, the max balance can be more than 1. | 2 |
balance_str | Balance of tokens (unnormalized) in string. | 2 |
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. | 0x6a53de1211feec68eeb94610027b5998ccb96f48c79c6c35af69733932a447a3 |
block_timestamp | The timestamp of the block that that resulted in the balance. | 2021-11-25 04:47:51 |
block_number | The number of the block that resulted in the balance. | 21,771,492 |
block_hash | The hash of the block that resulted in the balance. | 0x4b84bec8faa4ba4f6b9a7d6c855546906320809fadae06c98602be78e36282ae |
unique_id | Unique ID of the balances entry | block-21771492_address-0x8d370e8529afbbdfcd184f749d30cba98754a785_token_address-0xeee850476f643e23bc2f3a84de2c42f7203b3615_token_id-1_erc1155 |