Description of the ton.balances_history table on Dune
Column | Type | Description |
---|---|---|
block_time | timestamp | Timestamp of when the block containing the balance change was created |
block_date | date | Date of when the block containing the balance change was created |
address | string | Account raw address |
asset | string | Asset address or TON for TON balance |
amount | decimal(38,0) | Asset balance |
mintless_claimed | boolean | Special flag for mintless jettons that mintless part was claimed |
timestamp | int | Unix timestamp of the transaction |
lt | bigint | Logical time of the transaction |