> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Fungible Balances Latest

### Table Details

| Property     | Value                                  |
| ------------ | -------------------------------------- |
| Table Name   | `celo.assets.fungible_balances_latest` |
| Table Status | Production-Ready                       |
| Unique Key   | `token_address`, `address`             |

### Table Columns

| Column Name                                   | Data Type         | Description                                                                                                    |
| --------------------------------------------- | ----------------- | -------------------------------------------------------------------------------------------------------------- |
| token\_type                                   | VARCHAR(6)        | Type of the token (e.g., ERC20, ERC721, native).                                                               |
| address                                       | VARCHAR(16777216) | Address of the account                                                                                         |
| token\_address                                | VARCHAR(16777216) | Address of the native token, which is represented as null address (0x0000000000000000000000000000000000000000) |
| token\_name                                   | VARCHAR(16777216) | Name of the native token                                                                                       |
| token\_symbol                                 | VARCHAR(16777216) | Symbol of the token                                                                                            |
| raw\_balance\_str                             | VARCHAR(16777216) | Raw balance of native token in wei and in string format                                                        |
| raw\_balance                                  | FLOAT             | Raw balance of native token in wei                                                                             |
| balance\_str                                  | VARCHAR(16777216) | Balance of native token normalized and in string format                                                        |
| balance                                       | FLOAT             | Balance of native token normalized                                                                             |
| usd\_balance\_current                         | FLOAT             | USD balance at current timestamp.                                                                              |
| usd\_balance\_at\_block\_timestamp            | FLOAT             | USD balance at the time of the block.                                                                          |
| usd\_exchange\_rate\_current                  | FLOAT             | Current USD exchange rate.                                                                                     |
| usd\_exchange\_rate\_at\_block\_timestamp     | FLOAT             | USD exchange rate at block time.                                                                               |
| last\_activity\_block\_timestamp              | TIMESTAMP\_NTZ(9) | The last timestamp of the block that resulted in the balance update                                            |
| last\_activity\_block\_number                 | NUMBER(38,0)      | The last block number that resulted in the balance update                                                      |
| last\_activity\_block\_hash                   | VARCHAR(16777216) | The last hash of the block that resulted in the balance update                                                 |
| unique\_id                                    | VARCHAR(107)      | Unique ID of the balance                                                                                       |
| \_updated\_at\_\_usd\_exchange\_rate\_current | TIMESTAMP\_NTZ(9) | Timestamp of the current USD exchange                                                                          |
| \_updated\_at\_\_historical                   | TIMESTAMP\_NTZ(9) | \[TODO: Add description for \_updated\_at\_\_historical]                                                       |
| \_created\_at\_\_onchain\_lake                | TIMESTAMP\_NTZ(9) | \[TODO: Add description for \_created\_at\_\_onchain\_lake]                                                    |
| \_updated\_at                                 | TIMESTAMP\_NTZ(9) | Timestamp of the balance update                                                                                |
| \_changed\_since\_full\_refresh               | BOOLEAN           | Indicates if the record changed since last full refresh.                                                       |

### Related Docs

* [EVM Assets Fungible Balances Latest](/historical-data/supported-blockchains/evm/core-schemas/assets/balances-latest/fungible-balances-latest)
