Uniswap v3
Last updated
Last updated
The Uniswap v3 liquidity pool table contains pool creation events for projects utilizing Uniswap v3 protocol. These events are identified by the event log PoolCreated()
.
Column Name | Description |
---|---|
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.
fee
The fee collected upon every swap in the pool, denominated in hundredths of a bip.
tick_spacing
The spacing between usable ticks.
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.