Balances
Chain
Dataset name
monad.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 |
|---|---|---|---|---|---|---|---|
| 0x928dc8afe312df45576b15b08c086c5427fd8207_0x754704bc059f8c67012fed69bc8a327a5aafb603 | 0x928dc8afe312df45576b15b08c086c5427fd8207 | 0x754704bc059f8c67012fed69bc8a327a5aafb603 | null | ERC_20 | 68692284 | 1776421932 | |
| 0xb09684f5486d1af80699bbc27f14dd5a905da873_0x754704bc059f8c67012fed69bc8a327a5aafb603 | 0xb09684f5486d1af80699bbc27f14dd5a905da873 | 0x754704bc059f8c67012fed69bc8a327a5aafb603 | null | ERC_20 | 68692284 | 1776421932 | |
| 0x80b319ec85bebe6c6a58c34961dcd2b7b2ef61c3_0x0c65a0bc65a5d819235b71f554d210d3f80e0852 | 0x80b319ec85bebe6c6a58c34961dcd2b7b2ef61c3 | 0x0c65a0bc65a5d819235b71f554d210d3f80e0852 | null | ERC_20 | 68692284 | 1776421932 |
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 |