Balances
Chain
Dataset name
optimism.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 |
|---|---|---|---|---|---|---|---|
| 0x3cd0759cc032f7eb93ec295e7fb989c6f0499821_0x0b2c639c533813f4aa9d7837caf62653d097ff85 | 0x3cd0759cc032f7eb93ec295e7fb989c6f0499821 | 0x0b2c639c533813f4aa9d7837caf62653d097ff85 | null | ERC_20 | 150411584 | 1776421945 | |
| 0xdb49dc858fea0d474a2e4bf2164a224b672d8118_0x9560e827af36c94d2ac33a39bce1fe78631088db | 0xdb49dc858fea0d474a2e4bf2164a224b672d8118 | 0x9560e827af36c94d2ac33a39bce1fe78631088db | null | ERC_20 | 150411584 | 1776421945 | |
| 0x6a3bd3ad6698ae8024cc55aa985701502d519982_0x9560e827af36c94d2ac33a39bce1fe78631088db | 0x6a3bd3ad6698ae8024cc55aa985701502d519982 | 0x9560e827af36c94d2ac33a39bce1fe78631088db | null | ERC_20 | 150411584 | 1776421945 |
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 |