Skip to main content

Tables

DMMPool_Swap_event

KyberSwap Dynamic Market Maker (DMM) pool swap events capturing token exchange activity within liquidity pools. Records sender, recipient, input/output amounts for both tokens (token0/token1), and precision-scaled swap fees for DEX trading 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_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_feeInPrecisionSTRINGSwap fee amount expressed in high-precision fixed-point format. Stored as decimal string representing the fee scaled by a precision factor.
in_toaddressremovedin_senderlog_indexblock_numberin_amount0Inin_amount1Inin_amount0Outin_amount1Outblock_timestamptransaction_hashin_feeInPrecision
0x0000072d6627254ae3ae5cd95ceae4f5268f620b0x2536158c73eb74063d36fc2738ac3fc6e78daa4ffalse0x546c79662e028b661dfb4767664d0273184e4dd1188323968370240701677591161222725369137137020853353555183102022-08-28T01:24:39.000Z0x03a9e6e2a07bd1cbe74c3696ed908c20de32c1268fad65530c1e2f7ed8503c9d1503833647978477
0x0000072d6627254ae3ae5cd95ceae4f5268f620b0xecf185d8114664e42dae0701eaff1a50a3613a05false0x9abfc1d5005a66652a704959712d9d63978f73b02113241317201503037347136010056393244183202022-08-28T12:46:08.000Z0x34f03f291249563a1d5fd4cf799c32228ef18c8a2590a2ae288cf029e69d7aba3758801959338999
0x0000072d6627254ae3ae5cd95ceae4f5268f620b0xecf185d8114664e42dae0701eaff1a50a3613a05false0x9abfc1d5005a66652a704959712d9d63978f73b017132415992012174080192346730175557383583392802022-08-28T14:52:56.000Z0x6beb10340bf301281543338a6918cc4591530116ea80123b3d479ddb330fdba23408666331191938
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v2_polygon.DMMPool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DMMPool_Sync_event

Kyber Dynamic Market Maker (DMM) pool synchronization events emitted after reserve balance updates. Contains actual and virtual reserve amounts for both tokens in the pool pair, used for tracking liquidity state changes and amplified liquidity calculations.
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_vReserve0STRINGVirtual reserve amount of the first token in a Kyber liquidity pool. Stored as decimal string representing the smallest unit of the token.
in_vReserve1STRINGVirtual reserve amount of the second token in a Kyber liquidity pool. Stored as decimal string representing the smallest unit of the token.
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_numberin_vReserve0in_vReserve1block_timestamptransaction_hash
0x75682f76c9056dca273176bad1cad24a2bbd2615false255158282699211192401086785911174793343843095002023-06-12T23:09:44.000Z0x0798e8fe91ea8421617dfbf7eeb7cdbcf469918cbdca53d3e9e419a61d3a7ecd
0x75682f76c9056dca273176bad1cad24a2bbd2615false408157918381411218183123485914316738343833787002023-06-12T17:08:25.000Z0x7b81b9aedb6fef4c99193ac7e87e1ee17467a24866a54a99a0c7bc446c7de679
0x75b64428086fd78f480b1e05a8ccfd8071994fa9false44220188459051820783922112796871443837425002023-06-12T19:27:48.000Z0x824e524cc81782010477036ace220b2d3d5b7eeb7d4972de470111d89af41c1d
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v2_polygon.DMMPool_Sync_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_ampBpsSTRINGAmplification factor of the liquidity pool expressed in basis points (BPS). Numeric string value that defines the pool’s price curve characteristics in the Kyber protocol.
in_totalPoolSTRINGTotal number of liquidity pools created by the factory contract at the time of this pool creation event. Numeric string value that increments sequentially with each new pool.
addressin_poolremovedin_ampBpsin_token0in_token1log_indexblock_numberin_totalPoolblock_timestamptransaction_hash
0x5f1fe642060b5b9658c15721ea22e982643c095c0x5e9bd3744dfa441549c37c6c05963e7830e6fc50false600000000x344ed19c1014511e5d3d8551c5bce779b2ec7aaf0x7ceb23fd6bc0add59e62ac25578270cff1b9f619201291483076592022-06-04T08:45:42.000Z0x6c56ad3dc3f0ed599e9fbd32d9cbb95f433fee3c58c0e9e204c56a864334fadd
0x5f1fe642060b5b9658c15721ea22e982643c095c0x038f72184c2eff16de5da383c8de125d9eaf41a0false150000x15e99d827c1d2fc2b9b5312d1e71713c88110bdb0xc2132d05d31c914a87c6611c10748aeb04b58e8f169291581786602022-06-04T14:36:02.000Z0x15203cd16b5512053f266c2e296b7d02e73e1858b1ad9358f4a494d1f0c3d327
0x5f1fe642060b5b9658c15721ea22e982643c095c0xa25d20fee9badb427b10683d94331940a4808340false110000x6d34ec0a46c66364fa326c08976c711dd57483ee0x7d645cbbcade2a130bf1bf0528b8541d32d3f8cf143261396064942022-03-20T06:54:43.000Z0xbc55004101258f78a3a133ce6f25a7d1b18eece8cd4fabec299ac304da5caf7e
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v2_polygon.Factory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

KSFactory_PoolCreated_event

Liquidity pool creation events emitted by the KyberSwap factory contract. Records token pair addresses, amplification parameters, fee configuration, and cumulative pool count for tracking DEX deployment 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_ampBpsSTRINGAmplification factor of the liquidity pool expressed in basis points (BPS). Numeric string value that defines the pool’s price curve characteristics in the Kyber protocol.
in_feeUnitsSTRINGFee charged by the liquidity pool for trades. Numeric string value representing the fee in basis points or fee units defined by the Kyber protocol.
in_totalPoolSTRINGTotal number of liquidity pools created by the factory contract at the time of this pool creation event. Numeric string value that increments sequentially with each new pool.
addressin_poolremovedin_ampBpsin_token0in_token1log_indexin_feeUnitsblock_numberin_totalPoolblock_timestamptransaction_hash
0x1c758af0688502e49140230f6b0ebd376d429be50x6b593b2c38938a6f62145eac063dcde0c74ba8b3false200000x2791bca1f2de4661ed88a30c99a7a9449aa841740xdddca1d1fd4e72b85b7b95f07651ab36b62f69e9163831604303242022-08-06T23:50:02.000Z0x1d7ad9574c7fa4ab7d5c423334417d529b014336252191b51048ac97eaa965dd
0x1c758af0688502e49140230f6b0ebd376d429be50x7e843450bf4f0be50b177ae1598b271b8210d3a7false200000xc2132d05d31c914a87c6611c10748aeb04b58e8f0xdddca1d1fd4e72b85b7b95f07651ab36b62f69e9200831604473252022-08-06T23:55:50.000Z0x2ab69c0de8474726f536f1690ce2cf27ad41cdb320b29c971d83141fad44c15d
0x1c758af0688502e49140230f6b0ebd376d429be50xcb7d96c88bb71524143c1c70893e3522b4c6dc71false200000x0d500b1d8e8ef31e21c99d1db9a6444d3adf12700x3a58a54c066fdc0f2d55fc9c89f0415c92ebf3c41481033647785662022-09-27T22:55:48.000Z0x7c7b838777816ba70267662cbb4d230bbf18fa149a218d59a348cb7f6490320d
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v2_polygon.KSFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

KSPool_Swap_event

KyberSwap pool swap events recording token exchanges within liquidity pools. Contains input and output amounts for both token0 and token1, swap fees, initiating sender, and recipient address for tracking DEX trading activity and volume 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_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_feeInPrecisionSTRINGSwap fee amount expressed in high-precision fixed-point format. Stored as decimal string representing the fee scaled by a precision factor.
in_toaddressremovedin_senderlog_indexblock_numberin_amount0Inin_amount1Inin_amount0Outin_amount1Outblock_timestamptransaction_hashin_feeInPrecision
0xf62985bf237c2bd8402ec423c79c7abdc1244fd70xc2c0fd360c66db3f1e2e7888a3c6933ada6c260ffalse0x332a2f53664424e110bf7b9967ef66e727e62f3d266536724710110441711387681950065395362878423063130802024-02-18T15:44:49.000Z0xd4c5f497d6340706cd4c91b8222ca1b93118f6688accf878f7590d8eed1e87fa10000000000000000
0x332a2f53664424e110bf7b9967ef66e727e62f3d0xc2c0fd360c66db3f1e2e7888a3c6933ada6c260ffalse0x332a2f53664424e110bf7b9967ef66e727e62f3d13245367266650288883203366374400145316219396605574652024-02-18T15:51:43.000Z0xa5c4580f6071545cc5a380dbbafd115bf5bf0448fff3ee1f120d10597636fd5010000000000000000
0x332a2f53664424e110bf7b9967ef66e727e62f3d0xc2c0fd360c66db3f1e2e7888a3c6933ada6c260ffalse0x332a2f53664424e110bf7b9967ef66e727e62f3d1745367373850814063170018707500136063321745611232762024-02-18T16:29:50.000Z0xd9497e2499d79819637856b0f13d6cf189462e733a2992749340b6ac1f80742110000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v2_polygon.KSPool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

KSPool_Sync_event

KyberSwap pool synchronization events emitted when liquidity pool reserves are updated. Contains actual reserve balances (reserve0, reserve1) and virtual reserves (vReserve0, vReserve1) used in Kyber’s dynamic market maker pricing mechanism.
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_vReserve0STRINGVirtual reserve amount of the first token in a Kyber liquidity pool. Stored as decimal string representing the smallest unit of the token.
in_vReserve1STRINGVirtual reserve amount of the second token in a Kyber liquidity pool. Stored as decimal string representing the smallest unit of the token.
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_numberin_vReserve0in_vReserve1block_timestamptransaction_hash
0xdbacd060f23858f289111e85674472d9e7d94d9afalse60101090304923271963539358445047908213445396513799424545010903049232719635393410885047908213445396512023-01-12T18:06:04.000Z0xc8b4806401ab57b39efc2ba5d2a0f8cd2b9d0d880fe6e2ddb575475336c405c1
0xdbacd060f23858f289111e85674472d9e7d94d9afalse266107680991521806206151957841277876330042394453799424145076809915218062061519410281277876330042394452023-01-12T18:05:56.000Z0x6e158f77a149d118823a437ddca6f4a0d9b5ada1c52944400c3ac1328be150f9
0xdbacd060f23858f289111e85674472d9e7d94d9afalse160111664587674471536889857477199244200879954793799398545116645876744715368898409917199244200879954792023-01-12T17:57:08.000Z0x7d630910ba4b8afd01f5133e0ebd9703bc60ed86fa7328ce2df490000199175c
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v2_polygon.KSPool_Sync_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RewardLocker_Vested_event

RewardLocker vesting events emitted when locked reward tokens become available for withdrawal by beneficiaries. Records the beneficiary address, token contract, vested quantity, and schedule index for tracking time-locked reward distributions in Kyber Network V2 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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_beneficiarySTRINGAddress that receives the tokens, assets, or benefits from the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_vestedQuantitySTRINGAmount of tokens that have vested and become available to the beneficiary. Numeric string representation in the token’s smallest unit (wei for native tokens, base units for ERC20 tokens).
in_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
addressremovedin_indexin_tokenlog_indexblock_numberin_beneficiaryblock_timestamptransaction_hashin_vestedQuantity
0x063dd8b5a42aae93a014ce5fabb5b70474667961false130x0000000000000000000000000000000000000000180190635810xf9ebfe2b0c205c437214a714a28903859349cede2021-09-13T14:41:01.000Z0x00196368b02f539122d53d93b0eb080cbcc9cb87437760ff41ad65278c54470610542106884096040
0x063dd8b5a42aae93a014ce5fabb5b70474667961false60x0000000000000000000000000000000000000000173190635810xf9ebfe2b0c205c437214a714a28903859349cede2021-09-13T14:41:01.000Z0x00196368b02f539122d53d93b0eb080cbcc9cb87437760ff41ad65278c54470618287575349929228
0x063dd8b5a42aae93a014ce5fabb5b70474667961false110x0000000000000000000000000000000000000000178190635810xf9ebfe2b0c205c437214a714a28903859349cede2021-09-13T14:41:01.000Z0x00196368b02f539122d53d93b0eb080cbcc9cb87437760ff41ad65278c54470626886996751659713
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v2_polygon.RewardLocker_Vested_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100