Pools

The avalanche.dex.pools table contains pool creation events across various indexed protocols for uniswap v2 and v3 liquidity pools.

Table Columns

Column NameDescriptionExample

protocol

Version of the protocol.

uniswap_v2

project

Name of the project.

trader_joe

liquidity_pool_factory_address

Address of the liquidity pool factory.

0x9ad6c38be94206ca50bb0d90783181662f0cfa10

liquidity_pool_address

Address of the liquidity pool.

0x17700eb59b5537ec68a30f51eb84dcfb6ed9d703

token0_address

Address of token0 in this LP.

0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7

token0_symbol

Symbol of token0 in this LP.

WAVAX

token0_decimals

Decimals of token0 in this LP.

18

token1_address

Address of token1 in this LP.

0xe94cdb265354103e7d38d3fd3b8d230cf3f8cac6

token1_symbol

Symbol of token1 in this LP.

SHICKN

token1_decimals

Decimals of token1 in this LP.

9

fee

The fee collected upon every swap in the pool, denominated in hundredths of a bip.

3000.0000000000005

tick_spacing

The spacing between usable ticks.

transaction_hash

Transaction hash the pool creation.

0xc518caeb9bd8a51283e78f414274c45579ac73bbc27afda2ce8958f1e712f207

log_index

Log index of the transaction.

32

block_timestamp

Block timestamp of the pool creation.

2023-12-12 19:22:58+00:00

block_number

Block number of the pool creation.

38964276

block_hash

Block hash of the pool creation.

0x3afa0698b6c8f77b5ee401b5c19cd0f6a5dcda9866e66de365009b7eb53f09af

Last updated