Skip to main content

Tables

Factory_PairCreated_event

Decentralized exchange (DEX) liquidity pool creation events emitted by Automated Market Maker (AMM) factory contracts. Records new trading pair deployments with token addresses, deployed pair contract address, and creation sequence number for tracking pool instantiation across DEX protocols.
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_token0STRINGContract address of the first token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_token1STRINGContract address of the second token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_anon3STRINGSequential counter tracking the total number of pairs created by the factory contract.
addressin_pairremovedin_anon3in_token0in_token1log_indexblock_numberblock_timestamptransaction_hash
0x9e5a52f57b3038f1b8eee45f28b3c1967e22799c0x6239ae4d661379b71a90c4c79f0a95297342e391false10xb31f66aa3c1e785363f0875a1b74e27b85fd66c70xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e20416300792024-02-13T16:48:43.000Z0x78cbd6ff0cb39424833e595fd3df8d9e1dc5bd4d98ab945b5704ffdfc339a678
0x9e5a52f57b3038f1b8eee45f28b3c1967e22799c0x6b60865fabc6c7280fd1dcc125549698a76d5444false20xb31f66aa3c1e785363f0875a1b74e27b85fd66c70xc2db4f94ceb108d851743332f7e0cd92861c1f6f43419587842024-02-21T09:41:10.000Z0xd82517ff6931dc48fd535c26ad2654ca33a6b02564ca4d253dd908d4dcd87dcc
0x9e5a52f57b3038f1b8eee45f28b3c1967e22799c0xb315a298f124d3fbe7e49d509973c69290a40476false40xb31f66aa3c1e785363f0875a1b74e27b85fd66c70xec3492a2508ddf4fdc0cd76f31f340b30d1793e63420104452024-02-22T14:44:31.000Z0x908d3368b746e06fb604b17d35718c944c8fc4829279c262fadab4e12dd4d10b
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_avalanche.Factory_PairCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory_setFeeTo_function

Uniswap V2 Factory setFeeTo function call records for updating the protocol fee recipient address. Captures administrative transactions that configure the address receiving protocol trading fees.
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.
valueSTRINGAmount 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__feeToSTRINGAddress designated to receive protocol fees from Uniswap V2 factory operations. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_avalanche.Factory_setFeeTo_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Approval_event

ERC-20 approval events emitted by Uniswap V2 liquidity pool pair contracts, granting spender addresses permission to transfer specified amounts of LP tokens on behalf of owners. Used for tracking liquidity provider token allowances and router authorizations.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_spenderSTRINGAddress authorized to spend tokens on behalf of the owner. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
addressremovedin_ownerin_valuelog_indexin_spenderblock_numberblock_timestamptransaction_hash
0x6239ae4d661379b71a90c4c79f0a95297342e391false0x4423b0d6955af39b48cf215577a79ce574299d3f249799872998330x4752ba5dbc23f44d87826276bf6fd6b1c372ad24416301112024-02-13T16:49:50.000Z0x442dcf9b4344b77a51f8495e176fe63ab3caf818675d5b8881affb4fa67b3ec7
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_avalanche.Pair_Approval_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Burn_event

Liquidity removal events from DEX (Decentralized Exchange) trading pairs recording amounts of both tokens withdrawn when liquidity providers burn LP tokens. Used for tracking liquidity provision activity and calculating total value locked (TVL) changes in automated market maker (AMM) pools.
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_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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad240x6239ae4d661379b71a90c4c79f0a95297342e391false0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24937499999996235736616639993416301112024-02-13T16:49:50.000Z0x442dcf9b4344b77a51f8495e176fe63ab3caf818675d5b8881affb4fa67b3ec7
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad240x39517474d6c166b5d4d4a50587d1535b273e9694false0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24634490206812081080898982401416500815576329001659017692025-07-22T17:56:04.000Z0xedb7a5745c50f67904c00d17ab19f732f4ca3b3d011e17f901c8b3045e95ce8c
0x4fe93ebc4ce6ae4f81601cc7ce7139023919e0030x6239ae4d661379b71a90c4c79f0a95297342e391false0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24949671845578215312655659329612025-07-23T08:38:57.000Z0x380846744f3edf52a191497283b4bfa64b914df8f8f88e48bc0fd619a4358c27
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_avalanche.Pair_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Mint_event

Liquidity provision events emitted when users add tokens to a DEX pair contract. Records sender address and token amounts deposited for liquidity pool operations.
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_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.
addressremovedin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x6239ae4d661379b71a90c4c79f0a95297342e391false0x4752ba5dbc23f44d87826276bf6fd6b1c372ad2427150000000000000000066559975416300792024-02-13T16:48:43.000Z0x78cbd6ff0cb39424833e595fd3df8d9e1dc5bd4d98ab945b5704ffdfc339a678
0x6239ae4d661379b71a90c4c79f0a95297342e391false0x4752ba5dbc23f44d87826276bf6fd6b1c372ad242837499997747648172516639993416301192024-02-13T16:50:06.000Z0x48b36dce52204ec5ca0da15cf259f374154781f8e829b59dbd9ecb57c12171e0
0x6b60865fabc6c7280fd1dcc125549698a76d5444false0x4752ba5dbc23f44d87826276bf6fd6b1c372ad2451300000000000000000020247500000000000000000000000000419587842024-02-21T09:41:10.000Z0xd82517ff6931dc48fd535c26ad2654ca33a6b02564ca4d253dd908d4dcd87dcc
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_avalanche.Pair_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Swap_event

Token swap events from decentralized exchange (DEX) liquidity pairs recording input and output amounts for both tokens. Primary source for tracking DEX trading activity and price discovery.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0InSTRINGAmount of token0 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1InSTRINGAmount of token1 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount0OutSTRINGAmount of token0 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1OutSTRINGAmount of token1 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexblock_numberin_amount0Inin_amount1Inin_amount0Outin_amount1Outblock_timestamptransaction_hash
0x035d10e2ae3406fdd145d59d63ff2aa57870e1890x6239ae4d661379b71a90c4c79f0a95297342e391false0xc02959788edadc5190d8ebf8a724979cf983dfb92141630860994133834069053760041254702024-02-13T17:14:59.000Z0x7c5c2b9c95afab998fb70a903f802cbcc95ca4c8f01417e86795ab3650c43085
0xb7453127e28ee32f97fba7a4e990de6c92c8ac500x6239ae4d661379b71a90c4c79f0a95297342e391false0xb7453127e28ee32f97fba7a4e990de6c92c8ac504741707445033343098085516544763397402024-02-15T12:18:08.000Z0x970538135ace1a86e6cd3af6101f8499ae3a5dd026694e39dcc6d067f881613f
0xc9db1bf41e87df7459e9806bdf14f010f05cddce0x6239ae4d661379b71a90c4c79f0a95297342e391false0xcd243350f78c7526482f54138a791cad9ba8c7b61041891510889637800000000000036294732024-02-19T19:48:16.000Z0xea01e8a5cefb915386a34f218bc477e80d9080477ef901bc2f9d16bfd20c39d3
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_avalanche.Pair_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Sync_event

Liquidity pair reserve synchronization events emitted after each swap, mint, or burn operation. Contains updated reserve balances for both tokens in AMM (Automated Market Maker) pools, enabling real-time price calculation and liquidity tracking.
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_reserve0STRINGReserve amount of the first token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
in_reserve1STRINGReserve amount of the second token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
addressremovedlog_indexin_reserve0in_reserve1block_numberblock_timestamptransaction_hash
0x6239ae4d661379b71a90c4c79f0a95297342e391false9160752197547339576162139341418915102024-02-19T19:48:16.000Z0xea01e8a5cefb915386a34f218bc477e80d9080477ef901bc2f9d16bfd20c39d3
0x6239ae4d661379b71a90c4c79f0a95297342e391false8112500000003764263449919982416301112024-02-13T16:49:50.000Z0x442dcf9b4344b77a51f8495e176fe63ab3caf818675d5b8881affb4fa67b3ec7
0x6239ae4d661379b71a90c4c79f0a95297342e391false20159941336092102973562434505416308602024-02-13T17:14:59.000Z0x7c5c2b9c95afab998fb70a903f802cbcc95ca4c8f01417e86795ab3650c43085
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_avalanche.Pair_Sync_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Transfer_event

ERC20 Transfer events emitted by liquidity pair contracts in automated market maker (AMM) decentralized exchanges (DEXs). Records minting, burning, and transfer of LP (liquidity provider) tokens representing ownership shares in trading pairs.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_toaddressin_fromremovedin_valuelog_indexblock_numberblock_timestamptransaction_hash
0x6239ae4d661379b71a90c4c79f0a95297342e3910x6239ae4d661379b71a90c4c79f0a95297342e3910x4423b0d6955af39b48cf215577a79ce574299d3ffalse24979987299834416301112024-02-13T16:49:50.000Z0x442dcf9b4344b77a51f8495e176fe63ab3caf818675d5b8881affb4fa67b3ec7
0x00000000000000000000000000000000000000000x6239ae4d661379b71a90c4c79f0a95297342e3910x6239ae4d661379b71a90c4c79f0a95297342e391false24979987299835416301112024-02-13T16:49:50.000Z0x442dcf9b4344b77a51f8495e176fe63ab3caf818675d5b8881affb4fa67b3ec7
0x4423b0d6955af39b48cf215577a79ce574299d3f0x6239ae4d661379b71a90c4c79f0a95297342e3910x0000000000000000000000000000000000000000false249799858019726416301192024-02-13T16:50:06.000Z0x48b36dce52204ec5ca0da15cf259f374154781f8e829b59dbd9ecb57c12171e0
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_avalanche.Pair_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100