> ## 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.

# Mpp Charges

### Table Details

| Property          | Value                                |
| ----------------- | ------------------------------------ |
| Table Name        | `tempo.agents.mpp_charges`           |
| Table Status      | Production-Ready                     |
| Unique Key        | `block_timestamp::date`, `unique_id` |
| Clustering Key(s) | `block_timestamp::date`              |

### Table Columns

| Column Name         | Data Type         | Description                                                   |
| ------------------- | ----------------- | ------------------------------------------------------------- |
| chain               | VARCHAR(16777216) |                                                               |
| block\_timestamp    | TIMESTAMP\_NTZ(9) |                                                               |
| block\_number       | NUMBER(38,0)      |                                                               |
| transaction\_hash   | VARCHAR(66)       |                                                               |
| log\_index          | NUMBER(38,0)      |                                                               |
| from\_address       | VARCHAR(42)       |                                                               |
| to\_address         | VARCHAR(42)       |                                                               |
| memo\_server\_hash  | VARCHAR(16777216) |                                                               |
| token\_address      | VARCHAR(42)       |                                                               |
| token\_name         | VARCHAR(16777216) |                                                               |
| token\_symbol       | VARCHAR(16777216) |                                                               |
| raw\_amount         | FLOAT             |                                                               |
| amount              | FLOAT             |                                                               |
| usd\_amount         | FLOAT             |                                                               |
| usd\_exchange\_rate | FLOAT             |                                                               |
| \_created\_at       | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.      |
| \_updated\_at       | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database. |
| unique\_id          | VARCHAR(16777216) |                                                               |
