Skip to main content

Tables

ElasticFactory_PoolCreated_event

Pool creation events emitted by KyberSwap Elastic (concentrated liquidity) factory contracts. Records new liquidity pool deployments with token pair addresses, fee tier configuration in basis points, and tick spacing parameters that define price granularity for liquidity positions.
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_swapFeeUnitsSTRINGSwap fee for the pool expressed in basis points. Numeric string value where 100 represents 0.01% and 10000 represents 1%.
in_tickDistanceINT64Minimum spacing between initialized price ticks in the liquidity pool. Integer value determining the granularity of price points where liquidity can be added.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedin_token0in_token1log_indexblock_numberblock_timestampin_swapFeeUnitsin_tickDistancetransaction_hash
0xc7a590291e07b9fe9e64b86c58fd8fc764308c4a0x6993d01c7a99bebcbcb04efbbf106bfa69273cb2false0x1b6382dbdea11d97f24495c9a90b7c88469134a40x21be370d5312f44cb42ce377bc9b8a0cef1a4c830658089532023-07-14T20:45:46.000Z300600xba39fea183a0615f61feca6f9e9599d1baca063cfa8e4de485e1833a15a10ecb
0xc7a590291e07b9fe9e64b86c58fd8fc764308c4a0x9019fda2bc40ac05798a9f08a5620925a940fe31false0x04068da6c83afcfa0e13ba15a6696662335d5b750x8669b2bae36561c2c8ac1e8af39a9cd34dc21b550658187512023-07-14T23:41:55.000Z300600x53650f51ce9efdb4936072a8d54398a2492cefc4e188f0fe14451ad4d7768112
0xc7a590291e07b9fe9e64b86c58fd8fc764308c4a0xa3b2e6bd9962c8a25e5f763bde5184082b2896f0false0x21be370d5312f44cb42ce377bc9b8a0cef1a4c830x8669b2bae36561c2c8ac1e8af39a9cd34dc21b550658176152023-07-14T23:19:50.000Z300600xa63619bb485230e28951d4470d9f13e57d426aa0507da97274ef955fe838a6c5
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v3_fantom.ElasticFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ElasticPool_Burn_event

Liquidity removal events from KyberSwap Elastic concentrated liquidity pools. Records position burns with owner address, liquidity quantity, token amounts withdrawn, and tick range boundaries for tracking DEX liquidity changes.
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_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_qtySTRINGQuantity of liquidity tokens being minted or burned in the operation. String-encoded integer representing the change in position size.
in_qty0STRINGAmount of token0 involved in the liquidity operation. String-encoded integer representing token quantity in smallest denomination.
in_qty1STRINGAmount of token1 involved in the liquidity operation. String-encoded integer representing token quantity in smallest denomination.
in_qtyaddressin_qty0in_qty1removedin_ownerlog_indexblock_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
1459785520458191114270xeb5ffdaabc50b32a20b24e415f34fe9fef913a7394561503423482041550false0xe222fbe074a436145b255442d919e4e3a6c6a480163691243159500117002023-10-08T17:07:57.000Z0xb93d2a880e12ec77ec884778e94e7032952e4044b54a7d02a171c2c9dab9db47
8756971824339910xb76d3ef99d06ef1a7334dd5c1fe8d533023a9e890382322348446269132547false0xe222fbe074a436145b255442d919e4e3a6c6a4802691150362868002914002023-10-08T10:39:23.000Z0xbe782d30dab03880003787c210eb5779b8f59bf39a258e6637e359c629e140a6
95157526095724533560740x0a7d1349d7bc8bb353bf5915d644b5582932f1ff0400151093792613859382false0xe222fbe074a436145b255442d919e4e3a6c6a48036911506260014002023-10-08T10:40:24.000Z0xab02078c4a0a7303936fb4957ebec424223a140268d3badda59691a357e5a28a
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v3_fantom.ElasticPool_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ElasticPool_BurnRTokens_event

KyberSwap Elastic liquidity removal events emitted when reinvestment tokens (rTokens) are burned and underlying token pairs are withdrawn from the pool. Records position owner, liquidity quantity burned, and token0/token1 amounts returned.
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_qtySTRINGQuantity of liquidity tokens being minted or burned in the operation. String-encoded integer representing the change in position size.
in_qty0STRINGAmount of token0 involved in the liquidity operation. String-encoded integer representing token quantity in smallest denomination.
in_qty1STRINGAmount of token1 involved in the liquidity operation. String-encoded integer representing token quantity in smallest denomination.
in_qtyaddressin_qty0in_qty1removedin_ownerlog_indexblock_numberblock_timestamptransaction_hash
342595139930x2a5f7550f8ef2dce85a4ab368a54c0403b26653f3119237643324795772870false0xe222fbe074a436145b255442d919e4e3a6c6a48028644094562023-06-20T18:36:29.000Z0xa30917f237065b15b3447f4466e185619ca1a2a27e43e0beb110a85f0f41a3bc
17093708465070x2a5f7550f8ef2dce85a4ab368a54c0403b26653f15270271913855919342498569false0xe222fbe074a436145b255442d919e4e3a6c6a48010644069752023-06-20T17:50:24.000Z0xcf4769eb7a87cbc793fe185c6034415ac35a9342893d667c3defbe62f17099d4
1060117658427930510xc5a4af7ec019546026085f4b84b3f472873a681497267288295342674115550325055695026false0xe222fbe074a436145b255442d919e4e3a6c6a480105638090832023-06-09T07:01:03.000Z0x0c5b6154db7868bb563e574353788a8050ae2578f91537efff3f09f097996a82
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v3_fantom.ElasticPool_BurnRTokens_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ElasticPool_Flash_event

Flash loan events from KyberSwap Elastic liquidity pools recording borrowed amounts, repayment fees, and transaction participants. Used for tracking flash loan arbitrage activity and protocol fee generation.
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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_qty0STRINGAmount of token0 involved in the liquidity operation. String-encoded integer representing token quantity in smallest denomination.
in_qty1STRINGAmount of token1 involved in the liquidity operation. String-encoded integer representing token quantity in smallest denomination.
in_paid0STRINGAmount of token0 paid as flash loan fee. Numeric string representation of token quantity in smallest denomination.
in_paid1STRINGAmount of token1 paid as flash loan fee. Numeric string representation of token quantity in smallest denomination.
addressin_qty0in_qty1removedin_paid0in_paid1in_senderlog_indexblock_numberin_recipientblock_timestamptransaction_hash
0x2a5f7550f8ef2dce85a4ab368a54c0403b26653f0318063087784709500false031806308778470950xa43bab5cb642bacb180f19aa7c5d8c04e6725c6e37679899750xa43bab5cb642bacb180f19aa7c5d8c04e6725c6e2023-09-08T21:35:35.000Z0x50bdd343c433c03c83a3faf7c170bf43ea8d2e874050943393f693ea641ad93b
0x2a5f7550f8ef2dce85a4ab368a54c0403b26653f0304574018435982400false030457401843598240xa43bab5cb642bacb180f19aa7c5d8c04e6725c6e44672714770xa43bab5cb642bacb180f19aa7c5d8c04e6725c6e2023-08-21T22:45:14.000Z0x30b35f725d2e599b4a21194d2c9cd6fa4b224d2294e90029091baf81f09c46ce
0x2a5f7550f8ef2dce85a4ab368a54c0403b26653f0135366230415992180false013536623041599220xa43bab5cb642bacb180f19aa7c5d8c04e6725c6e35672714700xa43bab5cb642bacb180f19aa7c5d8c04e6725c6e2023-08-21T22:44:56.000Z0x260ea5ada202771e3d71e39ddb1281811e354b3c52c881907af73a868295663a
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v3_fantom.ElasticPool_Flash_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ElasticPool_Mint_event

Liquidity provision events emitted when tokens are deposited into concentrated liquidity positions within KyberSwap Elastic pools. Contains sender, owner, tick boundaries, liquidity quantity minted, and token amounts for tracking position creation and modification across DEX (Decentralized Exchange) 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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_qtySTRINGQuantity of liquidity tokens being minted or burned in the operation. String-encoded integer representing the change in position size.
in_qty0STRINGAmount of token0 involved in the liquidity operation. String-encoded integer representing token quantity in smallest denomination.
in_qty1STRINGAmount of token1 involved in the liquidity operation. String-encoded integer representing token quantity in smallest denomination.
in_qtyaddressin_qty0in_qty1removedin_ownerin_senderlog_indexblock_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
38464672691320x0a2a91b6063a08f516496f7e618dc6e672592db7628012283736418679511653false0xe222fbe074a436145b255442d919e4e3a6c6a4800xe222fbe074a436145b255442d919e4e3a6c6a4801665152184-347100-3440402023-07-05T07:35:08.000Z0xa501c645c35435b3f99cef24f7483497051ec499dfd16b8d3e7ddc7e21880458
79065556272140x0a2a91b6063a08f516496f7e618dc6e672592db749947235231424388246309false0xe222fbe074a436145b255442d919e4e3a6c6a4800xe222fbe074a436145b255442d919e4e3a6c6a4801765170098-345600-3411602023-07-05T16:33:27.000Z0x76d7b20de47678df4c97afdd75590ff4eaa19f1d1aa1e3997ec6f0ee5009c55f
144522790358500x0a2a91b6063a08f516496f7e618dc6e672592db7098695false0xe222fbe074a436145b255442d919e4e3a6c6a4800xe222fbe074a436145b255442d919e4e3a6c6a4801565169834-350520-3456002023-07-05T16:25:47.000Z0xde1be62e4c7c5744c31f42aee3d4dc672d172c5a892b26ce3de656174e93ef55
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v3_fantom.ElasticPool_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ElasticPool_Swap_event

Token swap events from KyberSwap Elastic (concentrated liquidity) pools containing sender, recipient, token quantity deltas, and post-swap pool state. Used for tracking DEX trading activity and liquidity pool dynamics.
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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_deltaQty0STRINGChange in token0 balance resulting from the swap. Numeric string representation in smallest denomination, where positive values indicate token0 added to the pool and negative values indicate token0 removed from the pool.
in_deltaQty1STRINGChange in token1 balance resulting from the swap. Numeric string representation in smallest denomination, where positive values indicate token1 added to the pool and negative values indicate token1 removed from the pool.
in_sqrtPSTRINGSquare root of the current price ratio between token0 and token1 in the liquidity pool after the swap execution. Numeric string representation using Q64.96 fixed-point encoding.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_currentTickINT64Current tick index of the liquidity pool after the swap execution. Signed integer representing the price tick position in the concentrated liquidity model.
addressremovedin_sqrtPin_senderlog_indexblock_numberin_deltaQty0in_deltaQty1in_liquidityin_recipientin_currentTickblock_timestamptransaction_hash
0x18207a891042cca54b0fa78d4569d7eb2e5bf797false3202639615027556390563428478108350030x06e14af4abba8f7dfd1f10909fe446bc01ce3a736664106395-981478516012661566350889540797604866560771470x831cda98ad2defb7af03156c6a1ab623c92201313042612023-06-14T18:15:16.000Z0x67a29d0d33c2c3b38e5ca7a8fc91a1dd0c9d54e9324ef3f9338a2fe9dd394a9c
0x18207a891042cca54b0fa78d4569d7eb2e5bf797false3257995849213773908784415652401617180x06e14af4abba8f7dfd1f10909fe446bc01ce3a731264114591-1049661717715869961954971365497604866560771470x286ab107c5e9083dbed35a2b5fb0242538f4f9bf3046042023-06-14T20:46:09.000Z0x56888be9353b3b707baa40c84a848f6c4fe3939c876bb43516ff39e6bdf76056
0x7210aa69813e9bfbcd0745d61226859ffbc8ecb6false7676529613644188245332481187650x06e14af4abba8f7dfd1f10909fe446bc01ce3a73266407143495331405531842412544-88918038309393222847842569719137323431831992590xb66e5c89eba830b31b3ddcc468dd50b3256737c5454222023-06-14T01:04:09.000Z0x900df0f4374e6e1bebf444ec07dd9abf6a1ec1f5dbb373b02012d9f1c8bee4f6
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v3_fantom.ElasticPool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory_PoolCreated_event

Factory contract event emitted when a new liquidity pool is created, recording token pairs and pool configuration parameters. Used for tracking DEX pool deployments and liquidity market initialization.
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_swapFeeUnitsSTRINGSwap fee for the pool expressed in basis points. Numeric string value where 100 represents 0.01% and 10000 represents 1%.
in_tickDistanceINT64Minimum spacing between initialized price ticks in the liquidity pool. Integer value determining the granularity of price points where liquidity can be added.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedin_token0in_token1log_indexblock_numberblock_timestampin_swapFeeUnitsin_tickDistancetransaction_hash
0x5f1dddbf348ac2fbe22a163e30f99f9ece3dd50a0x90e8ac6382bf4f0bfd58f0b1e074498d9caab2fcfalse0x21be370d5312f44cb42ce377bc9b8a0cef1a4c830x66eed5ff1701e6ed8470dc391f05e27b1d0657eb0560800352023-02-19T03:15:44.000Z10002000xd3ecd869907c529923602316242c23642940715695bbf153b7ea2d8501858299
0x5f1dddbf348ac2fbe22a163e30f99f9ece3dd50a0x02529ba8a0012a4e4f935ef76295958b03ffcb78false0x21be370d5312f44cb42ce377bc9b8a0cef1a4c830xf16e81dce15b08f326220742020379b855b87df910601090842023-04-17T02:59:58.000Z10002000x13d5e725c58fff8567a4531b847698f9796f359efc5df5c8e54e7b9466bba9f9
0x5f1dddbf348ac2fbe22a163e30f99f9ece3dd50a0x2de1b029e1d103d2815ab8518a180be8540d82b5false0x21be370d5312f44cb42ce377bc9b8a0cef1a4c830x2f6f07cdcf3588944bf4c42ac74ff24bf56e75901601018502023-04-17T00:53:14.000Z10002000x28c5e0951bf1097fa59e7c2afc42c70731c09aa6c573466fe9772bfb75757ef5
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v3_fantom.Factory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Burn_event

Liquidity removal events from concentrated liquidity pools recording withdrawn token amounts and position tick ranges. Contains owner address, liquidity amount burned, token amounts withdrawn (amount0/amount1), and tick boundaries for tracking position liquidations and TVL changes.
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_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_qtySTRINGQuantity of liquidity tokens being minted or burned in the operation. String-encoded integer representing the change in position size.
in_qty0STRINGAmount of token0 involved in the liquidity operation. String-encoded integer representing token quantity in smallest denomination.
in_qty1STRINGAmount of token1 involved in the liquidity operation. String-encoded integer representing token quantity in smallest denomination.
in_qtyaddressin_qty0in_qty1removedin_ownerlog_indexblock_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
10x1b52770b19c8777802e9720c4ad9c112f47e1ec200false0x2b1c7b41f6a8f2b2bc45c3233a5d5fb3cd6dc9a825964744446200480002023-04-11T16:03:26.000Z0xa8e783edad4ed33f7656cdb14286514a15f31daaf6080e5d355ee3c7686036b6
10x57c107bf8bab567daffb324f908e1876ff226f080411178false0x2b1c7b41f6a8f2b2bc45c3233a5d5fb3cd6dc9a84596469342764002902002023-04-11T15:55:07.000Z0x046d4f9aeaac419944f6888d99279887bc010f9e31bcdfd8763a8e97d18278d3
10x67d1e5dec3500e99b97e699d3fa4c9d4a8afdf0000false0x2b1c7b41f6a8f2b2bc45c3233a5d5fb3cd6dc9a8459639541-84000-823252023-04-11T14:04:39.000Z0x162c9d606220f3dd61d37274d9ff50c1f9d8b71614a72b7506a5ec71609c3a0a
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v3_fantom.Pool_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_BurnRTokens_event

Reinvestment token (RToken) burn events from KyberSwap V3 liquidity pools recording position withdrawals. Contains owner address, liquidity quantity burned, and token0/token1 amounts returned to position holders.
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_qtySTRINGQuantity of liquidity tokens being minted or burned in the operation. String-encoded integer representing the change in position size.
in_qty0STRINGAmount of token0 involved in the liquidity operation. String-encoded integer representing token quantity in smallest denomination.
in_qty1STRINGAmount of token1 involved in the liquidity operation. String-encoded integer representing token quantity in smallest denomination.
in_qtyaddressin_qty0in_qty1removedin_ownerlog_indexblock_numberblock_timestamptransaction_hash
5795886275030186900x7fe55b652e3f81c4fe2b508c0f1bfdf20a2342f8577670485521856893581514305590073093false0x2b1c7b41f6a8f2b2bc45c3233a5d5fb3cd6dc9a818464834672022-09-06T16:22:01.000Z0x0082873f239304d8230aae6c448d6eb2d0541e6835a5e76e1d067ae9f1ab3bf6
7453342964793686750x7fe55b652e3f81c4fe2b508c0f1bfdf20a2342f8742891530027686440747786535494893904false0x2b1c7b41f6a8f2b2bc45c3233a5d5fb3cd6dc9a862464731252022-09-06T12:14:12.000Z0xdac20d7ff756100e20907e4c3616b6a62e500de6f7862c8871a736e0e1d33624
4209915475135460300x7fe55b652e3f81c4fe2b508c0f1bfdf20a2342f8419627921821731156422360464767285041false0x2b1c7b41f6a8f2b2bc45c3233a5d5fb3cd6dc9a810464894682022-09-06T19:27:28.000Z0x202c5385a8db04e3c7aee24532bade9eb2d133aee8224871a999b8033a63bde8
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v3_fantom.Pool_BurnRTokens_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Flash_event

Flash loan events from liquidity pools recording borrowed amounts and repayment fees for both tokens in the pair. Tracks sender, recipient, borrowed quantities, and actual fees paid for arbitrage and liquidation 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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_qty0STRINGAmount of token0 involved in the liquidity operation. String-encoded integer representing token quantity in smallest denomination.
in_qty1STRINGAmount of token1 involved in the liquidity operation. String-encoded integer representing token quantity in smallest denomination.
in_paid0STRINGAmount of token0 paid as flash loan fee. Numeric string representation of token quantity in smallest denomination.
in_paid1STRINGAmount of token1 paid as flash loan fee. Numeric string representation of token quantity in smallest denomination.
addressin_qty0in_qty1removedin_paid0in_paid1in_senderlog_indexblock_numberin_recipientblock_timestamptransaction_hash
0x65656e7a0a3ec47f5cc6d10eeb31235d7489e5f30261303479312621040000false01045213917250484170xa43bab5cb642bacb180f19aa7c5d8c04e6725c6e58594371250xa43bab5cb642bacb180f19aa7c5d8c04e6725c6e2023-04-08T22:57:02.000Z0x6ae4862e79395d4b9ea7a6b470902823d4f4524f9d2a82e71a7785741dc5af64
0x65656e7a0a3ec47f5cc6d10eeb31235d7489e5f30711022997878940100000false02844091991515760410xa43bab5cb642bacb180f19aa7c5d8c04e6725c6e107594223710xa43bab5cb642bacb180f19aa7c5d8c04e6725c6e2023-04-08T18:52:21.000Z0x9a072fc30f7954aaee274253fbca546522333d3c9ced4cd23002f76390cb3af1
0x8dcf5fed6ae6bf0befb5e4f0c9414c2cb9a4ed01306788980false306800xa43bab5cb642bacb180f19aa7c5d8c04e6725c6e32603325280xa43bab5cb642bacb180f19aa7c5d8c04e6725c6e2023-04-19T23:17:05.000Z0xda99562bd743e606a14cb34fe75eaf8eb0959b44774f522f53d9425f6a052765
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v3_fantom.Pool_Flash_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Mint_event

Liquidity provision events emitted when liquidity providers add tokens to concentrated liquidity pools. Records deposited token amounts, tick ranges, liquidity shares, and position owner for DEX pool analytics.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_qtySTRINGQuantity of liquidity tokens being minted or burned in the operation. String-encoded integer representing the change in position size.
in_qty0STRINGAmount of token0 involved in the liquidity operation. String-encoded integer representing token quantity in smallest denomination.
in_qty1STRINGAmount of token1 involved in the liquidity operation. String-encoded integer representing token quantity in smallest denomination.
in_qtyaddressin_qty0in_qty1removedin_ownerin_senderlog_indexblock_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
1445227481826226689043321510x0abf6f06552abb62f195e55f9ae370defe2ebf3473362579163688604222340false0x2b1c7b41f6a8f2b2bc45c3233a5d5fb3cd6dc9a80x2b1c7b41f6a8f2b2bc45c3233a5d5fb3cd6dc9a86248355277-304-3032022-10-03T23:46:36.000Z0x1c884348c1824490617fb4ba8ad922b0f72846af01f90631395c9a670d3bbd05
44078941158320x31a1b84245ac12d40a1ade5921f891290043b0d621912201992215351891false0x2b1c7b41f6a8f2b2bc45c3233a5d5fb3cd6dc9a80x2b1c7b41f6a8f2b2bc45c3233a5d5fb3cd6dc9a8556934902-10102023-03-04T15:01:41.000Z0x74d0f5e6b8f45578cbae300b8161b04972c38843150345e0e71e6715fbe00e85
44105623604870x31a1b84245ac12d40a1ade5921f891290043b0d622163117642192927768false0x2b1c7b41f6a8f2b2bc45c3233a5d5fb3cd6dc9a80x2b1c7b41f6a8f2b2bc45c3233a5d5fb3cd6dc9a8456907518-10102023-03-04T05:17:07.000Z0xa2580a81053aabe7b44e6fb48be1594ec782b77444d91082e8ea615cc30c4e7b
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v3_fantom.Pool_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Swap_event

Decentralized exchange (DEX) swap execution events recording token exchanges within liquidity pools. Contains sender, recipient, token amounts, liquidity depth, price data (sqrtPriceX96 or tick), and transaction metadata for tracking trading activity and price movements.
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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_deltaQty0STRINGChange in token0 balance resulting from the swap. Numeric string representation in smallest denomination, where positive values indicate token0 added to the pool and negative values indicate token0 removed from the pool.
in_deltaQty1STRINGChange in token1 balance resulting from the swap. Numeric string representation in smallest denomination, where positive values indicate token1 added to the pool and negative values indicate token1 removed from the pool.
in_sqrtPSTRINGSquare root of the current price ratio between token0 and token1 in the liquidity pool after the swap execution. Numeric string representation using Q64.96 fixed-point encoding.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_currentTickINT64Current tick index of the liquidity pool after the swap execution. Signed integer representing the price tick position in the concentrated liquidity model.
addressremovedin_sqrtPin_senderlog_indexblock_numberin_deltaQty0in_deltaQty1in_liquidityin_recipientin_currentTickblock_timestamptransaction_hash
0x9cd63066a381fe1b2a271d00add7bdd27c52fd4cfalse620087747539539499180916152790x06e14af4abba8f7dfd1f10909fe446bc01ce3a7328665960744462282963780512790-331588498322723954200x06e14af4abba8f7dfd1f10909fe446bc01ce3a73-49022023-08-04T01:12:26.000Z0x235452ff7d9645acc1c101354384882f8c1a9949d4c7a4c23bfca4ff69e122f3
0x57c107bf8bab567daffb324f908e1876ff226f08false676023876199301783024987717598229630x2de4133d5de12561f22c2c740a7bab40e3ef6ca12366623897-5474781400000000000000000000x2de4133d5de12561f22c2c740a7bab40e3ef6ca12731502023-08-04T20:11:20.000Z0xf90fc4d245e5e7597acd6e6c0fdcc4fcfbed37d620b09b5b0fdbdb95ec34394b
0x57c107bf8bab567daffb324f908e1876ff226f08false667177024960524572028301793574579460x2de4133d5de12561f22c2c740a7bab40e3ef6ca19566618478-5621428400000000000000000000x2de4133d5de12561f22c2c740a7bab40e3ef6ca12728862023-08-04T16:49:12.000Z0x8e92e0b6148de1577f3b049a4fd620aba08c53af75b1ebabf00972f3421e0571
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v3_fantom.Pool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100