Uniswap v2

The Uniswap v2 liquidity pool table contains pool creation events for projects utilizing Uniswap v2 protocol. These events are identified by the event log PairCreated().

Table Columns

Column NameDescription

project

Name of the project.

liquidity_pool_factory_address

Address of the liquidity pool factory.

liquidity_pool_address

Address of the liquidity pool.

token0_address

Address of token0 in this LP.

token0_symbol

Symbol of token0 in this LP.

token0_decimals

Decimals of token0 in this LP.

token1_address

Address of token1 in this LP.

token1_symbol

Symbol of token1 in this LP.

token1_decimals

Decimals of token1 in this LP.

transaction_hash

Transaction hash the pool creation.

log_index

Log index of the transaction.

block_timestamp

Block timestamp of the pool creation.

block_number

Block number of the pool creation.

block_hash

Block hash of the pool creation.

Last updated