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
0x0841bd0b734e4f5853f0dd8d7ea041c241fb0da60xcf27e75351ff29e4fcec821c8388b78ecde383f0false45370x4413f51a34df3950b9dca18122a8c4674a09b0b30xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c351311240122023-08-24T05:21:27.000Z0x86fce568ee7fee09e01bd4b1d3ba72f859a396c63e720ab795bf431e48073a8c
0x0841bd0b734e4f5853f0dd8d7ea041c241fb0da60xa827a226cd566daeef52a45dd66a76745f02825afalse21650x3b23a0ffbc53198d86fa5927e8ee32f7ef699a140x603c7f932ed1fc6575303d8fb018fdcbb0f39a951142121173412021-10-26T21:15:49.000Z0xe60bdb8df5ffc5030b1bc60c57be00bf4c8f4064d00af0d32ab94490f80ddeaf
0x0841bd0b734e4f5853f0dd8d7ea041c241fb0da60xbd47f4eeeede391628df7f731a960bc2710cbf9cfalse21630xa1217c0cce65a37e77cf43af277c0b29d808652c0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c1006121138702021-10-26T18:19:49.000Z0x5491704a86097ddf6a9a16089584291cc4f4ad4332f09b0f1819e1dae9fd8367
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_bsc.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
0x10ab57c5889a00c497ce6be7ce142bb9a613e3620x0be55fd1fdc7134ff8412e8baac63cbb691b1d64false0x10ab57c5889a00c497ce6be7ce142bb9a613e3624171859941818813428472410727229002061549251299737462021-08-12T19:51:48.000Z0x098c0ae1d2d2f7d1e4ded8a5f2c53dea5dadae8b1544b51bbd7fb4cf043ff54b
0x10ab57c5889a00c497ce6be7ce142bb9a613e3620x0f12362c017fe5101c7bba09390f1cb729f5b318false0x10ab57c5889a00c497ce6be7ce142bb9a613e36232040402674098220663717848063660670473399578642021-08-12T06:22:47.000Z0xfbfe591cdd00b76db9aa8301a0678324f126590a3bb162b0c467f3cbd07e3d29
0x10ab57c5889a00c497ce6be7ce142bb9a613e3620x16f77b8f15ec2c98069e0e34fda78e3d57ca501bfalse0x10ab57c5889a00c497ce6be7ce142bb9a613e362493496167288427351265144794045972744218192699633602021-08-12T11:03:03.000Z0x76adfe33595c7c219b1a8c915d6bd825400f38ab55426fcb919a6022427974e7
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_bsc.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
0xd82ed8363f0e40a787b386c936720af174b68487false0x7e1e330e5f2fa0618f3e5449ae3b3c29b73fa86431414391551567469862816192107006555107471098211834322022-09-09T14:08:09.000Z0xa128aecec609db1fae76181bf8f2872a805381c771b964fe78cec217a3f7cd80
0x092ada3818db7fbb8e0a2124ff218c5125c1cce6false0xc0788a3ad43d79aa53b09c2eacc313a787d1d607209493259560290687101845860752455604444211864982022-09-09T16:41:27.000Z0xd6eb9754057b3bfd31a5bfd7ce99ad223b25f1f8e25770d317817f11f1ddfc1b
0x0ab82ec81c80f75b02a117fba9b414c17379ae8cfalse0xc0788a3ad43d79aa53b09c2eacc313a787d1d6076481469668457644472183150942845259958553358211850162022-09-09T15:27:21.000Z0xfc4da75478c89f89e9575927c94761bdb3d3b7edc3273447baae6b3c4cb8195a
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_bsc.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
0x00000000000061ab74e8283239e8c4e9d2dfed3e0xdfc7b9b17ef17da19abb0d3a3aeeb8aeff5b0183false0x00000000000061ab74e8283239e8c4e9d2dfed3e3530787435748461046372600714915845279083874362023-08-12T11:52:58.000Z0x0e003d9f7740b7129fd128cef6b586fb14abb3607ade4922c7c1c66ea1bbcf8d
0x00000000000061ab74e8283239e8c4e9d2dfed3e0x7bd46f6da97312ac2dbd1749f82e202764c0b914false0x00000000000061ab74e8283239e8c4e9d2dfed3e163078977211274156059012356032266002535403637269810438252023-08-12T13:50:01.000Z0xfc0e634133afba9be34ac313702b4d73c151ba089a8c03c34728143c9baf6684
0x00000000000061ab74e8283239e8c4e9d2dfed3e0xe0a15a31a78129a3d28138b71724cb2d3a688dd7false0x00000000000061ab74e8283239e8c4e9d2dfed3e13530780771736746629200702910935802887842023-08-12T06:19:07.000Z0x6869e2ec21d124c1191618820bdb3c59304cd0c54b733927fc20108ce1fcbd79
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_bsc.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
0x004f72d474ee262701205e3637b4367594efb11dfalse2434322301869051267656420043485873479320835101184250567702023-01-24T06:32:08.000Z0x871664b8a8cd70b1e168db074b0557df5ebf5ceaae2c84b29456dba6da71ab29
0x004f72d474ee262701205e3637b4367594efb11dfalse2064170681738740041462053453613086676729047110578250596022023-01-24T08:54:22.000Z0xfd292aeac02f0cd5decdecdddb9d8269dd5ba85b9a5a304cf28e10cadc7e93c8
0x004f72d474ee262701205e3637b4367594efb11dfalse2604104428996427209248221383671291172925167267825250593632023-01-24T08:42:25.000Z0x75e7a1ce656781c26570b01a5370f776e42cd31b2f507ce482da9675d076a247
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_bsc.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
0x781d57eadaa92ca2235bfbc4e7f3751bd3d380c80x044f2b275a344d4edfc3d98e1cb7c02b30e6484e0x5c8d727b265dbafaba67e050f2f739caeeb4a6f9false14769715189160679340109758828832021-03-21T19:25:40.000Z0x9dc255b7f956c052b40c7f1765150db05f805196ba1847a9f51717b0184beddb
0x781d57eadaa92ca2235bfbc4e7f3751bd3d380c80x044f2b275a344d4edfc3d98e1cb7c02b30e6484e0x0000000000000000000000000000000000000000false5419107269628520998406158872552021-03-21T23:04:18.000Z0xd4b085f5d91cf9d620e059873c161f72cf5d2ed560d1f2a915c8b8ab2af11113
0x5c8d727b265dbafaba67e050f2f739caeeb4a6f90x044f2b275a344d4edfc3d98e1cb7c02b30e6484e0x781d57eadaa92ca2235bfbc4e7f3751bd3d380c8false5419107269628520998403858872622021-03-21T23:04:39.000Z0x855ff64fb7e4a0e2877227d6ca572482c8a63b37635111be885b60ad8704c671
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_bsc.ApePair_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNANAPool_Deposit_event

Deposit event logs from ApeSwap’s GNANA (Golden Banana) staking pool on BNB Smart Chain, capturing user addresses and deposit amounts at block-level granularity. Used for tracking liquidity provider participation and stake timing analysis.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x8f97b2e6559084cfaba140e2ab4da9aaf23fe7f80x666ab1d55f026ae287b1fc951bb2cc5d086184b0false0147347011542023-12-26T20:49:32.000Z0x6024cb5d9c874a4ebfd112b5c716af3cb83d4ba52ec03d8a9e6120a70f302261
0x8f97b2e6559084cfaba140e2ab4da9aaf23fe7f80xe9fad991791a632813293f04dc0457c41ce7ba53false019078046912021-05-28T14:34:05.000Z0x200f30ba5cad36e43636f2b78f6227e0d74a8a19e56675a630318207d270d194
0x8f97b2e6559084cfaba140e2ab4da9aaf23fe7f80xe7fa28dfae4c7cd89dffcd25d4ed01a0ae9e1a91false023578102702021-05-28T19:13:18.000Z0x5d833b2794e6d126fe4c85bbb2a1e145d7c609b1196f8b78f10a3ab4bda60def
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_bsc.GNANAPool_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNANAPool_Withdraw_event

Withdrawal event logs from ApeSwap’s GNANA (Golden Banana) staking pool on BNB Smart Chain, capturing user addresses and token amounts withdrawn from the pool. Used for tracking staking position changes and liquidity movements in ApeSwap’s governance token pool.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x8f97b2e6559084cfaba140e2ab4da9aaf23fe7f80xd3911ab26e63b20eab8de8f66bc1d85e8716026cfalse392072343314600905451387978292021-07-02T06:35:49.000Z0x3d26059c455cbe6fa23a8e3848d1e16a9f990664633e1040f7740e519a7b202a
0x8f97b2e6559084cfaba140e2ab4da9aaf23fe7f80xfa88a3155dfd24bc7bbd9cfa8feff826ed64c558false71274798228330807515287984462021-07-02T07:06:52.000Z0xb5da5ec3f4f22136c39c7b9afae6b61a0f0014dcf565c8ad38ae1ff480f4ab11
0x8f97b2e6559084cfaba140e2ab4da9aaf23fe7f80xb209172a7bb656c5ef8d9b6b9ecd7170ba0e816afalse200000000000000000006488032632021-07-02T11:10:06.000Z0x327b130d615b2f80fe862354fec1ba89bbed9418fe95ee17cd4afab8514beb97
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_bsc.GNANAPool_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MasterApe_Deposit_event

Liquidity provider (LP) token deposit events from ApeSwap’s MasterApe yield farming contract on BNB Smart Chain (BSC), tracking user stakes into specific pool IDs. Used for analyzing farm participation patterns, harvest timing (zero-amount deposits), and staking behavior across ApeSwap’s incentivized 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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_pidSTRINGPool identifier referencing a specific staking or liquidity pool within the protocol. Numeric string representation of the pool ID.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_pidaddressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
1090x5c8d727b265dbafaba67e050f2f739caeeb4a6f90x0e51a3bfa09baf0509676c8eecb1c64dbdd6005bfalse0475190015302022-06-25T16:24:29.000Z0x50175c6f2edfa61ef7efcdc02836f456fe77fafa8d08f10474dddd211648018a
1320x5c8d727b265dbafaba67e050f2f739caeeb4a6f90x0e51a3bfa09baf0509676c8eecb1c64dbdd6005bfalse0420190015322022-06-25T16:24:35.000Z0x8c1c809d5722e7d390ec521821913b720305ecc7cfc0c650cf1e2d2e55ba66ea
1780x5c8d727b265dbafaba67e050f2f739caeeb4a6f90x0f9edd5b3aea2c9a56f928a6ff7a869b770ebea7false0330189998432022-06-25T15:00:08.000Z0xa268347c1f6ead7d601fba3907e454f79bdfe05ccd9d744036a1b1b69156ed50
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_bsc.MasterApe_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MasterApe_Withdraw_event

Withdrawal events from ApeSwap’s MasterApe staking contract on BNB Smart Chain, tracking unstaked amounts and pool IDs. Used for analyzing user farming positions and liquidity mining exit patterns.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_pidSTRINGPool identifier referencing a specific staking or liquidity pool within the protocol. Numeric string representation of the pool ID.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_pidaddressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
00x5c8d727b265dbafaba67e050f2f739caeeb4a6f90x9a668d5482828a444d7322fe5420ab5b44ce3de7false137618782087403050457162292156682023-06-18T18:00:30.000Z0x7804648bf346164fa30abfe00b84f0dad5a494db3cb29803f25cb298ffc41918
00x5c8d727b265dbafaba67e050f2f739caeeb4a6f90x460217cbcd5cbf1432e4d8f1ce9cf6038de574b8false899642157408696615293191292003872023-06-18T05:14:07.000Z0x62a36a9f6227b563d62e3dea00a8cf9027c4bbaf0a66191010e043814e0c7109
00x5c8d727b265dbafaba67e050f2f739caeeb4a6f90x9a668d5482828a444d7322fe5420ab5b44ce3de7false532383601118676592818244291958842023-06-18T01:28:37.000Z0x7872bc7ae492c42bd558b4f79f4f864bff25da5586428a79f987b80dd75df51d
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_bsc.MasterApe_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MasterApeV2_Deposit_event

Deposit events from ApeSwap V1 yield farming MasterChef contract on BNB Smart Chain, tracking user stakes into liquidity mining pools identified by pool ID (pid). Used for analyzing farming participation, stake amounts, and yield farm activity patterns.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_pidSTRINGPool identifier referencing a specific staking or liquidity pool within the protocol. Numeric string representation of the pool ID.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_pidaddressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
00x71354ac3c695dfb1d3f595afa5d4364e9e06339b0x3e501bc73c5417c300e295a826cae40d137054fffalse132359306902959318904254296386222023-07-03T11:30:32.000Z0xd0fa0c1ff9f248d387c64f49a7c8ee8c072daf1c4b3ab4a395d1e2fdb4683077
00x71354ac3c695dfb1d3f595afa5d4364e9e06339b0x2a5dcdc31af51f8f4b0a02df3ee7d6db347fbda2false0355296364642023-07-03T09:42:32.000Z0xcb9c2d5f50e74005b7738c4c75be1d051ee362ae06f3ce42eb3f69655fd623b7
00x71354ac3c695dfb1d3f595afa5d4364e9e06339b0xe0a84e47f26acc5ee0b945b9cb4e3ba30ccfa193false0314296465362023-07-03T18:07:12.000Z0x221da22f2cc201f9f8b5379ab1c0eb9d4267354fcb56db726cfac3a6192dd15f
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_bsc.MasterApeV2_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MasterApeV2_Withdraw_event

Withdraw event logs from ApeSwap V1’s MasterApe staking contract on BNB Smart Chain, capturing user unstaking transactions with pool IDs and withdrawal amounts. Used for tracking liquidity provider exits and farming position changes across ApeSwap yield farms.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_pidSTRINGPool identifier referencing a specific staking or liquidity pool within the protocol. Numeric string representation of the pool ID.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_pidaddressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
00x71354ac3c695dfb1d3f595afa5d4364e9e06339b0xae9ed266ea3d7ae83cad8fa3b143d3dc86b640bffalse0170264127172023-03-12T22:31:33.000Z0x1107ee38eecfc1c9e970def357256e5dfda8b0a2b65335b0a69fd12fb585e0cd
00x71354ac3c695dfb1d3f595afa5d4364e9e06339b0xae9ed266ea3d7ae83cad8fa3b143d3dc86b640bffalse0308263949712023-03-12T07:33:39.000Z0x50462fd2b73f058e71a305e0e17746ce7d4e45502ebe81a3b8db83bf635700ef
00x71354ac3c695dfb1d3f595afa5d4364e9e06339b0xae9ed266ea3d7ae83cad8fa3b143d3dc86b640bffalse0295264080472023-03-12T18:36:14.000Z0x34b606188c36946bad22fe5a3a22e3753fd04e3dcfa019e7c57672c0dc7e2d31
Query with partition filter
SELECT *
FROM `tt-contracts.apeswap_v1_bsc.MasterApeV2_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100