Uniswap V3 Tables

[Legacy Documentation, Not Maintained, For Reference Only]

Blockchain: Ethereum

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 public Github repo with Uniswap V3 model source code is here.

Tables

pagePoolspagePool StatspagePositionspageLP ActionspagePosition Collected FeespageSwaps

General Table Notes:

  • The suffix _adjusted on a column name indicates it was decimal adjusted by its underlying token pair.

  • price_1_0is equivalent to price and indicates the price of token1 in terms of token0

  • price_0_1is equivalent to 1/price and indicates the price of token0 in terms of token1

Last updated