Uniswap V3 Tables
[Legacy Documentation, Not Maintained, For Reference Only]
UniswapV3 tables are available in Velocity as the
uniswapv3
schema. These tables are built leveraging Ethereum logs, traces, and contract readings from Flipside's fully archival Ethereum cluster. Each table covers a core V3 concept. 
- The suffix
_adjusted
on a column name indicates it was decimal adjusted by its underlying token pair. price_1_0
is equivalent toprice
and indicates the price of token1 in terms of token0price_0_1
is equivalent to1/price
and indicates the price of token0 in terms of token1
Last modified 7mo ago