Pools

The bsc.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.

pancakeswap

liquidity_pool_factory_address

Address of the liquidity pool factory.

0xbcfccbde45ce874adcb698cc183debcf17952812

liquidity_pool_address

Address of the liquidity pool.

0x09ba4ec653899a63c156d60062bb902daa498ff8

token0_address

Address of token0 in this LP.

0xa14a8d2022a3d656850b7404b6b25fcefa06d346

token0_symbol

Symbol of token0 in this LP.

EXCALIBUR

token0_decimals

Decimals of token0 in this LP.

9

token1_address

Address of token1 in this LP.

0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c

token1_symbol

Symbol of token1 in this LP.

WBNB

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.

3000

tick_spacing

The spacing between usable ticks.

N/A

transaction_hash

Transaction hash the pool creation.

0x176410f9e47c51d6225899a3163aefbff2a05b03fcf327b1f9f19652ccfcd0aa

log_index

Log index of the transaction.

765

block_timestamp

Block timestamp of the pool creation.

2021-06-02 12:57:16+00:00

block_number

Block number of the pool creation.

7946241

block_hash

Block hash of the pool creation.

0xdbfa94fa66d58447d43756bddf8a72ff2d6260d1d4713d27517d984017cf457e

Last updated