> ## 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 Credit Debit

The `fungible_credit_debit` table records individual credit and debit entries for token movements, including standard transfers, IBC cross-chain transfers, mints, and burns.

### Table Columns

| Column Name                     | Description                                                                                                                                                                                             |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| address                         | The wallet address involved in the credit or debit.                                                                                                                                                     |
| counterparty\_address           | The counterparty address in the credit or debit transaction.                                                                                                                                            |
| currency                        | Token denomination identifier of the asset (e.g., uatom, ibc/...).                                                                                                                                      |
| token\_name                     | The name of the token.                                                                                                                                                                                  |
| token\_symbol                   | The symbol of the token.                                                                                                                                                                                |
| raw\_amount\_str                | The raw token amount as a string.                                                                                                                                                                       |
| raw\_amount                     | The raw token amount before decimal normalization.                                                                                                                                                      |
| amount\_str                     | The normalized token amount as a string.                                                                                                                                                                |
| amount                          | The normalized token amount of the credit or debit.                                                                                                                                                     |
| usd\_amount                     | The USD value of the credit or debit.                                                                                                                                                                   |
| usd\_exchange\_rate             | The exchange rate used to calculate the USD value.                                                                                                                                                      |
| event\_type                     | The type of transfer event (e.g., transfer, ibc\_transfer, coin\_spent).                                                                                                                                |
| tx\_sender                      | The address that initiated the transaction.                                                                                                                                                             |
| transaction\_hash               | The hash of the transaction.                                                                                                                                                                            |
| transaction\_index              | The index of the transaction within the block.                                                                                                                                                          |
| event\_index                    | The index of the event within the transaction.                                                                                                                                                          |
| block\_timestamp                | Timestamp of the block containing this entry.                                                                                                                                                           |
| block\_height                   | The height of the block containing this entry.                                                                                                                                                          |
| block\_hash                     | The hash of the block containing this entry.                                                                                                                                                            |
| block\_event\_kind              | The phase in which the block event was emitted. Possible values are: begin (before transactions are processed), end (after all transactions are processed), finalize (immediately before block commit). |
| block\_event\_index             | The index of the block event.                                                                                                                                                                           |
| block\_event\_type              | The type of the block event.                                                                                                                                                                            |
| code                            | The transaction result code (0 indicates success).                                                                                                                                                      |
| tx\_success                     | Whether the transaction was successful.                                                                                                                                                                 |
| authz\_msg\_index               | The index of the authorized message within an authz grant execution.                                                                                                                                    |
| memo                            | The memo field attached to the transaction.                                                                                                                                                             |
| src\_channel                    | The source IBC channel for cross-chain transfers.                                                                                                                                                       |
| dst\_channel                    | The destination IBC channel for cross-chain transfers.                                                                                                                                                  |
| unique\_id                      | A unique identifier for the entry.                                                                                                                                                                      |
| \_created\_at                   | The timestamp when the entry was created.                                                                                                                                                               |
| \_updated\_at                   | The timestamp when the entry was updated.                                                                                                                                                               |
| \_changed\_since\_full\_refresh | Indicates if the record has changed since the last full data refresh.                                                                                                                                   |
