Uniswap v3
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 Names
project
Name of the project.
uniswap
liquidity_pool_factory_address
Address of the liquidity pool factory.
0x1f98431c8ad98523631ae4a59f267346ea31f984
liquidity_pool_address
Address of the liquidity pool.
0x7bea39867e4169dbe237d55c8242a8f2fcdcc387
token0_address
Address of token0 in this LP.
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
token0_symbol
Symbol of token0 in this LP.
USDC
token0_decimals
Decimals of token0 in this LP.
6
token1_address
Address of token1 in this LP.
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
token1_symbol
Symbol of token1 in this LP.
WETH
token1_decimals
Decimals of token1 in this LP.
18
fee
The fee collected upon every swap in the pool, denominated in hundredths of a bip.
10000
tick_spacing
The spacing between usable ticks.
200
transaction_hash
Transaction hash the pool creation.
0x004cb88319b0678320cb0a04fab8003897f33c345576adfbb1f79b903a0509f0
log_index
Log index of the transaction.
147
block_timestamp
Block timestamp of the pool creation.
2021-05-04 20:07:45
block_number
Block number of the pool creation.
12,369,811
block_hash
Block hash of the pool creation.
0x52dc59f33cf9f255fb533445f668221a9361914a626ffeccfc0f62a0a1189181
Last updated