Uniswap v2

The Uniswap v2 LP events table contains swap, sync, mint and burn events of liquidity for projects utilizing Uniswap v2 protocol.

Column Names

Column NameDescription

event

Liquidity pool event: mint, burn, swap, sync

project

Name of the project.

liquidity_pool_address

Address of the liquidity pool.

liquidity_pool_factory_address

Address of the liquidity pool factory.

sender_address

Address of the sender of the LP event, which can be the Router.

to_address

Address of the recipient of the LP event.

token0_address

Address of token0 in this LP.

token0_name

Name of the token0 in this LP.

token0_symbol

Symbol of token0 in this LP.

token1_address

Address of token1 in this LP.

token1_name

Name of the token1 in this LP.

token1_symbol

Symbol of token1 in this LP.

token0_amount_raw

How much token0 was required for the minted liquidity, unormalized.

token0_amount_raw_str

How much token0 was required for the minted liquidity, unormalized & in string.

token0_amount

How much token0 was required for the minted liquidity, normalized.

token0_amount_str

How much token0 was required for the minted liquidity, normalized & in string.

token0_amount_usd

Amount of token0 in USD value.

token1_amount_raw

How much token1 was required for the minted liquidity, unormalized.

token1_amount_raw_str

How much token1 was required for the minted liquidity, unormalized & in string.

token1_amount

How much token1 was required for the minted liquidity, normalized.

token1_amount_str

How much token1 was required for the minted liquidity, normalized & in string.

token1_amount_usd

Amount of token1 in USD value.

usd_amount

Total sum of LP in USD value: token0_amount_usd + token1_amount_usd

transaction_hash

Transaction hash the LP event.

log_index

Log index of the LP event transaction.

block_timestamp

Block timestamp of the LP event.

block_number

Block number of the LP event.

block_hash

Block hash of the LP event.

unique_id

Unique ID of each event.

Column NameDescriptionExample

event

Liquidity pool event: mint or burn

burn

project

Name of the project.

pancakeswap

liquidity_pool_address

Address of the liquidity pool.

0x6cca86cc27eb8c7c2d10b0672fe392cfc88e62ff

liquidity_pool_factory_address

Address of the liquidity pool factory.

0x1097053fd2ea711dad45caccc45eff7548fcb362

sender_address

Address of the sender of the LP event, which can be the Router.

0xeff92a263d31888d860bd50809a8d171709b7b1c

to_address

Address of the recipient of the LP event.

0x5d8fa909cab3d008626f50c8e014334da70f3336

token0_address

Address of token0 in this LP.

0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48

token0_name

Name of the token0 in this LP.

USD Coin

token0_symbol

Symbol of token0 in this LP.

USDC

token1_address

Address of token1 in this LP.

0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd6

token1_name

Name of the token1 in this LP.

StargateToken

token1_symbol

Symbol of token1 in this LP.

STG

token0_amount_raw

How much token0 was required for the minted liquidity, unormalized.

153,536,775

token0_amount_raw_str

How much token0 was required for the minted liquidity, unormalized & in string.

153536775

token0_amount

How much token0 was required for the minted liquidity, normalized.

153.54

token0_amount_str

How much token0 was required for the minted liquidity, normalized & in string.

153.536775

token0_amount_usd

Amount of token0 in USD value.

153.54

token1_amount_raw

How much token1 was required for the minted liquidity, unormalized.

212,616,441,048,307,000,000

token1_amount_raw_str

How much token1 was required for the minted liquidity, unormalized & in string.

2.12616E+20

token1_amount

How much token1 was required for the minted liquidity, normalized.

212.616441

token1_amount_str

How much token1 was required for the minted liquidity, normalized & in string.

212.616441

token1_amount_usd

Amount of token1 in USD value.

155.98

usd_amount

Total sum of LP in USD value: token0_amount_usd + token1_amount_usd

309.51

transaction_hash

Transaction hash the LP event.

0xc248973773ce5b44adef344ed2880e63989bbc28d302b1c510e269b573f0827f

log_index

Log index of the LP event transaction.

384

block_timestamp

Block timestamp of the LP event.

2023-02-10 20:29:23

block_number

Block number of the LP event.

16,600,751

block_hash

Block hash of the LP event.

0xb549ac551e2ec9638f38c4fd0aa3417bf47298034c6b9d86bb0fa686cfe0078b

unique_id

Unique ID of each event.

event-burn_txn-0xc248973773ce5b44adef344ed2880e63989bbc28d302b1c510e269b573f0827f_log_index-384

Last updated