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

# Transfers

The `transfers` table records token transfer events on the chain, including standard transfers, IBC cross-chain transfers, mints, and burns.

### Table Columns

| Column Name                     | Description                                                                    |
| ------------------------------- | ------------------------------------------------------------------------------ |
| from\_address                   | The sender address of the transfer.                                            |
| to\_address                     | The recipient address of the transfer.                                         |
| currency                        | Token denomination identifier of the asset transferred (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 transfer.                                   |
| usd\_amount                     | The USD value of the transfer.                                                 |
| usd\_exchange\_rate             | The exchange rate used to calculate the USD value.                             |
| transfer\_type                  | The type of transfer (e.g., send, receive).                                    |
| 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 containing this transfer.                          |
| 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 transfer.                               |
| block\_height                   | The height of the block containing this transfer.                              |
| block\_number                   | The height of the block containing this transfer.                              |
| block\_hash                     | The hash of the block containing this transfer.                                |
| 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 transfer.                                          |
| \_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.          |
