Skip to main content

Tables

PoolManager_Initialize_event

Uniswap v4 pool initialization events emitted when new liquidity pools are created. Contains pool parameters including currency pair addresses, fee tier, tick spacing, initial price (sqrtPriceX96), and optional hooks contract address for customized pool behavior.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_currency0STRINGContract address of the first token in the pair. Hex-encoded, 0x-prefixed, 42-character string.
in_currency1STRINGContract address of the second token in the pair. Hex-encoded, 0x-prefixed, 42-character string.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_tickSpacingINT64Minimum price movement increment between adjacent ticks in a concentrated liquidity pool.
in_hooksSTRINGContract address of the hooks contract for the pool. Hex-encoded, 0x-prefixed, 42-character string where 0x0000000000000000000000000000000000000000 indicates no hooks are enabled.
in_sqrtPriceX96STRINGSquare root of the price ratio between token1 and token0 encoded as a Q64.96 fixed-point number. Numeric string representation used in concentrated liquidity automated market makers.
in_tickINT64Current tick index of the concentrated liquidity pool after the swap or operation. Integer value representing the price point on the pool’s tick spacing grid.
in_idin_feeaddressin_tickremovedin_hookslog_indexblock_numberin_currency0in_currency1in_tickSpacingblock_timestampin_sqrtPriceX96transaction_hash
0x83e7c9f12348a95a5fe02c8af7074dd52defd1e108e19e51234c49da56d7c6355000x1631559198a9e474033433b2958dabc135ab6446-81021false0x00000000000000000000000000000000000000000144655850x43000000000000000000000000000000000000030x4300000000000000000000000000000000000004102025-01-24T17:49:45.000Z13791734382233065484811228330x96ecf330532a794388405835ba7cc6687f281d3e44dee502fb89dc8d789fdf33
0x60b5b86906dfc355df923b91181f3d5fbaeb68fb569f9b89c30c5e98eee7358330000x1631559198a9e474033433b2958dabc135ab64460false0x00000000000000000000000000000000000000006150678270x43000000000000000000000000000000000000030xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad602025-02-07T16:24:29.000Z792281625142643375935439503360x22be8918db84fffd35143116c5f57bfe29da8461aeb47f236e27167b230847a0
0x03514ea0c2eee0ef3882a4b162917413e0683a7a6a6008d38ae348728100e4fc30000x1631559198a9e474033433b2958dabc135ab64460false0x00000000000000000000000000000000000000005150654940x00000000000000000000000000000000000000000xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad602025-02-07T15:06:43.000Z792281625142643375935439503360xd59e06282b24906b83385132b3895e6c450a98ba5ab4f019e1621fc6e8236af4
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v4_blast.PoolManager_Initialize_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolManager_ModifyLiquidity_event

Uniswap V4 liquidity modification events emitted when positions are added or removed from concentrated liquidity pools. Contains pool identifier, sender address, tick range boundaries (tickLower, tickUpper), and signed liquidityDelta indicating the amount of liquidity added (positive) or removed (negative).
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_liquidityDeltaSTRINGChange in liquidity for a concentrated liquidity position. Numeric string representation of the signed delta value, where positive values indicate liquidity additions and negative values indicate liquidity removals.
in_saltSTRINGCryptographic salt value used for deterministic address generation in contract deployment. 66-character hex string including 0x prefix.
in_idaddressin_saltremovedin_senderlog_indexblock_numberin_tickLowerin_tickUpperblock_timestamptransaction_hashin_liquidityDelta
0x7660161ab15b8fb9f2b9d1eeea089ca5f67aaac66bbad2ed9a96b57e135fa0d00x1631559198a9e474033433b2958dabc135ab64460x0000000000000000000000000000000000000000000000000000000000000003false0x4ad2f4cca2682cbb5b950d660dd458a1d3f1baad314578781-8872728872722025-01-27T08:42:57.000Z0x319bcd7706bdbc0c6e26f955fcf8c61a7448f37dd9d237ca5bbd992023d6ff339999999999999
0x7660161ab15b8fb9f2b9d1eeea089ca5f67aaac66bbad2ed9a96b57e135fa0d00x1631559198a9e474033433b2958dabc135ab64460x0000000000000000000000000000000000000000000000000000000000000005false0x4ad2f4cca2682cbb5b950d660dd458a1d3f1baad114583899-8872728872722025-01-27T11:33:33.000Z0xf283934aafe6ba9e02d1dfe78d2ea00c585f81d94743260b58144c3c5f4d8bfc9999999999999
0x83e7c9f12348a95a5fe02c8af7074dd52defd1e108e19e51234c49da56d7c6350x1631559198a9e474033433b2958dabc135ab64460x0000000000000000000000000000000000000000000000000000000000000002false0x4ad2f4cca2682cbb5b950d660dd458a1d3f1baad3914565809-8872708872702025-01-27T01:30:33.000Z0x970a90f3380d8c263636116fe226a48bdfbc6b403012b5ea597ee4afad2ca82555937981569063
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v4_blast.PoolManager_ModifyLiquidity_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolManager_OwnershipTransferred_event

Ownership transfer events emitted by Uniswap v4 PoolManager contracts, recording the previous owner address and newly assigned owner address. Used for tracking administrative control changes of liquidity pool management contracts across chains.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedlog_indexin_newOwnerblock_numberblock_timestamptransaction_hash
0x1631559198a9e474033433b2958dabc135ab64460x0000000000000000000000000000000000000000false270x2339c0d23b60739b3e5abf201f05903d24a26c77143773112025-01-22T16:47:17.000Z0x858e71e5e3e23c717ed95db9be8c6beba5f0b2a6eac4147dffc2e4c269e1216b
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v4_blast.PoolManager_OwnershipTransferred_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolManager_Swap_event

Token swap events emitted by Uniswap V4 PoolManager contracts. Contains sender address, token amounts, fee tier, liquidity depth, and post-swap pool state including tick position and sqrt price ratio (Q64.96 fixed-point).
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_sqrtPriceX96STRINGSquare root of the price ratio between token1 and token0 encoded as a Q64.96 fixed-point number. Numeric string representation used in concentrated liquidity automated market makers.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_tickINT64Current tick index of the concentrated liquidity pool after the swap or operation. Integer value representing the price point on the pool’s tick spacing grid.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_idin_feeaddressin_tickremovedin_senderlog_indexin_amount0in_amount1block_numberin_liquidityblock_timestampin_sqrtPriceX96transaction_hash
0x83e7c9f12348a95a5fe02c8af7074dd52defd1e108e19e51234c49da56d7c6355000x1631559198a9e474033433b2958dabc135ab6446-79779false0x02828245c531074b6bc8382ca0d97b0f2dd82677264-8042297886005187327652625631462148610415664459536635880112025-02-02T21:31:37.000Z14675562474386774656112464820x067ec0d694de571617c2130261bdea8f1c144de5f3a3a3d38a9703b5539c2a7b
0x83e7c9f12348a95a5fe02c8af7074dd52defd1e108e19e51234c49da56d7c6355000x1631559198a9e474033433b2958dabc135ab6446-80852false0x02828245c531074b6bc8382ca0d97b0f2dd826776224352956166974336-68705728952162148496685664459536635880112025-02-02T15:12:31.000Z13909331462320698036275184520x7c8325c718be231e215a66e569b92f8f85c167d059792bce68c4240ef67cc031
0x83e7c9f12348a95a5fe02c8af7074dd52defd1e108e19e51234c49da56d7c6355000x1631559198a9e474033433b2958dabc135ab6446-79897false0x02828245c531074b6bc8382ca0d97b0f2dd8267771-18106174984649225361727306582698148610435664459536635880112025-02-02T21:31:41.000Z14589225180495426362008616920x2f3e9ed54f02663948848435ebf881ac834a1a016f1263aa488ce68960d5c46f
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v4_blast.PoolManager_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolManager_swap_function

Uniswap V4 PoolManager swap function call traces containing pool identification parameters, swap direction, amount specifications, and execution deltas. Records track token exchange operations through liquidity pools with hook integration support.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_keySTRUCT<currency0 STRING, currency1 STRING, fee STRING, tickSpacing INT64, hooks STRING>Unique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_paramsSTRUCT<zeroForOne BOOL, amountSpecified STRING, sqrtPriceLimitX96 STRING>Additional initialization parameters encoded as bytes. Hex-encoded string used for protocol-specific configuration data during contract initialization or cross-chain operations.
in_hookDataSTRINGAdditional arbitrary data passed to hook contracts for custom logic execution. Hex-encoded byte string with 0x prefix.
out_swapDeltaSTRINGNet token amount change from the swap operation. Decimal string representing the combined delta of both tokens in the pool, encoded as a single integer value.
gasvaluein_keystatusgas_usedin_paramssignatureto_addressin_hookDatablock_numberfrom_addressout_swapDeltatrace_addressblock_timestamptransaction_hash
3165190{“fee”:“500”,“hooks”:“0x0000000000000000000000000000000000000000”,“currency0”:“0x4300000000000000000000000000000000000003”,“currency1”:“0x4300000000000000000000000000000000000004”,“tickSpacing”:10}true27680{“zeroForOne”:false,“amountSpecified”:“-6805746461686”,“sqrtPriceLimitX96”:“1461446703485210103287273052203988822378723970341”}0xf3cd914c0x1631559198a9e474033433b2958dabc135ab64460x156127410x02828245c531074b6bc8382ca0d97b0f2dd8267763594251007901693289784170221683968694315417524401817700,0,0,1,1,0,12025-02-20T07:08:17.000Z0xf1b0226610547cf41f74ac330912a564f204c5b44b4f30f8b3a042925a6df5ae
18987410{“fee”:“500”,“hooks”:“0x0000000000000000000000000000000000000000”,“currency0”:“0x4300000000000000000000000000000000000003”,“currency1”:“0x4300000000000000000000000000000000000004”,“tickSpacing”:10}true28481{“zeroForOne”:false,“amountSpecified”:“-79743795765636”,“sqrtPriceLimitX96”:“1461446703485210103287273052203988822378723970341”}0xf3cd914c0x1631559198a9e474033433b2958dabc135ab64460x156004300x02828245c531074b6bc8382ca0d97b0f2dd82677737272632513784921481493906602493124152546358905663238360,2,1,1,0,12025-02-20T00:17:55.000Z0xf5ffcb40b9dfcdd3adec9ecc6f8bd8b94615f0d18b3de5418c3ba4069ef43557
2444630{“fee”:“500”,“hooks”:“0x0000000000000000000000000000000000000000”,“currency0”:“0x0000000000000000000000000000000000000000”,“currency1”:“0x4300000000000000000000000000000000000003”,“tickSpacing”:10}true28794{“zeroForOne”:false,“amountSpecified”:“-5406813556838692”,“sqrtPriceLimitX96”:“1461446703485210103287273052203988822378723970341”}0xf3cd914c0x1631559198a9e474033433b2958dabc135ab64460x156262140x02828245c531074b6bc8382ca0d97b0f2dd826776720566938821749130260969477066223260339283052418200,2,1,5,0,12025-02-20T14:37:23.000Z0x88e4b355bb2d6450f4612830654d9394f871bb017f411352a25e3be879ac42d1
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v4_blast.PoolManager_swap_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100