Balances
Chain
Dataset name
degen.balancesVersion
1.1.0Description
Current token balances (ERC_20, ERC_721, ERC_1155), updated each block.
Example data
| id | owner_address | contract_address | token_id | token_type | block_number | block_timestamp | balance |
|---|---|---|---|---|---|---|---|
| 0x4cd00e387622c35bddb9b4c962c136462338bc31 | 0x4cd00e387622c35bddb9b4c962c136462338bc31 | null | null | null | 26762431 | 1776409455 | |
| 0x674e26042852c5933037c1dc23ba186c0b6438b8_0x2b3006d34359f3c23429167a659b18cc9c6f8bca | 0x674e26042852c5933037c1dc23ba186c0b6438b8 | 0x2b3006d34359f3c23429167a659b18cc9c6f8bca | null | ERC_20 | 26762566 | 1776418212 | |
| 0x3b1422c511017487c5465e8b66005859f2eef431_0xeb1c32ea4e392346795aed3607f37646e2a9c13f | 0x3b1422c511017487c5465e8b66005859f2eef431 | 0xeb1c32ea4e392346795aed3607f37646e2a9c13f | null | ERC_20 | 26762567 | 1776418217 |
Schema
| Column | Type |
|---|---|
| id | string |
| owner_address | string |
| contract_address | string |
| token_id | string |
| token_type | string |
| block_number | long |
| block_timestamp | long |
| balance | decimal |