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
0xf1d7cc64fb4452f05c498126312ebe29f30fbcf90x3b1695babe3aadd0af166458dcb32c521734948cfalse14080x9cce9ae579142e372a8959285e3a5a2e211904f70xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb922231799952024-06-18T14:49:54.000Z0x7218ea51001c76ce2ce3dbb0f0d5632734aa2493c48d550a0ea48d23687d1b45
0xf1d7cc64fb4452f05c498126312ebe29f30fbcf90xe425b6e4296f79c6acca7770a76082753fac0381false14070x82af49447d8a07e3bd95bd0d56f35241523fbab10xec26036a7d06bf7e1914432811b6d9c51c4fb11322231288052024-06-18T11:14:27.000Z0x06f5ac16ac1fbf415ac975aa42d59fea03d1269d349496b6e25c697453346570
0xf1d7cc64fb4452f05c498126312ebe29f30fbcf90x27d336a834775988b1305df42569e27128932bddfalse14060x13654df31871b5d01e5fba8e6c21a5d0344820f50xaf88d065e77c8cc2239327c5edb3a432268e583172230175932024-06-18T03:29:19.000Z0x8600e30a899c0b1da26786839bf093a474b49f393bcd9f60b47c24232fad1dd2
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_arbitrum.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_arbitrum.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
0xf64dfe17c8b87f012fcf50fbda1d62bfa148366afalse0x687ed137c2cb1fa58db8423797b505a9de037b1e2617836403200x4752ba5dbc23f44d87826276bf6fd6b1c372ad241784748372024-02-07T22:01:24.000Z0x17917d300304f7e50f6f3b6b2043a3fa11f48dabc872463e34dcc5e1304aeeb3
0x103b03051bf073c44decfaf8dfd12275254ab97efalse0xf5a531c44b55e5f4379fb8741cbf1ba8d7b7e92c7893795907884596700xa5644e29708357803b5a882d272c41cc0df92b341831272972024-02-21T21:29:59.000Z0xa1531a15d4195d73b3640670d2e671c6ed8fbafed6d721e1a8805925bc27c54a
0x103b03051bf073c44decfaf8dfd12275254ab97efalse0xa2d36f11e2225d1b89146f443350e825f15b8b6841417701683079485600xa5644e29708357803b5a882d272c41cc0df92b341831224192024-02-21T21:08:37.000Z0x875d16ccf757a87bf30cc02917e475faa8c9660ac7f930dd639263fbd983dffd
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_arbitrum.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
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad240xf64dfe17c8b87f012fcf50fbda1d62bfa148366afalse0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24654824550437436012499991784748372024-02-07T22:01:24.000Z0x17917d300304f7e50f6f3b6b2043a3fa11f48dabc872463e34dcc5e1304aeeb3
0xa5644e29708357803b5a882d272c41cc0df92b340x103b03051bf073c44decfaf8dfd12275254ab97efalse0xa5644e29708357803b5a882d272c41cc0df92b346199999999999999831174735902063570711831272972024-02-21T21:29:59.000Z0xa1531a15d4195d73b3640670d2e671c6ed8fbafed6d721e1a8805925bc27c54a
0xa5644e29708357803b5a882d272c41cc0df92b340x103b03051bf073c44decfaf8dfd12275254ab97efalse0xa5644e29708357803b5a882d272c41cc0df92b34610493735122214066163569710530617467161831224192024-02-21T21:08:37.000Z0x875d16ccf757a87bf30cc02917e475faa8c9660ac7f930dd639263fbd983dffd
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_arbitrum.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
0xf64dfe17c8b87f012fcf50fbda1d62bfa148366afalse0x4752ba5dbc23f44d87826276bf6fd6b1c372ad2461000000000000000002280000001761963222024-01-31T22:45:58.000Z0x43d26231047ea3cfa99b9756cfcd32791322fa7e4337f9531cd628447fca050c
0xf64dfe17c8b87f012fcf50fbda1d62bfa148366afalse0x4752ba5dbc23f44d87826276bf6fd6b1c372ad2417219298201754385949999991784747342024-02-07T22:00:57.000Z0xae82fa4ae085a37a66b5bb1ad7e9e37f6bbe9298e9473567cce0a74b72bcc352
0x8dca5a5dba32ca529594d43f86ed4210ead2ed83false0x4752ba5dbc23f44d87826276bf6fd6b1c372ad247100000000000000020000000000000000001784754032024-02-07T22:03:51.000Z0xdb2a2b564e61c1329088b5c441a6b8dcdae30dda22e276e17895f6e4c44b385d
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_arbitrum.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
0x00000000003c1eba00fb4354588cacf8cf298c400x42f49d119e58a670b093647ee6ee219ee0c2c91efalse0x00000000003c1eba00fb4354588cacf8cf298c402322412974001256976554309950172886345726699121555002024-06-21T08:44:57.000Z0x86f58a2dcb90bf473a49ded88e67ca8218f0ac3f952ccf75dfe2b2dfe53fa2c7
0x00000000003c1eba00fb4354588cacf8cf298c400xeb4239aac41a62a695d8dbddae268d785e308dc1false0x00000000003c1eba00fb4354588cacf8cf298c402022405107801681015839916031166389601471098668502024-06-21T03:17:23.000Z0x95106ff8a3947cdb8ede4605088d913110d077292705565a94cc0dafc3eb73cc
0x00000000003c1eba00fb4354588cacf8cf298c400x6fa774876fe6badeb1a4d0c6dcf9430a72d3873bfalse0x00000000003c1eba00fb4354588cacf8cf298c4013224346797096882942932649070072663806920884166748284402024-06-21T23:50:15.000Z0x998ab52fe9a43186183b97a1ce9f470ac4a015fc9d1f98f9b84f14867b7df4f1
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_arbitrum.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
0x006a31cb6c78791436a67227dd8630901abef80efalse346625848766119022289574547114909941782282261932024-07-03T05:30:35.000Z0xebc301c6dcc8b92a879af88fff72a1ea179917dc4e7a55531936839f7e98160d
0x006a31cb6c78791436a67227dd8630901abef80efalse347126711118910337830568399188544938312281714772024-07-03T01:41:49.000Z0x4acf507d16caeedecc02716f6a5269d8e943e124be2b00865865ca142a7f9b83
0x006a31cb6c78791436a67227dd8630901abef80efalse346963428171282225833570459689614466682283022062024-07-03T10:48:12.000Z0xb376a9a87669ccf006a97335c6601dc1e7c2aa8e911b406a56017490ba034943
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_arbitrum.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
0x00000000000000000000000000000000000000000xf64dfe17c8b87f012fcf50fbda1d62bfa148366a0x0000000000000000000000000000000000000000false100031761963222024-01-31T22:45:58.000Z0x43d26231047ea3cfa99b9756cfcd32791322fa7e4337f9531cd628447fca050c
0xf5b75474d006495c82dbbf010e230d5d2f86226f0xf64dfe17c8b87f012fcf50fbda1d62bfa148366a0x0000000000000000000000000000000000000000false477493455352541761963222024-01-31T22:45:58.000Z0x43d26231047ea3cfa99b9756cfcd32791322fa7e4337f9531cd628447fca050c
0x00000000000000000000000000000000000000000xf64dfe17c8b87f012fcf50fbda1d62bfa148366a0xf64dfe17c8b87f012fcf50fbda1d62bfa148366afalse2617836403221784748372024-02-07T22:01:24.000Z0x17917d300304f7e50f6f3b6b2043a3fa11f48dabc872463e34dcc5e1304aeeb3
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_arbitrum.Pair_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100