DEX Pool Events

The chain DEX schema tables contain key events emitted by a protocol's liquidity pool.

The events table are hydrated with token decimals, prices and transaction-level details for ease of analysis.

Currently we support the following protocols and events.

Protocol Coverage

Protocol
Table
Events
Projects

uniswap_v2

dex.uniswap_v2_events

mint, swap, burn, sync

uniswap & uniswap forks (e.g. sushiswap)

uniswap_v3

dex.uniswap_v3_events

flash_paid, swap, flash, burn, mint, initialize, collect

uniswap & uniswap forks

uniswap_v4

dex.uniswap_v4_events

Swap, Initialize, OwnershipTransferred, Transfer, ModifyLiquidity, OperatorSet

uniswap & uniswap forks

Last updated

Was this helpful?