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
0x62d5b84be28a183abb507e125b384122d2c25fae0x1da8e0f04721133ea65fba2ad48ab762ed5ba604false5570xe685d21b7b0fc7a248a6a8e03b8db22d013aa2ee0xed6961928066d3238134933ee9cdd510ff157a6e1115341332022-02-19T05:41:43.000Z0x2154cd0550c8321af972809838418035467312f36d0af223d790e1117a452773
0x62d5b84be28a183abb507e125b384122d2c25fae0x5033ca747e1a946ad3cfa8aff28a91548fd45f09false5560x471ece3750da237f93b8e339c536989b8978a4380xed6961928066d3238134933ee9cdd510ff157a6e3115330772022-02-19T04:13:43.000Z0x51a52612ca26d0cd86a6596ddd0db3c42fd7e410115917aa279bf88dce8c451d
0x62d5b84be28a183abb507e125b384122d2c25fae0x8eb0ea8043c7059af2c20e81348ae0470f14e225false5550x4510104cf2cc3be071f171be7c47b8d6beaba2340xed6961928066d3238134933ee9cdd510ff157a6e3115330562022-02-19T04:11:58.000Z0x0549ec20dc89be3c85075d8603843cb7f539c187f3917ea169d61947ca2d002b
Query with partition filter
SELECT *
FROM `tt-contracts.ubeswap_v2_celo.Factory_PairCreated_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
0x9fe89450e91437a092339290f1d300a099a654e60xe7b5ad135fa22678f426a381c7748f6a5f2c9e6cfalse0xe3d8bd6aed4f159bc8000a9cd47cffdb95f96121519679672440368289511943705721210604873264421712021-04-30T12:56:20.000Z0x94f3458d37f31e1b1a0156ad0d88735b383d7b5c113ed7738926d26d8584e602
0x03f740a94eb122cdafeef307949ece62b2876b4a0x1e593f1fe7b61c53874b54ec0c59fd0d5eb8621efalse0xe3d8bd6aed4f159bc8000a9cd47cffdb95f961216921820282061527477491965624148190869464478612021-04-30T20:50:30.000Z0x2bdaeb25598d2c439c399430fdf511fface2e24fc38f3876b340272f9a4a3d23
0x9a5c01715e2041516278eeb46f46103e91b64e5d0xb715157f6c16dd6523973c944f79ae4173dfebfefalse0xe3d8bd6aed4f159bc8000a9cd47cffdb95f9612169625133986666403017020559233850355444242564332992021-04-30T00:37:00.000Z0xefb0b5a734b49d402017643a6d0f596e8d3f50e119b176680ebef74768742610
Query with partition filter
SELECT *
FROM `tt-contracts.ubeswap_v2_celo.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
0x65596e0f281b0cbcba0aa261982690e9bcba7247false0xe3d8bd6aed4f159bc8000a9cd47cffdb95f961216340238727797925891101097203001381038463122558802022-04-02T00:08:26.000Z0x7f23fdcdcd47f8daf13d6cb97629e0afa48a4c5957e3ae3d04bc326eb2f08750
0x39ac98447f28612d3583e46e57cb106337fcae3ffalse0xe3d8bd6aed4f159bc8000a9cd47cffdb95f96121534556022043825539260661839808208029252199122558932022-04-02T00:09:31.000Z0x2782fb4f1c580bcf7e20cb7a4c986c530a13c43e9768dd52834a63262300120a
0x65596e0f281b0cbcba0aa261982690e9bcba7247false0xe3d8bd6aed4f159bc8000a9cd47cffdb95f9612110524134001620728252272778185723637590885122559552022-04-02T00:14:41.000Z0xe352b587241834dacda196bdd03907d3d2607304c40b8d7eb2359b66c90a031d
Query with partition filter
SELECT *
FROM `tt-contracts.ubeswap_v2_celo.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
0x1e593f1fe7b61c53874b54ec0c59fd0d5eb8621e0x01522c42ca43d7bfd34f373d41ad7d90a95e714cfalse0xe3d8bd6aed4f159bc8000a9cd47cffdb95f96121132223423369725439844204992700574428811784835429712023-11-01T11:56:03.000Z0x12bd38e780f1728bc436169f5aa7bccbf3023250ad0bf759ef115fb3f8dbff72
0x7d28570135a2b1930f331c507f65039d4937f66c0x01522c42ca43d7bfd34f373d41ad7d90a95e714cfalse0xe3d8bd6aed4f159bc8000a9cd47cffdb95f961213522238024100000000000000000000820296372058886574112023-11-01T17:11:58.000Z0x00b91badef224ffc6b23170632e54583ab4a62f389a5be64ea06d173372420e6
0x7d28570135a2b1930f331c507f65039d4937f66c0x01522c42ca43d7bfd34f373d41ad7d90a95e714cfalse0xe3d8bd6aed4f159bc8000a9cd47cffdb95f9612177222387180102371059294379971134123527069027296893402023-11-01T18:09:48.000Z0x8eb4f6e6a460e33b4b3b6455d5945715b1e65498c5c1afb6c2d6afa34dd132b1
Query with partition filter
SELECT *
FROM `tt-contracts.ubeswap_v2_celo.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
0x11ce57aaae0418d120e4415691b6f174219e4b02false436472017902425259868735305575081339452365031122557792022-04-02T00:00:01.000Z0x7d4ae02955cb3e2d4bbe2760fad96c964e46f75cca059bae5a7ce3c0b4a52594
0x9f437509e61896738ea8cdb6cded618c0e509032false5130341710767941466632034400465334602542494504805122557802022-04-02T00:00:06.000Z0xe228fc8af1075c758d76cafb7c605757367094ab82c58d156c561d94f140ae2a
0x11ce57aaae0418d120e4415691b6f174219e4b02false3536471767105528149668735305818824102686402735122557832022-04-02T00:00:21.000Z0x16bce85b956ae611c4f31858f82f152cd4a3cf8867808c5881074748164b68bf
Query with partition filter
SELECT *
FROM `tt-contracts.ubeswap_v2_celo.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
0x4e1561e35db0dd93e48241f9b7413671c37cdbfb0x5d3be0ef8f83d2df0782a89bdcd28978ed4dd13f0x0000000000000000000000000000000000000000false2821991758958980205251162297302022-11-19T00:10:53.000Z0x6dcb701169e3c6bb5b36ca6b313c547d0fe7eaf913de2071791b5b2e1deb822a
0x9598143cad531593ebea31cbf074106a92d3ccb00x5d3be0ef8f83d2df0782a89bdcd28978ed4dd13f0x0000000000000000000000000000000000000000false36362971597572248350162297302022-11-19T00:10:53.000Z0x6dcb701169e3c6bb5b36ca6b313c547d0fe7eaf913de2071791b5b2e1deb822a
0xf725d0ed5987bd9e7ef725491c584a84e42127080x5d3be0ef8f83d2df0782a89bdcd28978ed4dd13f0x4e1561e35db0dd93e48241f9b7413671c37cdbfbfalse282199175895898020528162297482022-11-19T00:12:23.000Z0x50f8c05402d5d51ea93c2cc945c78d91b216dd9720d2b39c0405b5f33f5b6e6e
Query with partition filter
SELECT *
FROM `tt-contracts.ubeswap_v2_celo.Pair_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100