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

  • For the flash event, the event log is separated into flash and flash_paid

  • Columns appended with _str are in string format and will retain precision

Column Names

Unique Key : unique_id

Column NameDescriptionExample
eventEvent log name. Note that flash event is spearated into flash and flash_paidswap
projectName of the project.uniswap
protocolDEX protocol or project contract which executed the aggregator trade.uniswap_v3
factory_addressThe factory address that deployed the liquidity pool.0x1f98431c8ad98523631ae4a59f267346ea31f984
liquidity_pool_addressThe liquidity pool address which emitted the event.0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640
owner_addressOwner address.
sender_addressAddress of the sender of the event log, which can be the Router.0x03f911aedc25c770e701b8f563e8102cfacd62c0
recipient_addressAddress of the recipient of the event log, which can be the Router.0xf3de3c0d654fda23dad170f0f320a92172509127
token0_addressToken0 contract address.0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
token0_nameToken0 name.USD Coin
token0_symbolToken0 symbol.USDC
token0_decimalsToken0 decimals.6
token0_amount_raw_strToken0 amount unnormalized, in string format for precision.5036814217
token0_amount_rawToken0 amount unnormalized.5036814217
token0_amount_strToken0 amount normalized, in string format for precision.5036.814217
token0_amountToken0 amount normalized.5036.814217
token0_amount_usdToken0 usd amount.5039.836306
token0_price_usdToken0 hourly USD price at the time of the event.1.0006
token1_addressToken1 contract address.0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
token1_nameToken1 name.Wrapped Ether
token1_symbolToken1 symbol.WETH
token1_decimalsToken1 decimals.18
token1_amount_raw_strToken1 amount unnormalized, in string format for precision.-1.46499E+18
token1_amount_rawToken1 amount unnormalized.-1.46E+18
token1_amount_strToken1 amount normalized, in string format for precision.-1.46498585
token1_amountToken1 amount normalized.-1.46498585
token1_amount_usdToken1 usd amount.5043.667935
token1_price_usdToken1 hourly USD price at the time of the event.3442.81
usd_amountUSD value of the event.5039.836306
liquidityLiquidity field4628976692693695648
feeFee denomination of the pool address.500
tick_spacingTick spacing of the pool address.10
sqrt_price_x96Square root 96 price.1351521332041867599613703477231485
tickPrice tick.194897
tick_lowerThe lower tick of the position.
tick_upperThe upper tick of the position.
price_lower_0_1Lower bound price of token0 per token1.
price_upper_0_1Upper bound price of token0 per token1. The tick_lower is used to calculate the price_upper_0_1, where price_upper_0_1 = pow(1.0001, -1 * (tick_lower)) * pow(10,(token1_decimals - token0_decimals))
price_lower_1_0Lower bound price of token1 per token0. Where price_lower_1_0 = pow(1.0001, (tick_lower)) * pow(10,(token0_decimals - token1_decimals))
price_upper_1_0Upper bound price of token1 per token0.
transaction_from_addressThe address of the sending party of this transaction.0x91e0859484e4e6e9ff7afa6c6db0a636f83924e1
transaction_to_addressThe address of the receiving party of this transaction (could be a contract address).0xf3de3c0d654fda23dad170f0f320a92172509127
transaction_hashTransaction hash of this trade.0xba4e6ad60d4047b64483edb7a60da522ab77c926e42ca3f7faa4acedbf90d438
transaction_indexTransaction index of this trade in the block.3
transaction_feesFees paid at the transaction level.0.01013343787
transaction_fees_usdFees paid in USD.34.88750123
fee_detailsAdditional fee details of the transaction, including max priority fee, gas price and gas used for the transaction.{ "gas": 519926, "gas\_price": 27512591954, "max\_fee\_per\_gas": 38787955200, "max\_priority\_fee\_per\_gas": 13988113, "receipt\_effective\_gas\_price": 27512591954, "receipt\_gas\_used": 368320 }
selectorCall data selector at the transaction level.0xb80c2f09
log_indexLog index of this trade.34
block_timestampBlock timestamp of this trade.2024-03-17 07:17:11
block_numberBlock number of this trade.19453026
block_hashBlock hash of this trade.0xde8f8cad5c9d3671bcd4f5c8015ccfeb1773840ad80516768ab165e366a28404
unique_idUnique ID of each trade.event-swap_txn-0xba4e6ad60d4047b64483edb7a60da522ab77c926e42ca3f7faa4acedbf90d438_log_index-34
_created_atTimestamp of the entry creation.2024-05-28 05:45:36
_updated_atTimestamp of the entry update.2024-05-28 05:45:36
_changed_since_full_refreshBoolean indicator on whether this table was full-refreshed.TRUE