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
0x9e5a52f57b3038f1b8eee45f28b3c1967e22799c0x03ee3213272e1501bada6f019562f560e3c730cffalse62090x09eaa1dc7baf3d570f84fa20c59e603592f8fe430x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270185689730612025-03-12T21:37:59.000Z0x7426d9c52b6502ef042fdbf54b6da2ad294859f10c071f1f3ce7331df249ad50
0x9e5a52f57b3038f1b8eee45f28b3c1967e22799c0x44e97291b402c1caefddf7972210998578e732a8false62060x0d500b1d8e8ef31e21c99d1db9a6444d3adf12700xc5690ee8af63758e0df06bf0cba87961e9b78e29362689589112025-03-12T13:11:37.000Z0x3713be73a24d73f8540b3e5ca8ffed3d9fda2065989264ac0b677b3036eb4b1d
0x9e5a52f57b3038f1b8eee45f28b3c1967e22799c0x1cd8b833a675d122bd8caa2c5635a628d7c0fff6false62050x0d500b1d8e8ef31e21c99d1db9a6444d3adf12700xee7f68502c51f0c7f7d8cd4b008441565e02f2aa37689572312025-03-12T12:12:05.000Z0x1d13afd748c7a72bbcfe3bbbc5b989f1fb5776a2f3291fb61ed5ec13353a1afc
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_polygon.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.
valueFLOAT64Amount 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.
gasNUMERICGas 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_polygon.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
0x1f0c5400a3c7e357cc7c9a3d2f7fe6ddf629d868false0x24791cac57bf48328d9fe103ce402cfe4c0d8b07346410161413743520xa5644e29708357803b5a882d272c41cc0df92b34534793682024-02-13T16:48:14.000Z0xdff2341221812837b95c1466b6c33cc61c96f3d47256931b0a95617d00b1dcd6
0x711b6f6788e4cb0f7034bf02b149118a46e500c2false0x50a0e82a975c55253cfe81f2bfb96994a7f9f95155555555555555553750xa5644e29708357803b5a882d272c41cc0df92b34537615852024-02-20T22:28:45.000Z0x3b66332f117f699d738e14fef95ff54f9c894416b116b79c908f87dad5d3e1a6
0x711b6f6788e4cb0f7034bf02b149118a46e500c2false0x8aaa8e6494b13116ad65168283ec5269479611ff92144322546114721200xedf6066a2b290c185783862c7f4776a2c8077ad1537603382024-02-20T21:43:26.000Z0xc0912f17b74c2982ca278d7be1d88758a3d183951ba10f359d1dfcd062039894
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_polygon.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
0xa5644e29708357803b5a882d272c41cc0df92b340x5aa7bd404e87d2399a5db1252c60f736783fba98false0xa5644e29708357803b5a882d272c41cc0df92b342841998020565552699226028954091316322216443443674275552025-02-02T00:12:30.000Z0x96fcc38e19d86a7633685f4cb6ba98d3a930f28f2ba5c10fae59abfd2f88b303
0xa5644e29708357803b5a882d272c41cc0df92b340xb7a42fe0b35cdf9a70f992bcf404d87e2f844eb0false0xa5644e29708357803b5a882d272c41cc0df92b3410658722560562302419457044540046928412674327692025-02-02T03:19:21.000Z0xb48589b3c2cc02f4c7c48f752bb08b3da5ccfc92635f1e8471f1a33a15270778
0xa5644e29708357803b5a882d272c41cc0df92b340x5e72dce863df95efdfa2894b3a9b72dbd7ddbca7false0xa5644e29708357803b5a882d272c41cc0df92b342662913332608674480082025-02-02T12:21:06.000Z0xabeb5cba4490c54de3de8f25db0d4a0bc3c4acb9f530be41815633f62f9db34c
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_polygon.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
0x4ad2e7c9e7acc020afdc3be7ad95dd1a9164753cfalse0xedf6066a2b290c185783862c7f4776a2c8077ad115371031449213132059538100000000000000000788414322025-11-10T15:15:48.000Z0xf183e48f7e3d87e7ad1e0267267c085bca5aa411c2cfbd1017af2a0aea9ba066
0xa631d042814547cf15f6f60ae4f36591fefe70a8false0xedf6066a2b290c185783862c7f4776a2c8077ad162686637969329494288011000000000000000000788404672025-11-10T14:43:38.000Z0x2214ae866c790d33f6977ab3d6fc262354e5c8b7799d16be67cdca1175016dc2
0xa631d042814547cf15f6f60ae4f36591fefe70a8false0xedf6066a2b290c185783862c7f4776a2c8077ad166389248112840534265911000000000000000000788352352025-11-10T11:49:14.000Z0x7d0fe9b93f66b5d522cbb57cfacc75d2cf2d9efd2f318decb654ef35c871d9e3
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_polygon.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
0x000000000093baf2da9321cbf75d8ad67e7512fb0xfe51e911c834cc42bfffa61b4b91647695770497false0x000000000093baf2da9321cbf75d8ad67e7512fb5766993565643986520220679585685900707682025-04-05T17:51:19.000Z0x4c594102cf9e14abfbf80537876a0c2248b3ababe9b94b97150522fcc22c8ed9
0x000000000093baf2da9321cbf75d8ad67e7512fb0x0e24c58d94e10b6763324dd6db209cf52405dfb9false0x000000000093baf2da9321cbf75d8ad67e7512fb15769917691913498103342074634450001882025-04-05T07:09:33.000Z0x5ee31429d53b5e3812a138c13225b1b707bf806f21646c5e9fdf5b8d5ec1638e
0x000000000093baf2da9321cbf75d8ad67e7512fb0x1b295195ddcb2e13327ce56bfcee0eddc9d19181false0x000000000093baf2da9321cbf75d8ad67e7512fb134699413321849378166378917706938951800263646691374172025-04-05T21:14:56.000Z0x0e02790333925c82a34e70ed0abd954099ba066beaf36eccca3455c18e97ead4
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_polygon.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
0x005c4108fa00c6c4721fefd4338fb1e211ff9047false23364187941850324893985489707572041872024-05-21T01:16:42.000Z0xae70e4b3a2fada086789a9976187c01ed893061e4a4b0f1cfcf34bbd0d11d879
0x005c4108fa00c6c4721fefd4338fb1e211ff9047false31858524032029936880701565035572052342024-05-21T01:54:20.000Z0x82d68ee021fa6f5df70a95766148a7bf6d930c79bc71a11630402da8104f8bea
0x005c4108fa00c6c4721fefd4338fb1e211ff9047false57254747092170401660887943632572052552024-05-21T01:55:05.000Z0x5a0e48164a9b3a20270693d5c97ddae18e944fe5d71cd2bf0cc58b306d49ec1a
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_polygon.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
0xb0c54bd367ffb5e516b82979290b0a4ebaacd7410x0819f470357f61e0ef3e32e035ca28f366c439170x0000000000000000000000000000000000000000false3564818863299672457612025-01-28T11:15:08.000Z0x33de04fc611bfb3b873189773f827825153253871fcb2c816a12dd3beed0dddb
0x00000000000000000000000000000000000000000x150357f5e209e7171045bcfa582db9941a6242700x0000000000000000000000000000000000000000false1000284672279172025-01-28T00:42:28.000Z0x21a74805d30e1547981813dcd14cb58cedca2440220aadbc46e0d3f6ccb0a68c
0xd8d58321eb5ca1dd157910919d943bb0c1ca64bb0x150357f5e209e7171045bcfa582db9941a6242700x0000000000000000000000000000000000000000false12135597524338357551413285672279172025-01-28T00:42:28.000Z0x21a74805d30e1547981813dcd14cb58cedca2440220aadbc46e0d3f6ccb0a68c
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v2_polygon.Pair_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100