Balances
Chain
Dataset name
zora.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 |
|---|---|---|---|---|---|---|---|
| 0x79eca92528e30ec70cc50fda16ac17310bba376c_0xcccccccc7021b32ebb4e8c08314bd62f7c653ec4 | 0x79eca92528e30ec70cc50fda16ac17310bba376c | 0xcccccccc7021b32ebb4e8c08314bd62f7c653ec4 | null | ERC_20 | 44863144 | 1776420127 | |
| 0x6497af269cddd099c82f09208b89c62faeef0545_0xcccccccc7021b32ebb4e8c08314bd62f7c653ec4 | 0x6497af269cddd099c82f09208b89c62faeef0545 | 0xcccccccc7021b32ebb4e8c08314bd62f7c653ec4 | null | ERC_20 | 44863429 | 1776420697 |
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 |