Last updated
Was this helpful?
Last updated
Was this helpful?
These schemas capture enriched DEX events from Uniswap V2, V3, and V4 liquidity pools.
Each event table includes comprehensive token metadata, USD price data, and normalized fields to simplify querying and analysis. This enriched format eliminates the need for additional joins when exploring the data.
: Contains swap, Sync, Mint, Burn events from Uniswap V2 Liquidity Pools
: Contains swap, Sync, Mint, Collect, Burn, Initialize, Flash events from Uniswap V3 Liquidity Pools
: Contains OperatorSet, OwnershipTransferred, ProtocolFeeControllerUpdated, Transfer, ProtocolFeeUpdated, Initialize, Swap, ModifyLiquidity, and Donate events from Uniswap V4 PoolManager
For pool creation events, please use the dex.pools
table.
All tables include enriched token information (name, symbol, decimals)
USD prices are included where applicable
High-precision values are available with _str
suffix columns
Each event has a unique identifier for easy querying
For specific details about each protocol's events and schema, please refer to their respective documentation files.