Account balance snapshots and token holdings
Contains each validated block in the chain
Contains all block-level events and attributes in the chain, partitioned by event\_index
Cross-chain bridge transfer data
Contains all events and their corresponding attributes partitioned by message\_index
Token swap and liquidity pool data
Contains relevant data associated with each transaction
Contains all messages submitted to the blockchain
Maps validator addresses to monikers (human-readable description) and other metadata
# Swaps
Source: https://docs.dune.com/data-catalog/initia/swaps
Initia blockchain token swap transactions data
# Table Description
This table contains data about token swap transactions in the Initia blockchain, including swap details, token pairs, and execution status.
## Column Descriptions
| Column name | Data Type | Description |
| ---------------------- | --------------------------- | ---------------------------------------------------- |
| **block\_date** | date | The date of the block. |
| **block\_height** | bigint | The height of the block where the swap occurred. |
| **block\_timestamp** | timestamp(3) with time zone | Timestamp when the block was validated. |
| **tx\_id** | varchar | The unique ID of the transaction. |
| **tx\_index** | bigint | The index of the transaction in the block. |
| **message\_index** | bigint | The index of the message in the transaction. |
| **event\_index** | bigint | The index of the event in the message. |
| **action\_index** | bigint | The index of the action in the event. |
| **sender** | varchar | The address of the sender. |
| **token\_amount\_in** | decimal(38, 0) | The amount of tokens swapped in. |
| **token\_denom\_in** | varchar | The denomination of the token swapped in. |
| **token\_amount\_out** | decimal(38, 0) | The amount of tokens swapped out. |
| **token\_denom\_out** | varchar | The denomination of the token swapped out. |
| **routes** | varchar | The routes used for the swap. |
| **fees** | varchar | The fees associated with the swap. |
| **updated\_at** | timestamp(3) with time zone | Timestamp of when the record was last updated. |
| **ingested\_at** | timestamp(3) with time zone | Timestamp of when the record was ingested into Dune. |
## Table Sample