Skip to main content

Tables

ApeFactory_PairCreated_event

Decentralized exchange (DEX) factory events emitted when new liquidity pool pairs are deployed. Records token pair addresses, deployed pool contract address, and sequential pair counter for tracking pool creation activity.
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
0xcf083be4164828f00cae704ec15a36d7114912840x488a565e7d2335239692671c1d58738473ebd1edfalse880xb1084db8d3c05cebd5fa9335df95ee4b8a0edc300xe80772eaf6e2e18b651f160bc9158b2a5cafca6502669387312024-10-23T20:56:00.000Z0xd433354b4a82362de3894987445c9b45bed3621a171f6c0c13ffcc955c29fb56
0xcf083be4164828f00cae704ec15a36d7114912840xdb2a78e81a52b282752e34b31565bf22ea56fc0efalse710x82af49447d8a07e3bd95bd0d56f35241523fbab10xa991db13d5898f179988746db52a6849455746411829263462023-04-21T23:00:59.000Z0x934ca9ffceb50b2e166ff979e2691500fde5b6a09170487771685b165f4fe576
0xcf083be4164828f00cae704ec15a36d7114912840xc7c85d00ff61d17152e4207139cd505f91e55d12false420x82af49447d8a07e3bd95bd0d56f35241523fbab10x9084ac1bd7d480700c78cb2bc6d84a84f124d9620723579272023-03-22T04:59:17.000Z0x981e9a23b6b68c9372ed213f577ac8401f5002969fe050f7e3c687df6cfa7155
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_arbitrum.ApeFactory_PairCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ApePair_Burn_event

Liquidity removal events from ApeSwap decentralized exchange (DEX) pair contracts, recording amounts of both tokens withdrawn when liquidity providers burn their LP tokens. Used for tracking liquidity exits and pool balance changes across ApeSwap deployments.
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
0x2f0316de92e26487fef5fd210abc70439cd02b200xb8fcc49ecc9206dabb48b28ecbcfd31d5c6346d1false0x7d13268144adcdbebdf94f654085cc15502849ff5116748831878987590767386622369597141222897476662023-05-11T23:13:55.000Z0x6927002beb13c4d104a98f90e38fccceb6bdd3275b964ec307dcb964eee291c4
0xd842a1f6b5f0b89c72eda2601e26b21be690a9660xb8fcc49ecc9206dabb48b28ecbcfd31d5c6346d1false0x7d13268144adcdbebdf94f654085cc15502849ff63170225368226984792083779767489023213470897187952023-05-11T21:12:57.000Z0xb4bb8c9946bc6e2d4cbf93576b53c7f3126ad0278a17cc14e6a65102619cea44
0x840c284c4c4531ac7ba11c147b995ad70269e01d0xb8fcc49ecc9206dabb48b28ecbcfd31d5c6346d1false0x7d13268144adcdbebdf94f654085cc15502849ff667125814496535380438593078101021211512896851372023-05-11T18:52:56.000Z0xce8bc6ee0d8cb434ac5861771b6934c4aeff7b7b0e86fbd62f6ef31f289a8619
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_arbitrum.ApePair_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ApePair_Mint_event

Liquidity provision events emitted when tokens are deposited into ApeSwap DEX (Decentralized Exchange) trading pairs. Records sender address and amounts of both tokens added to liquidity 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.
addressremovedin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x29a53c0df64c63d06b1bd8696e66654fdd48bc2afalse0x7d13268144adcdbebdf94f654085cc15502849ff6266542341129664318420143015440073850374776606782023-04-06T14:16:00.000Z0x199a5f5e9d18bc3403575d024b1b94e6140f80fe1a9079948d37e7bd39de50b5
0x63c9282f2d72aeb221c4a5f2db10dfb900a4cba9false0x7d13268144adcdbebdf94f654085cc15502849ff6171248104635949501657205566898777659482023-04-06T21:38:44.000Z0x6b053ae7d87baf517b7e87b7b533806358b44d6e5dbedf68e327ec70969fc611
0xf643500a0115ae0151f58ee58aa8c271f8f535d6false0x7d13268144adcdbebdf94f654085cc15502849ff772000000000000000009904314774866732023-04-06T02:12:45.000Z0x072e0f686e4e65b27707cac8e13dcd6a5bc774a48b3da333ddc19a287bc739b3
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_arbitrum.ApePair_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ApePair_Swap_event

Token swap events from ApeSwap DEX (Decentralized Exchange) liquidity pools recording bidirectional token exchanges with sender and recipient addresses. Contains input and output amounts for both token0 and token1 in each swap transaction.
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
0x00000000049c95d6b6002a72c222809bfbfe2ed80xc09c5b1420f33ba6557789f15ce6e1eb9af1d31afalse0x00000000049c95d6b6002a72c222809bfbfe2ed8131569498051277055971699508629933700208155414559741662023-12-05T00:12:03.000Z0x4957d32eff9a63aceb92c003fa5de5cb5f0ac93a7951361e9826b2e136db5e41
0x00000000049c95d6b6002a72c222809bfbfe2ed80xbeb125e43b46f757ece0428cde20cce336af962efalse0x00000000049c95d6b6002a72c222809bfbfe2ed8191569498052017988666038681500458293762023-12-05T00:12:03.000Z0x4957d32eff9a63aceb92c003fa5de5cb5f0ac93a7951361e9826b2e136db5e41
0x00000000049c95d6b6002a72c222809bfbfe2ed80x957a8b5762a9c7da273c3b42b70459383753a70efalse0x00000000049c95d6b6002a72c222809bfbfe2ed8161569498050458293751277055971699508629933802023-12-05T00:12:03.000Z0x4957d32eff9a63aceb92c003fa5de5cb5f0ac93a7951361e9826b2e136db5e41
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_arbitrum.ApePair_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ApePair_Sync_event

Liquidity pool reserve synchronization events emitted by ApeSwap V1 pair contracts. Contains updated reserve balances for both tokens in the pool after swaps, liquidity additions, or withdrawals.
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
0x1713f5d04a741a2dd2d026ce7cab5614a499e1c0false2689830825157990310615604681669630007332871862801122024-03-02T07:48:48.000Z0x39d37a4b4b703094f069eb079730a2663b550cd8484522e01e7aec5985bcd539
0x1713f5d04a741a2dd2d026ce7cab5614a499e1c0false1790363186104860396015513203875384259732731864421892024-03-02T19:22:47.000Z0x35a3f2c34e2fa3f65a7b37fd3490d17348c93e164f1478971b14904663226aac
0x1713f5d04a741a2dd2d026ce7cab5614a499e1c0false690148822787184337415550018675890819871801864278892024-03-02T18:19:22.000Z0x6e654119451466d04bf160cc584bb58926a4b32dcac6ce4bea4895996b367489
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_arbitrum.ApePair_Sync_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ApePair_Transfer_event

ERC-20 Transfer events emitted by ApeSwap liquidity pair contracts, recording minting, burning, and transfers of LP (liquidity provider) tokens. Tracks liquidity changes and LP position movements across ApeSwap DEX 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_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
0x5ed78bbd113c42647ec1449542c8c2eb497a8c540xe2f6d9d96d1c046aa8e9e9604c7fe5a41c32e48f0xf9c83ff6cf1a9bf2584aa2d00a7297ca8f845ccefalse1220000011383237522023-10-07T06:28:52.000Z0x13eb1f11c214c4459e7561b803752fc56a99c62b0cd3d9e536ae0aee75bc00b9
0xb8fcc49ecc9206dabb48b28ecbcfd31d5c6346d10xb8fcc49ecc9206dabb48b28ecbcfd31d5c6346d10xfb9ada6f22429b2501b5f5b87a5d7ed7181edf1dfalse67040250531377999060911333132023-05-16T02:22:10.000Z0x3242df3c2ed765798942beabdf67ed3b59229e5f3eabb0b0ae7b5d1743158576
0x00000000000000000000000000000000000000000xb8fcc49ecc9206dabb48b28ecbcfd31d5c6346d10xb8fcc49ecc9206dabb48b28ecbcfd31d5c6346d1false67040250531377999062911333132023-05-16T02:22:10.000Z0x3242df3c2ed765798942beabdf67ed3b59229e5f3eabb0b0ae7b5d1743158576
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_arbitrum.ApePair_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100