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
0x04580ce6dee076354e96fed53cb839de9efb5f3f0x6170b6d96167346896169b35e1e9585feab873bbfalse0x9c4350f527ff7f96b650ee894ae9103bdfec043216018327791020000000000000000000001280443233168050097602022-06-02T03:54:27.000Z0xf7800b4036a45239e32c1caa8b1a02732b7b99841784ffed8358730c7921f69a2281203568715162
0x04580ce6dee076354e96fed53cb839de9efb5f3f0xc3dac2049616326e7d596ce52062789d96373b55false0xbaf9a5d4b0052359326a6cdab54babaa3a3a9643701832458101000000000000000000000100073081975945474431602022-06-02T01:12:32.000Z0xfbf270a7dc8d6dcf07ad4c2ab8150669741d57737114dfc556dcb49ae4062db7202034650702726
0x04580ce6dee076354e96fed53cb839de9efb5f3f0x6170b6d96167346896169b35e1e9585feab873bbfalse0x9c4350f527ff7f96b650ee894ae9103bdfec0432231833467001552772000000000000000994752922644710799802022-06-02T09:40:48.000Z0xb60d001e31c156453e96ca501b8359e05f2f8f5b9be91b91b2a2c4299697ecbf1511976772093139
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v2_bsc.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
0x2b7820cfa03293fa051709ec1fe9aee50c9c0e4cfalse391398223218274369852816018714496362652552493022625561002022-10-30T14:27:22.000Z0x6c3bbe014d619a485d47ddb54cecfab850cf07e9f291c9491f8cc460dd9493d1
0x3a853210ef83a75ef4a7c406f22b9f861cdf3c94false29457773748214891372763992669141894593022625755002022-10-30T14:37:04.000Z0xcf69cb7e99ee6b7da3fc8d7d83a2a91707c2c193d4828671518f2736b4205039
0x3a853210ef83a75ef4a7c406f22b9f861cdf3c94false25560614430658331307760377487269079889222624180002022-10-30T13:17:10.000Z0xd43f0f2a95b0f76420f32a4a16fb919adaf58d9fbb0f5aa8ff3921239922a260
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v2_bsc.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
0x878dfe971d44e9122048308301f540910bbd934c0xe2bd6efb72ae2829024baed6499b2ae2e01e664dfalse10001000000xc04a23149efdf9a63697f3eb60705147e9f07ffd0xe9e7cea3dedca5984780bafc599bd69add087d5670414583404592022-01-22T09:06:49.000Z0x78b02d83d176dba996ae69dcb93e7130abd5e80663a045553fad7ad62121b283
0x878dfe971d44e9122048308301f540910bbd934c0x72a02dfec2f52fb7d4f523de5e0d8ac745dea6f8false7000000x718f7957a1d69883dba8f3150dfc10ee97617f340xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c12217893242942022-05-17T23:37:54.000Z0x6b0468894c65e8e4637995c6ce55ba383d648090c948e327b720c59dd6a070ac
0x878dfe971d44e9122048308301f540910bbd934c0x3b7d934c37370c44da0543949d8e54e6dd723e21false100000xacfc95585d80ab62f67a14c566c1b7a49fe911670xc62ccad7c62a9eafd8e306af42b451a1760d42e29517866071932022-05-17T00:39:43.000Z0x2df10ef4b136fb6084efee5eb628190c5e73cfaacfa589bb0fb1b4471c462564
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v2_bsc.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
0x1c758af0688502e49140230f6b0ebd376d429be50x2fe45cb22f9bb58844bb6815f195a23d2c91cd84false500000x55d398326f99059ff775485246999027b31979550xe9e7cea3dedca5984780bafc599bd69add087d561425026333777152023-03-10T04:04:18.000Z0x81cf3e3a48164f00f68036b88b351b73f9e24f2449628c1acde67444071d8428
0x1c758af0688502e49140230f6b0ebd376d429be50x2aaf08590c5ef5fb6fe19438028cc900fa219a45false20000000000x47470dab4dbe9b1e564b0d29737f50283cec0ee70xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c3282231879192022-10-19T19:15:28.000Z0xde50307010a4582e10f3d95e3e1142a1d4d4c695e10e7dba72cbf5f24c55071e
0x1c758af0688502e49140230f6b0ebd376d429be50xb15b10c9642ff9c22fc5c108429752c83ee39431false100000xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c0xcfb70a4f8a3665e7c4d12f903cbd5046a541d887134827796451212023-04-30T09:05:14.000Z0xae56b7ddd4125eb0ca1d0c9c0a0b52597fa7f002ff7a957099ad4b2a78b06f66
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v2_bsc.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
0x96794f03b3114f50b892b0dec79d753658c931ee0xfd3b7305693956994fc0cc973f4dd046fc3500acfalse0x96794f03b3114f50b892b0dec79d753658c931ee4663072510223548469222825353168200145992688397812213652023-08-10T07:44:04.000Z0xafe030a58208d608282d7cc12a0e94d0b84e7b56f67c87916197b47c37b8013d10000000000000000
0x1111111254eeb25477b68fb85ed929f73a9605820xfd3b7305693956994fc0cc973f4dd046fc3500acfalse0xe37e799d5077682fa0a244d46e5649f71457bd096132952745049899960301200154929685004694288373906502023-10-26T22:41:26.000Z0xe0cb052867bea8dfe73d6afba93d2980480202a5e5098ce6ab09f54df38828ff10000000000000000
0x1111111254eeb25477b68fb85ed929f73a9605820xfd3b7305693956994fc0cc973f4dd046fc3500acfalse0xe37e799d5077682fa0a244d46e5649f71457bd091923292980406328871371403191811327317684680066686602023-10-26T03:29:23.000Z0x5dcc06806d558db0932a6d20736a2a1ad68aad0bd9eab00435142869ea8ce5c010000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v2_bsc.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
0x93669cfce302c9971169f8106c850181a217b72bfalse1902228317217397557822282317444831115209613819149626880279002023-03-29T08:21:22.000Z0xb253a69eab1f07ddd6126905487fc6e85fa4e85dee910b48d84b83605f923a22
0xfd3b7305693956994fc0cc973f4dd046fc3500acfalse1422956720808941431494542136022583859097361580330789411002023-08-12T13:31:58.000Z0x694143d859fba60dd16456ff72627f9da7509556cd4481e0d70e158473ea20a3
0xfd3b7305693956994fc0cc973f4dd046fc3500acfalse37822996591679267161467768135789105847268824790330793106002023-08-12T16:37:26.000Z0x439b3f9f46ed95e4771e0a867c6ce99cf11ee96bd099ed868528c8a921633e64
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v2_bsc.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
0xfab5186a194588f5ad5074bd52659302906b4522false10xfe56d5892bdffc7bf58f2e84be1b2c32d21c308b236163340220xf25d2efb0f76f213ba16ccd79833aee0199e91fd2022-03-24T09:29:20.000Z0xd3c845fa26ba4780abff5368ba701119fac820a91204bc9aa289aa4c50541453758649846732486958
0xfab5186a194588f5ad5074bd52659302906b4522false00xfe56d5892bdffc7bf58f2e84be1b2c32d21c308b235163340220xf25d2efb0f76f213ba16ccd79833aee0199e91fd2022-03-24T09:29:20.000Z0xd3c845fa26ba4780abff5368ba701119fac820a91204bc9aa289aa4c505414533132423575043917709
0xfab5186a194588f5ad5074bd52659302906b4522false00x633237c6fa30fae46cc5bb22014da30e50a718cc240163340220xf25d2efb0f76f213ba16ccd79833aee0199e91fd2022-03-24T09:29:20.000Z0xd3c845fa26ba4780abff5368ba701119fac820a91204bc9aa289aa4c50541453505337007856030226546
Query with partition filter
SELECT *
FROM `tt-contracts.kyber_v2_bsc.RewardLocker_Vested_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100