Balances
Chain
Dataset name
lisk.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 |
|---|---|---|---|---|---|---|---|
| 0xacf2182edc193e741a998ab2185db0ceaa0b4a4f | 0xacf2182edc193e741a998ab2185db0ceaa0b4a4f | null | null | null | 30846470 | 1776421731 | |
| 0x01d40099fcd87c018969b0e8d4ab1633fb34763c_0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189 | 0x01d40099fcd87c018969b0e8d4ab1633fb34763c | 0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189 | null | ERC_20 | 30846537 | 1776421865 | |
| 0xacf2182edc193e741a998ab2185db0ceaa0b4a4f | 0xacf2182edc193e741a998ab2185db0ceaa0b4a4f | null | null | null | 30846542 | 1776421875 |
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 |