Skip to main content

Tables

LendingPoolConfigurator_CollateralConfigurationChanged_event

Collateral parameter update events from lending protocol configurator contracts, recording changes to loan-to-value (LTV), liquidation threshold, and liquidation bonus for specific assets. Used for tracking risk parameter adjustments in lending markets.
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_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_ltvSTRINGLoan-to-value ratio for the collateral asset. Numeric string representing basis points where 10000 equals 100%.
in_liquidationThresholdSTRINGLiquidation threshold at which a position becomes eligible for liquidation. Numeric string representing basis points where 10000 equals 100%.
in_liquidationBonusSTRINGLiquidation bonus awarded to liquidators for purchasing collateral during liquidation. Numeric string representing basis points where 10000 equals 100%.
in_ltvaddressremovedin_assetlog_indexblock_numberblock_timestamptransaction_hashin_liquidationBonusin_liquidationThreshold
70000x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0xe91d153e0b41518a2ce8dd3d7944fa863463a97d56303260122023-10-06T15:19:55.000Z0x5d40cced32bf37d52e1bdd0bd4023ca70dc15b00ee67e6c0ce2ebd41fc505672105007500
70000x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0x6a023ccd1ff6f2045c3309768ead9e68f978f6e161303260122023-10-06T15:19:55.000Z0x5d40cced32bf37d52e1bdd0bd4023ca70dc15b00ee67e6c0ce2ebd41fc505672105007500
40000x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0x9c58bacc331c9aa871afd802db6379a98e80cedb71303260122023-10-06T15:19:55.000Z0x5d40cced32bf37d52e1bdd0bd4023ca70dc15b00ee67e6c0ce2ebd41fc505672112005000
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.LendingPoolConfigurator_CollateralConfigurationChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPoolConfigurator_LiquidationProtocolFeeChanged_event

Aave V3 LendingPoolConfigurator event capturing changes to liquidation protocol fee parameters. Records the asset address, previous fee value, and new fee value for each configuration update.
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_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_oldFeeSTRINGPrevious liquidation protocol fee before the change. Numeric string representing basis points where 1000 equals 10%.
in_newFeeSTRINGUpdated liquidation protocol fee. Numeric string representing basis points where 1000 equals 10%.
addressremovedin_assetin_newFeein_oldFeelog_indexblock_numberblock_timestamptransaction_hash
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0xaf204776c7245bf4147c2612bf6e5972ee4837011000057336731782024-04-28T13:09:15.000Z0xb65ef7c3e3a44718af6b84fe5582aec7e8916d67bb1822f2ec40442dc8fd1d86
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0xe91d153e0b41518a2ce8dd3d7944fa863463a97d1000057303260122023-10-06T15:19:55.000Z0x5d40cced32bf37d52e1bdd0bd4023ca70dc15b00ee67e6c0ce2ebd41fc505672
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0x6c76971f98945ae98dd7d4dfca8711ebea946ea61000067303260122023-10-06T15:19:55.000Z0x5d40cced32bf37d52e1bdd0bd4023ca70dc15b00ee67e6c0ce2ebd41fc505672
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.LendingPoolConfigurator_LiquidationProtocolFeeChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPoolConfigurator_ReserveFactorChanged_event

Events emitted when the reserve factor parameter is modified for a lending pool asset, capturing the asset address, old factor, and new factor values. Used to track protocol fee adjustments in Aave-based lending 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_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_oldReserveFactorSTRINGPrevious reserve factor value for the asset in the lending pool before the change. Numeric string representing basis points where 10000 equals 100%.
in_newReserveFactorSTRINGUpdated reserve factor value for the asset in the lending pool. Numeric string representing basis points where 10000 equals 100%.
addressremovedin_assetlog_indexblock_numberblock_timestamptransaction_hashin_newReserveFactorin_oldReserveFactor
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0xe91d153e0b41518a2ce8dd3d7944fa863463a97d64336731782024-04-28T13:09:15.000Z0xb65ef7c3e3a44718af6b84fe5582aec7e8916d67bb1822f2ec40442dc8fd1d865000
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0x4ecaba5870353805a9f068101a40e0f32ed605c648336731782024-04-28T13:09:15.000Z0xb65ef7c3e3a44718af6b84fe5582aec7e8916d67bb1822f2ec40442dc8fd1d8610000
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0xcb444e90d8198415266c6a2724b7900fb12fc56e54336731782024-04-28T13:09:15.000Z0xb65ef7c3e3a44718af6b84fe5582aec7e8916d67bb1822f2ec40442dc8fd1d8610000
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.LendingPoolConfigurator_ReserveFactorChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPoolConfigurator_ReserveInitialized_event

Aave protocol events emitted when new lending reserves are initialized in the LendingPoolConfigurator contract, recording the deployed aToken, stable debt token, variable debt token, and interest rate strategy addresses for each asset.
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_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_aTokenSTRINGContract address of the aToken associated with the reserve. Hex-encoded, 0x-prefixed, 42-character string.
in_stableDebtTokenSTRINGContract address of the stable debt token for the reserve. Hex-encoded, 0x-prefixed, 42-character string.
in_variableDebtTokenSTRINGContract address of the variable debt token for the reserve. Hex-encoded, 0x-prefixed, 42-character string.
in_interestRateStrategyAddressSTRINGContract address of the interest rate strategy contract for the reserve. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_assetin_aTokenlog_indexblock_numberblock_timestamptransaction_hashin_stableDebtTokenin_variableDebtTokenin_interestRateStrategyAddress
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0xcb444e90d8198415266c6a2724b7900fb12fc56e0x6dc304337bf3eb397241d1889cae7da638e6e78224336731782024-04-28T13:09:15.000Z0xb65ef7c3e3a44718af6b84fe5582aec7e8916d67bb1822f2ec40442dc8fd1d860x80f87b8f9c1199e468923d8ee87cee311690fda60x0b33480d3fbd1e2dbe88c82aabe191d7473759d50x3bb9d175d3393a537760d08da0a77a76f1d2c9d4
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0x4ecaba5870353805a9f068101a40e0f32ed605c60x08b0caebe352c3613302774cd9b82d08afd7bdc420336731782024-04-28T13:09:15.000Z0xb65ef7c3e3a44718af6b84fe5582aec7e8916d67bb1822f2ec40442dc8fd1d860x4cb3f681b5e393947bd1e5cae84764f5892923c20x3a98abc6f46ca2fc6c7d06ed02184d63c55e19b20x589cf38424ba8852c03b3cee201a38c95f35ede4
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0xddafbb505ad214d7b80b1f830fccc89b60fb7a830x5850d127a04ed0b4f1fcdfb051b3409fb9fe6b9016336731782024-04-28T13:09:15.000Z0xb65ef7c3e3a44718af6b84fe5582aec7e8916d67bb1822f2ec40442dc8fd1d860x40bf0bf6aecee50ece10c74e81a52c654a467ae40xbc4f20daf4e05c17e93676d2cec39769506b82190x589cf38424ba8852c03b3cee201a38c95f35ede4
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.LendingPoolConfigurator_ReserveInitialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Borrow_event

Borrow events emitted when users take loans from lending pools, recording borrower address, borrowed amount, and applicable interest rate. Used for tracking lending protocol utilization and debt 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_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the 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.
in_interestRateModeINT64Interest rate mode for the lending operation. Integer value where 0 indicates no interest rate mode, 1 indicates stable rate, and 2 indicates variable rate.
in_borrowRateSTRINGAnnual interest rate applied to the borrowed amount in the lending pool. Numeric string representation expressed in ray units (27 decimal places).
in_referralCodeSTRINGReferral code identifier associated with the operation. Numeric string representation of the code used to track referral-based incentives.
addressin_userremovedin_amountlog_indexin_reserveblock_numberin_borrowRatein_onBehalfOfblock_timestampin_referralCodetransaction_hashin_interestRateMode
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e00xfb04df5bc87a78ebcfaa207847da146bd2a7d390false100000000000000000000002480xcb444e90d8198415266c6a2724b7900fb12fc56e34058981286663193735982176678679610xfb04df5bc87a78ebcfaa207847da146bd2a7d3902024-05-21T13:43:05.000Z00x66e6cef95a1fcd0710858668af412bf6d56a09e9b200b93de55e6a35c7a4bb9e2
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e00x9988e315a285979ab53078ae302171375e3d6869false480000000000000000000220xcb444e90d8198415266c6a2724b7900fb12fc56e34060063287410530010501639089416040x9988e315a285979ab53078ae302171375e3d68692024-05-21T15:14:45.000Z00x63e8e34e3f1ddf622207cce41e01d39973f8e8385d7f7d29d0502c8d7cd43daf2
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e00xb354af60d85e5fe431facdbb9388e4e4f70e1bbdfalse3000000000380xddafbb505ad214d7b80b1f830fccc89b60fb7a8334061126396071350285183108490724320xb354af60d85e5fe431facdbb9388e4e4f70e1bbd2024-05-21T16:45:30.000Z00x2938550d8b91f775da79c613c65bb99380f2a2b5b02aecfa780143873a6841162
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.Pool_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_FlashLoan_event

Flash loan execution events from Spark Protocol (Aave v3 fork) lending pools on Gnosis Chain. Tracks uncollateralized loans with asset borrowed, amount, initiator address, premium fees, and target contract for analyzing arbitrage activity and protocol integrations.
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_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. Hex-encoded, 0x-prefixed, 42-character string.
in_initiatorSTRINGAddress of the account that initiated the flash loan operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. 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.
in_interestRateModeINT64Interest rate mode for the lending operation. Integer value where 0 indicates no interest rate mode, 1 indicates stable rate, and 2 indicates variable rate.
in_premiumSTRINGFee charged for the flash loan operation. Numeric string representation of the fee amount in smallest denomination of the borrowed asset.
in_referralCodeSTRINGReferral code identifier associated with the operation. Numeric string representation of the code used to track referral-based incentives.
addressremovedin_assetin_amountin_targetlog_indexin_premiumblock_numberin_initiatorblock_timestampin_referralCodetransaction_hashin_interestRateMode
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e0false0xaf204776c7245bf4147c2612bf6e5972ee48370172072072072072066498560xbc5af6918f200220b2961171085e742580613a9b130380391640xbc5af6918f200220b2961171085e742580613a9b2025-01-14T15:21:55.000Z00x08887f78155e297832f619911fc82766734393989e3b0d433ad4bd33b13a2ae50
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e0false0xaf204776c7245bf4147c2612bf6e5972ee4837019009009009009008640000xbc5af6918f200220b2961171085e742580613a9b190380407030xbc5af6918f200220b2961171085e742580613a9b2025-01-14T17:34:20.000Z00xa93652ea8b2608e8d64c8821646c0f462f9581d77b84051b3be831ffac83a3b20
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e0false0xaf204776c7245bf4147c2612bf6e5972ee483701126126126126126116372480xbc5af6918f200220b2961171085e742580613a9b190380344490xbc5af6918f200220b2961171085e742580613a9b2025-01-14T08:33:45.000Z00xfa25a0d7e38f7844b8a3e31eeaffa7078891dbe5a6f1cc81f332ff92c8a0e5d20
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.Pool_FlashLoan_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_LiquidationCall_event

Liquidation events from Spark Protocol lending pools on Gnosis Chain, capturing debt repayment and collateral seizure when borrower positions fall below required health ratios. Used for tracking liquidator activity, collateral volatility risk, and protocol solvency metrics.
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_collateralAssetSTRINGContract address of the asset being seized as collateral during a liquidation. Hex-encoded, 0x-prefixed, 42-character string.
in_debtAssetSTRINGContract address of the debt asset being repaid during liquidation. Hex-encoded, 0x-prefixed, 42-character string.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_debtToCoverSTRINGAmount of debt being repaid during the liquidation operation. String-encoded integer representing the quantity in the debt asset’s smallest unit.
in_liquidatedCollateralAmountSTRINGAmount of collateral seized from the liquidated position. String-encoded integer representing the quantity in the collateral asset’s smallest unit.
in_liquidatorSTRINGAddress of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_receiveATokenBOOLBoolean flag indicating whether the liquidator receives aTokens instead of the underlying collateral asset during liquidation.
addressin_userremovedlog_indexblock_numberin_debtAssetin_liquidatorin_debtToCoverblock_timestampin_receiveATokentransaction_hashin_collateralAssetin_liquidatedCollateralAmount
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e00xc1d36d8a11f3c7194b7da63fbc0360e35cc70ce0false17398327100xcb444e90d8198415266c6a2724b7900fb12fc56e0xa0085d1f87b3407ce9ee562c392784ce0363c64822110344967275453847122025-04-30T22:48:25.000Zfalse0x7f105615e07cbba9e515800237085e2d0658016a979a558e7bddaa846d0cd3900xaf204776c7245bf4147c2612bf6e5972ee4837012246523427019869187217
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e00x6c6405a0ed4f0bd466d0dd021eb2a161587fdc39false37373690020x6c76971f98945ae98dd7d4dfca8711ebea946ea60x6ba8626d414fc06eab8665b54386b6b0546a86f5585505857748492024-12-05T10:45:00.000Zfalse0xb577330304cb92f7c0e638198fb7826061266bc582358675c45326a9fa27ca9d0xe91d153e0b41518a2ce8dd3d7944fa863463a97d285616134020763665
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e00xdd51487faa89e0af00d48ccdb7c26afa4438cd34false267415442830x6c76971f98945ae98dd7d4dfca8711ebea946ea60x68a2fb0ce276795842030e5a426a3863389b3eec566788476818162025-08-11T04:16:50.000Zfalse0x9e69884e539ee465d23cc05cc9474e07b023d4c1f84c1d4f12062ea193a1104d0xe91d153e0b41518a2ce8dd3d7944fa863463a97d310332138749475183
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.Pool_LiquidationCall_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_MintedToTreasury_event

Treasury fee minting events from Spark Protocol lending pools on Gnosis Chain, recording reserve addresses and token amounts transferred to the protocol treasury. Used for tracking protocol revenue and fee accrual across different reserve assets.
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_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountMintedSTRINGAmount of interest-bearing tokens minted to the protocol treasury. String representation of an unsigned integer value.
addressremovedlog_indexin_reserveblock_numberblock_timestampin_amountMintedtransaction_hash
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e0false29760x6a023ccd1ff6f2045c3309768ead9e68f978f6e1308825832023-11-10T10:28:25.000Z527233649629112850x610361e39c851bfb583eedc17bd52d617de024432dff4191c648d6e5d30ce85a
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.Pool_MintedToTreasury_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Repay_event

Loan repayment events from Spark Protocol (Aave v3 fork) lending pools on Gnosis Chain. Tracks debt repayments with borrower, repayer, reserve asset, and amount data for analyzing loan lifecycle and liquidation 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_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_repayerSTRINGAddress of the account that executed the repayment transaction. 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.
in_useATokensBOOLBoolean flag indicating whether aTokens (interest-bearing deposit tokens) were used to repay the debt instead of the underlying reserve asset.
addressin_userremovedin_amountlog_indexin_repayerin_reserveblock_numberin_useATokensblock_timestamptransaction_hash
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e00xd022ce8e78fc9b6f8fc2a35b3f0f331ceccbe1dffalse36500000000000000000021820xbd7d6a9ad7865463de44b05f04559f65e3b117040xe91d153e0b41518a2ce8dd3d7944fa863463a97d33475206false2024-04-16T16:14:30.000Z0x549a620d2e782287d2db7076b1805f4c1086c80c0af5f535301e29e76565bdc5
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e00x2e906fffc993b20c3556d402d8f2bbb3fb6ebea4false24616143155203928896116010x2e906fffc993b20c3556d402d8f2bbb3fb6ebea40xe91d153e0b41518a2ce8dd3d7944fa863463a97d33475173false2024-04-16T16:11:40.000Z0x6c841b7f2488067f6dd8230d98e655970e3036cc28be8325861aab56a60fdd5b
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e00xad11d1b15f022f5b62b128153c38bfb71849bf5efalse320987145427211614050xbd7d6a9ad7865463de44b05f04559f65e3b117040xe91d153e0b41518a2ce8dd3d7944fa863463a97d37031354false2024-11-15T06:58:40.000Z0x305be16407b04621fde6193026323209c5c31f12f579ee7b7369690c7ae87c04
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.Pool_Repay_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_ReserveDataUpdated_event

Reserve data update events from Spark Protocol v1 lending pools on Gnosis Chain, capturing changes to liquidity rates, borrow rates, and index values for each reserve asset. Used for tracking lending market dynamics and calculating accurate interest accrual over time.
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_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_liquidityRateSTRINGCurrent liquidity interest rate for the reserve in ray units (27 decimal precision). Stored as a numeric string representing the annual percentage yield earned by liquidity providers.
in_stableBorrowRateSTRINGCurrent stable borrow interest rate for the reserve in ray units (27 decimal precision). Stored as a numeric string representing the annual percentage rate charged to borrowers who choose a stable rate loan.
in_variableBorrowRateSTRINGCurrent variable borrow interest rate for the reserve in ray units (27 decimal precision). Stored as a numeric string representing the annual percentage rate charged to borrowers who choose a variable rate loan.
in_liquidityIndexSTRINGCumulative liquidity index for the reserve in ray units (27 decimal precision). Represents the accumulated interest growth factor since the reserve’s inception, stored as a numeric string.
in_variableBorrowIndexSTRINGCumulative variable borrow index for the reserve in ray units (27 decimal precision). Represents the accumulated interest growth factor for variable rate borrowers since the reserve’s inception, stored as a numeric string.
addressremovedlog_indexin_reserveblock_numberblock_timestampin_liquidityRatetransaction_hashin_liquidityIndexin_stableBorrowRatein_variableBorrowRatein_variableBorrowIndex
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e0false890x9c58bacc331c9aa871afd802db6379a98e80cedb409510532025-07-06T13:45:40.000Z00xbd42510bd699da69f6a339a4d4ca53ecbe61d4120cd0386e8d8f5fad02f9df741000000000000000000000000000001000000000000000000000000000
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e0false570x9c58bacc331c9aa871afd802db6379a98e80cedb409512052025-07-06T13:58:40.000Z00x2ea017c45625021bce4a280616a9eba144a604400aa0f99e2574d3997bd4c7861000000000000000000000000000001000000000000000000000000000
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e0false830x9c58bacc331c9aa871afd802db6379a98e80cedb409511642025-07-06T13:55:10.000Z00x983ed3a0b439aef77a295bada9df4116d5eab7269cdf84bf793292b11c2028e61000000000000000000000000000001000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.Pool_ReserveDataUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Supply_event

Liquidity supply events from Spark Protocol (Aave v3 fork) on Gnosis Chain, recording deposits into lending pools with user addresses, asset reserves, supplied amounts, and optional referral codes. Used for analyzing lending protocol TVL growth, user deposit patterns, and referral program effectiveness.
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_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the 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.
in_referralCodeSTRINGReferral code identifier associated with the operation. Numeric string representation of the code used to track referral-based incentives.
addressin_userremovedin_amountlog_indexin_reserveblock_numberin_onBehalfOfblock_timestampin_referralCodetransaction_hash
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e00xef18d342fae9c175e02a4ab6ed3a7d63f2255ac1false79893678644525525990x6a023ccd1ff6f2045c3309768ead9e68f978f6e1311777480xef18d342fae9c175e02a4ab6ed3a7d63f2255ac12023-11-28T18:26:15.000Z00x3f1812af18775795ee6a1a8325b57bc165b52c851131b578529a1ad939571819
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e00xbd7d6a9ad7865463de44b05f04559f65e3b11704false207000000000000000025470xe91d153e0b41518a2ce8dd3d7944fa863463a97d311747600x2893e8995c59662b2b9fa579582af3dc5a6c58842023-11-28T14:05:50.000Z00x59f978ed404aedec58df97a302fabcb907c1bf91f3bc1ce2216cf34b89fb0ee6
0x2dae5307c5e3fd1cf5a72cb6f698f915860607e00x017107ab195dbf52278413063156e51564f6578cfalse6000000000000000050x6a023ccd1ff6f2045c3309768ead9e68f978f6e1376221430x017107ab195dbf52278413063156e51564f6578c2024-12-20T12:15:05.000Z1280xf5dd2912649c4ac9f6ac9b6e594f489847e7589df05640d14cb54eaa1f2387bc
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.Pool_Supply_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Withdraw_event

Withdrawal events from liquidity pools recording user withdrawals of reserve assets. Contains user address, withdrawn amount, reserve or currency identifier, and recipient address for tracking outbound pool liquidity.
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_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_userSTRINGAddress of the user account associated with the transaction or protocol 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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_toaddressin_userremovedin_amountlog_indexin_reserveblock_numberblock_timestamptransaction_hash
0x6cae28b3d09d8f8fc74ccd496ac986fc84c0c24e0x2dae5307c5e3fd1cf5a72cb6f698f915860607e00x852fe5fa6d5e9e3dd45253799c662a94aebd4571false6153959104093028215200x6c76971f98945ae98dd7d4dfca8711ebea946ea6349384212024-07-13T03:02:10.000Z0x914318cc94ee275441b2a4b8c7778239fc1f3d67d87b2a76e992396a5bda2606
0x36f4e1803f6ff34562db567f347dea00dec872460x2dae5307c5e3fd1cf5a72cb6f698f915860607e00x36f4e1803f6ff34562db567f347dea00dec87246false208245603333828283097340xe91d153e0b41518a2ce8dd3d7944fa863463a97d349377252024-07-13T02:03:05.000Z0x6170312c9fc41e0c9a95b4bacf7681fb5b399d7c1f23ec5200b6bb3adf76fbd4
0xc1d36d8a11f3c7194b7da63fbc0360e35cc70ce00x2dae5307c5e3fd1cf5a72cb6f698f915860607e00xc1d36d8a11f3c7194b7da63fbc0360e35cc70ce0false8550527753688500453770270xaf204776c7245bf4147c2612bf6e5972ee483701349456152024-07-13T13:18:10.000Z0xb7a38909c521787e577bb7475a8c3cad63cff7e151d6de565055f3620a00a47f
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.Pool_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolConfigurator_FlashloanPremiumToProtocolUpdated_event

No description available.
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_oldFlashloanPremiumToProtocolSTRINGPrevious flashloan premium allocated to the protocol treasury before the update. String-encoded integer representing basis points (0.01%), where 4 equals 0.04% and 10000 equals 100%.
in_newFlashloanPremiumToProtocolSTRINGUpdated flashloan premium allocated to the protocol treasury. String-encoded integer representing basis points (0.01%), where 4 equals 0.04% and 10000 equals 100%.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.PoolConfigurator_FlashloanPremiumToProtocolUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolConfigurator_LiquidationProtocolFeeChanged_event

Liquidation protocol fee configuration changes from Spark Protocol (Aave v3 fork) on Gnosis Chain, tracking fee adjustments per asset with old and new values in basis points. Used for analyzing protocol fee policy changes and revenue model evolution across different collateral types.
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_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_oldFeeSTRINGPrevious liquidation protocol fee before the change. Numeric string representing basis points where 1000 equals 10%.
in_newFeeSTRINGUpdated liquidation protocol fee. Numeric string representing basis points where 1000 equals 10%.
addressremovedin_assetin_newFeein_oldFeelog_indexblock_numberblock_timestamptransaction_hash
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0xaf204776c7245bf4147c2612bf6e5972ee4837011000057336731782024-04-28T13:09:15.000Z0xb65ef7c3e3a44718af6b84fe5582aec7e8916d67bb1822f2ec40442dc8fd1d86
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0x6c76971f98945ae98dd7d4dfca8711ebea946ea61000067303260122023-10-06T15:19:55.000Z0x5d40cced32bf37d52e1bdd0bd4023ca70dc15b00ee67e6c0ce2ebd41fc505672
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0x9c58bacc331c9aa871afd802db6379a98e80cedb1000072303260122023-10-06T15:19:55.000Z0x5d40cced32bf37d52e1bdd0bd4023ca70dc15b00ee67e6c0ce2ebd41fc505672
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.PoolConfigurator_LiquidationProtocolFeeChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolConfigurator_ReserveFactorChanged_event

Reserve factor parameter updates for lending pool assets on Spark Protocol (Gnosis Chain), tracking changes from protocol governance that affect interest allocation between lenders and the protocol treasury. Used for analyzing protocol fee adjustments and reserve management policy over time.
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_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_oldReserveFactorSTRINGPrevious reserve factor value for the asset in the lending pool before the change. Numeric string representing basis points where 10000 equals 100%.
in_newReserveFactorSTRINGUpdated reserve factor value for the asset in the lending pool. Numeric string representing basis points where 10000 equals 100%.
addressremovedin_assetlog_indexblock_numberblock_timestamptransaction_hashin_newReserveFactorin_oldReserveFactor
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0xe91d153e0b41518a2ce8dd3d7944fa863463a97d64336731782024-04-28T13:09:15.000Z0xb65ef7c3e3a44718af6b84fe5582aec7e8916d67bb1822f2ec40442dc8fd1d865000
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0x4ecaba5870353805a9f068101a40e0f32ed605c648336731782024-04-28T13:09:15.000Z0xb65ef7c3e3a44718af6b84fe5582aec7e8916d67bb1822f2ec40442dc8fd1d8610000
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0xaf204776c7245bf4147c2612bf6e5972ee48370136336731782024-04-28T13:09:15.000Z0xb65ef7c3e3a44718af6b84fe5582aec7e8916d67bb1822f2ec40442dc8fd1d8610000
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.PoolConfigurator_ReserveFactorChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolConfigurator_ReserveInitialized_event

Reserve initialization events from Spark Protocol (Aave v3 fork) lending pool on Gnosis Chain, capturing when new assets are added with their corresponding aToken, stable/variable debt token addresses, and interest rate strategy contracts. Used for tracking pool composition changes and analyzing reserve deployment history.
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_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_aTokenSTRINGContract address of the aToken associated with the reserve. Hex-encoded, 0x-prefixed, 42-character string.
in_stableDebtTokenSTRINGContract address of the stable debt token for the reserve. Hex-encoded, 0x-prefixed, 42-character string.
in_variableDebtTokenSTRINGContract address of the variable debt token for the reserve. Hex-encoded, 0x-prefixed, 42-character string.
in_interestRateStrategyAddressSTRINGContract address of the interest rate strategy contract for the reserve. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_assetin_aTokenlog_indexblock_numberblock_timestamptransaction_hashin_stableDebtTokenin_variableDebtTokenin_interestRateStrategyAddress
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0x2a22f9c3b484c3629090feed35f17ff8f88f76f00xa34db0ee8f84c4b90ed268df5abbe7dcd3c277ec1506347463012024-07-01T15:21:05.000Z0x4d6d0f73ed28f646e634cd6d6b4122831b6d88cb7a53e7ccd80dc08e91160f520xc5dfde524371f9424c81f453260b2ccd24936c150x397b97b572281d0b3e3513bd4a7b38050a75962b0xe66f24175a204e7286f0609cc594667d343e7aae
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0xe91d153e0b41518a2ce8dd3d7944fa863463a97d0xc9fe2d32e96bb364c7d29f3663ed3b27e30767bb12303260122023-10-06T15:19:55.000Z0x5d40cced32bf37d52e1bdd0bd4023ca70dc15b00ee67e6c0ce2ebd41fc5056720xab1b62a1346acf534b581684940e2fd781f2ea220x868adfdf12a86422524eab6978beae08a0008f370x8b0271080d53f759ecc607f13316bdb3b86449e2
0x2fc8823e1b967d474b47ae0ad041c2ed562ab588false0x6a023ccd1ff6f2045c3309768ead9e68f978f6e10x629d562e92fed431122e865cc650bc6bde6b96b016303260122023-10-06T15:19:55.000Z0x5d40cced32bf37d52e1bdd0bd4023ca70dc15b00ee67e6c0ce2ebd41fc5056720xe21bf3fb5a2b5bf7bae8c6f1696c4b097f5d2f930x0ad6ccf9a2e81d4d48ab7db791e9da492967eb840x0318c53bd3953c0fd1e8e8f9a68005002ed442d2
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.PoolConfigurator_ReserveInitialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

spToken_BalanceTransfer_event

BalanceTransfer events from Spark Protocol spToken contracts on Gnosis Chain, tracking interest-bearing token transfers between accounts with indexed balance snapshots. Used for analyzing spToken holder movements, yield distribution flows, and liquidity provider activity across Spark lending markets.
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_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
in_toaddressin_fromremovedin_indexin_valuelog_indexblock_numberblock_timestamptransaction_hash
0xbd7d6a9ad7865463de44b05f04559f65e3b117040xc9fe2d32e96bb364c7d29f3663ed3b27e30767bb0x33878e070db7f70d2953fe0278cd32adf8104572false1047291754969060898249851815954843762738819621794354941712024-08-15T10:38:25.000Z0xd61515c71ea5874cbe375afd2e54f495a7f0a649b964d555d647a603c2582d45
0xbd7d6a9ad7865463de44b05f04559f65e3b117040xc9fe2d32e96bb364c7d29f3663ed3b27e30767bb0xb3341b14a49777026ea7e3878fbba8a31988e4b4false109631563664075321759437144683509526764143498950394923722025-04-10T19:39:50.000Z0x4841085b2acb8ec4d1a25239203aa545f4fdbac26ddacf812b2c2ab96fea113f
0xbd279eeb1f29098d54b0b4d80b2da1242f79f97e0x629d562e92fed431122e865cc650bc6bde6b96b00x4a8ba30870beed8084a274d1f4713657181e1e32false100090528224153149134779155019845024266901361015319601712024-01-15T16:51:35.000Z0x67a3b3280e2935fb184bf739ef7328dfd14a90802beed4079a9824bc5cb76153
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.spToken_BalanceTransfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

spToken_Burn_event

Token burn events from Spark Protocol (spToken) on Gnosis Chain recording withdrawals and redemptions. Tracks burned token amounts, user addresses, accrued interest (balanceIncrease), and redemption targets for analyzing protocol outflows and yield distribution.
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_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. 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_balanceIncreaseSTRINGAccrued interest amount since the last update for the user’s balance. Numeric string representation of token quantity in smallest denomination.
in_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
addressin_fromremovedin_indexin_valuein_targetlog_indexblock_numberblock_timestamptransaction_hashin_balanceIncrease
0xc9fe2d32e96bb364c7d29f3663ed3b27e30767bb0xbd7d6a9ad7865463de44b05f04559f65e3b11704false102216924605771283792133135350000000000000000xbd7d6a9ad7865463de44b05f04559f65e3b117041018335883912024-04-23T11:27:45.000Z0xfd192e49209d25b77f35839d4df47680193a1f3730cfe0725c5b82a9a26fb0130
0x5671b0b8ac13dc7813d36b99c21c53f6cd376a140x468aa1c6c53bae70823c31042a1a00044a3be8b3false10000000000000000000000000001070855695805795627860x468aa1c6c53bae70823c31042a1a00044a3be8b32737335921302024-04-23T16:51:10.000Z0x98616176a06a63bca3a4b47bae8327a785dea762305d83c8cb419d0e77e401cb0
0xc9fe2d32e96bb364c7d29f3663ed3b27e30767bb0xbd7d6a9ad7865463de44b05f04559f65e3b11704false1012404354039761162281844737100946394057113696870xbd7d6a9ad7865463de44b05f04559f65e3b117042245327297182024-03-02T16:38:10.000Z0x4f98cee3fa26cb58ed9489290be927048b21c197b91f40795e6079d07d8a33b50
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.spToken_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

spToken_Initialized_event

Initialization events for Spark Protocol interest-bearing tokens (spTokens) on Gnosis Chain, recording when new lending markets are created with their associated pool, treasury, and underlying asset addresses. Used for tracking protocol deployment and identifying available lending markets across different assets like USDC, WETH, GNO, and stablecoins.
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_underlyingAssetSTRINGContract address of the underlying asset represented by the AToken. 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_treasurySTRINGContract address of the Aave protocol treasury. Hex-encoded, 0x-prefixed, 42-character string.
in_incentivesControllerSTRINGContract address of the incentives controller managing reward distribution for the token. Hex-encoded, 0x-prefixed, 42-character string.
in_aTokenDecimalsINT64Number of decimal places for the AToken. Integer value representing the divisibility of the token amount.
in_aTokenNameSTRINGHuman-readable name of the AToken being initialized in the Aave protocol. String value identifying the token, typically following the pattern “Aave [Chain] [Asset]” or “[Protocol] [Asset]”.
in_aTokenSymbolSTRINGTrading symbol for the AToken being initialized in the Aave protocol. String value representing the ticker symbol, following patterns like “aArb[Asset]”, “aEth[Asset]”, “aBnb[Asset]”, or protocol-specific variants.
in_paramsSTRINGAdditional initialization parameters encoded as bytes. Hex-encoded string used for protocol-specific configuration data during contract initialization or cross-chain operations.
addressin_poolremovedin_paramslog_indexin_treasuryblock_numberin_aTokenNameblock_timestampin_aTokenSymboltransaction_hashin_aTokenDecimalsin_underlyingAssetin_incentivesController
0xa34db0ee8f84c4b90ed268df5abbe7dcd3c277ec0x2dae5307c5e3fd1cf5a72cb6f698f915860607e0false0x15030xb9e6dbfa4de19cced908bcbfe1d015190678ab5f34746301Spark USDC.e2024-07-01T15:21:05.000ZspUSDC.e0x4d6d0f73ed28f646e634cd6d6b4122831b6d88cb7a53e7ccd80dc08e91160f5260x2a22f9c3b484c3629090feed35f17ff8f88f76f00x98e6bcba7d5dafbfa4a92daf08d3d7512820c30c
0x5671b0b8ac13dc7813d36b99c21c53f6cd376a140x2dae5307c5e3fd1cf5a72cb6f698f915860607e0false0x210xb9e6dbfa4de19cced908bcbfe1d015190678ab5f30326012Spark GNO2023-10-06T15:19:55.000ZspGNO0x5d40cced32bf37d52e1bdd0bd4023ca70dc15b00ee67e6c0ce2ebd41fc505672180x9c58bacc331c9aa871afd802db6379a98e80cedb0x98e6bcba7d5dafbfa4a92daf08d3d7512820c30c
0xc9fe2d32e96bb364c7d29f3663ed3b27e30767bb0x2dae5307c5e3fd1cf5a72cb6f698f915860607e0false0x90xb9e6dbfa4de19cced908bcbfe1d015190678ab5f30326012Spark WXDAI2023-10-06T15:19:55.000ZspWXDAI0x5d40cced32bf37d52e1bdd0bd4023ca70dc15b00ee67e6c0ce2ebd41fc505672180xe91d153e0b41518a2ce8dd3d7944fa863463a97d0x98e6bcba7d5dafbfa4a92daf08d3d7512820c30c
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.spToken_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

spToken_Mint_event

Mint events for Spark Protocol interest-bearing tokens (spTokens) on Gnosis Chain, recording deposit amounts, accrued interest, and beneficiary addresses. Tracks lending pool deposits with balance increases from yield accrual for analyzing TVL growth and user deposit 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_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of 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_balanceIncreaseSTRINGAccrued interest amount since the last update for the user’s balance. Numeric string representation of token quantity in smallest denomination.
in_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
addressremovedin_indexin_valuein_callerlog_indexblock_numberin_onBehalfOfblock_timestamptransaction_hashin_balanceIncrease
0xe877b96caf9f180916bf2b5ce7ea8069e0123182false1000000000000000000000000000116085031304594707281880x9f894f3909ed3d9b2b3ea059590022b79642ea3215416328570x9f894f3909ed3d9b2b3ea059590022b79642ea322025-08-16T11:58:10.000Z0xac2239c5a3c342b1f329b27af166d716c4f1abcf2f25438e60b0d711b61311a30
0xc9fe2d32e96bb364c7d29f3663ed3b27e30767bbfalse112053696165215390729597668311359948437923735940xbd7d6a9ad7865463de44b05f04559f65e3b1170462416392420x64eed4ffdc64dc82f069b255cd8e195f61da8ec12025-08-16T21:13:05.000Z0xa876ee478ffd3f3f4225ba7944e979be685052d9673e1f54105d00bc9c5979df1135994843792373594
0xe877b96caf9f180916bf2b5ce7ea8069e0123182false100000000000000000000000000019000000000000000000000xd33a9d186364d9a6e5b4432c985fc414fb51c1af6355114300xd33a9d186364d9a6e5b4432c985fc414fb51c1af2024-08-16T12:04:15.000Z0xed76294a37e3acdc2e0519c63f068b9aef3f4ce648b59bc543413332529f9ec90
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.spToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StableDebtToken_Burn_event

No description available.
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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_currentBalanceSTRINGUser’s current stable debt balance after accrued interest. Numeric string representation of token quantity in smallest denomination.
in_balanceIncreaseSTRINGAccrued interest amount since the last update for the user’s balance. Numeric string representation of token quantity in smallest denomination.
in_avgStableRateSTRINGAverage stable borrow rate across all borrowers for the reserve. Numeric string representation in ray units (27 decimals).
in_newTotalSupplySTRINGUpdated total supply of stable debt tokens after the operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.StableDebtToken_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StableDebtToken_Initialized_event

Initialization events for stable-rate debt tokens in Spark Protocol on Gnosis Chain, recording the creation of debt token contracts for various assets including stablecoins (USDC, USDT, EURe), wrapped tokens (WETH, wstETH), and native assets (GNO, WXDAI). Used for tracking protocol deployment and asset onboarding history.
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_underlyingAssetSTRINGContract address of the underlying asset represented by the AToken. 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_incentivesControllerSTRINGContract address of the incentives controller managing reward distribution for the token. Hex-encoded, 0x-prefixed, 42-character string.
in_debtTokenDecimalsINT64Number of decimal places for the debt token. Integer value matching the precision of the underlying asset.
in_debtTokenNameSTRINGHuman-readable name of the debt token being initialized in the lending protocol.
in_debtTokenSymbolSTRINGTicker symbol for the debt token being initialized in the lending protocol.
in_paramsSTRINGAdditional initialization parameters encoded as bytes. Hex-encoded string used for protocol-specific configuration data during contract initialization or cross-chain operations.
addressin_poolremovedin_paramslog_indexblock_numberblock_timestampin_debtTokenNametransaction_hashin_debtTokenSymbolin_underlyingAssetin_debtTokenDecimalsin_incentivesController
0x40bf0bf6aecee50ece10c74e81a52c654a467ae40x2dae5307c5e3fd1cf5a72cb6f698f915860607e0false0x14336731782024-04-28T13:09:15.000ZSpark Stable Debt USDC0xb65ef7c3e3a44718af6b84fe5582aec7e8916d67bb1822f2ec40442dc8fd1d86stableDebtUSDC0xddafbb505ad214d7b80b1f830fccc89b60fb7a8360x98e6bcba7d5dafbfa4a92daf08d3d7512820c30c
0x4cb3f681b5e393947bd1e5cae84764f5892923c20x2dae5307c5e3fd1cf5a72cb6f698f915860607e0false0x18336731782024-04-28T13:09:15.000ZSpark Stable Debt USDT0xb65ef7c3e3a44718af6b84fe5582aec7e8916d67bb1822f2ec40442dc8fd1d86stableDebtUSDT0x4ecaba5870353805a9f068101a40e0f32ed605c660x98e6bcba7d5dafbfa4a92daf08d3d7512820c30c
0x2cf710377b3576287be7cf352ff75d44729027890x2dae5307c5e3fd1cf5a72cb6f698f915860607e0false0x10336731782024-04-28T13:09:15.000ZSpark Stable Debt sDAI0xb65ef7c3e3a44718af6b84fe5582aec7e8916d67bb1822f2ec40442dc8fd1d86stableDebtsDAI0xaf204776c7245bf4147c2612bf6e5972ee483701180x98e6bcba7d5dafbfa4a92daf08d3d7512820c30c
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.StableDebtToken_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StableDebtToken_Mint_event

No description available.
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_onBehalfOfSTRINGAddress of the account receiving the benefit of the 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.
in_currentBalanceSTRINGUser’s current stable debt balance after accrued interest. Numeric string representation of token quantity in smallest denomination.
in_balanceIncreaseSTRINGAccrued interest amount since the last update for the user’s balance. Numeric string representation of token quantity in smallest denomination.
in_newRateSTRINGUpdated stable borrow rate for the user after the mint operation. Numeric string representation in ray units (27 decimals).
in_avgStableRateSTRINGAverage stable borrow rate across all borrowers for the reserve. Numeric string representation in ray units (27 decimals).
in_newTotalSupplySTRINGUpdated total supply of stable debt tokens after the operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.StableDebtToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VariableDebtToken_Burn_event

Variable rate debt token burn events emitted when users repay borrowed assets in lending protocols. Records the debt amount repaid, accumulated interest, and liquidity index at the time of repayment for tracking variable-rate loan lifecycle and interest accrual.
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_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. 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_balanceIncreaseSTRINGAccrued interest amount since the last update for the user’s balance. Numeric string representation of token quantity in smallest denomination.
in_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
addressin_fromremovedin_indexin_valuein_targetlog_indexblock_numberblock_timestamptransaction_hashin_balanceIncrease
0x0ad6ccf9a2e81d4d48ab7db791e9da492967eb840x23e51402ff300c8b70784fcee0ccea80968474e4false10039424286335443301026878184997475844488430x000000000000000000000000000000000000000010320866492024-01-23T10:30:55.000Z0xc89f3cf762ac4828a1f5e863f14a8fe49151268f0817ae1878600327cd09a6ce252415551157
0x868adfdf12a86422524eab6978beae08a0008f370xe7b30a037f5598e4e73702ca66a59af5cc650dcdfalse101428196757337992422489268212003055601719394846970x00000000000000000000000000000000000000001061320875342024-01-23T11:49:20.000Z0x55c632d68802c5c079639780c8305e721f3b17d0057385d9c3056224c193566c3449639999327477235
0x868adfdf12a86422524eab6978beae08a0008f370x44602b0819d9744d1e20e5d157e0cdb01c54f2fefalse1003797853355258321779398396318497433983396427490x00000000000000000000000000000000000000002507308241872023-11-06T18:18:20.000Z0x69a187d452b1b12d1a6206aecbb9bf296aa783c987df76ba94f156a738a4801a75411266096054
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.VariableDebtToken_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VariableDebtToken_Initialized_event

Variable debt token initialization events from Spark Protocol (Aave v3 fork) on Gnosis Chain, capturing new debt token deployments with metadata including token symbols, decimals, underlying assets, and incentives controller addresses. Used for tracking lending market expansions and available borrowing assets.
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_underlyingAssetSTRINGContract address of the underlying asset represented by the AToken. 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_incentivesControllerSTRINGContract address of the incentives controller managing reward distribution for the token. Hex-encoded, 0x-prefixed, 42-character string.
in_debtTokenDecimalsINT64Number of decimal places for the debt token. Integer value matching the precision of the underlying asset.
in_debtTokenNameSTRINGHuman-readable name of the debt token being initialized in the lending protocol.
in_debtTokenSymbolSTRINGTicker symbol for the debt token being initialized in the lending protocol.
in_paramsSTRINGAdditional initialization parameters encoded as bytes. Hex-encoded string used for protocol-specific configuration data during contract initialization or cross-chain operations.
addressin_poolremovedin_paramslog_indexblock_numberblock_timestampin_debtTokenNametransaction_hashin_debtTokenSymbolin_underlyingAssetin_debtTokenDecimalsin_incentivesController
0x0ad6ccf9a2e81d4d48ab7db791e9da492967eb840x2dae5307c5e3fd1cf5a72cb6f698f915860607e0false0x15303260122023-10-06T15:19:55.000ZSpark Variable Debt WETH0x5d40cced32bf37d52e1bdd0bd4023ca70dc15b00ee67e6c0ce2ebd41fc505672variableDebtWETH0x6a023ccd1ff6f2045c3309768ead9e68f978f6e1180x98e6bcba7d5dafbfa4a92daf08d3d7512820c30c
0x868adfdf12a86422524eab6978beae08a0008f370x2dae5307c5e3fd1cf5a72cb6f698f915860607e0false0x11303260122023-10-06T15:19:55.000ZSpark Variable Debt WXDAI0x5d40cced32bf37d52e1bdd0bd4023ca70dc15b00ee67e6c0ce2ebd41fc505672variableDebtWXDAI0xe91d153e0b41518a2ce8dd3d7944fa863463a97d180x98e6bcba7d5dafbfa4a92daf08d3d7512820c30c
0x3294da2e28b29d1c08d556e2b86879d221256d310x2dae5307c5e3fd1cf5a72cb6f698f915860607e0false0x19303260122023-10-06T15:19:55.000ZSpark Variable Debt wstETH0x5d40cced32bf37d52e1bdd0bd4023ca70dc15b00ee67e6c0ce2ebd41fc505672variableDebtwstETH0x6c76971f98945ae98dd7d4dfca8711ebea946ea6180x98e6bcba7d5dafbfa4a92daf08d3d7512820c30c
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.VariableDebtToken_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VariableDebtToken_Mint_event

Variable debt token minting events from lending protocols recording debt issuance to borrowers. Contains borrower address, delegated beneficiary, debt amount, and liquidity index in ray units (1e27) for tracking compounding interest on variable-rate loans.
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_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of 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_balanceIncreaseSTRINGAccrued interest amount since the last update for the user’s balance. Numeric string representation of token quantity in smallest denomination.
in_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
addressremovedin_indexin_valuein_callerlog_indexblock_numberin_onBehalfOfblock_timestamptransaction_hashin_balanceIncrease
0x868adfdf12a86422524eab6978beae08a0008f37false101433184651975448173888787660000000000000000000xbd7d6a9ad7865463de44b05f04559f65e3b11704474320935330xe66fbc8be19bd6b60a7fdc743a1019435ee0a04f2024-01-23T20:39:05.000Z0xca33d00a7ae0520bf3a073fde27943502910b9e8590a4a1a7a36e1001aea4ef90
0x3294da2e28b29d1c08d556e2b86879d221256d31false100279956755459692374861442110000000112457200x2f3ad8312da1a09b9814de22f25c5fdd006aa8383005320866330x2f3ad8312da1a09b9814de22f25c5fdd006aa8382024-01-23T10:29:35.000Z0x450a24158fe9b6c72550c46265e9dc3cf78819d494ea0512c85c73bb7512fa8411245720
0x0ad6ccf9a2e81d4d48ab7db791e9da492967eb84false100394254544622067946039970120000000582063490x23e51402ff300c8b70784fcee0ccea80968474e413320867040x23e51402ff300c8b70784fcee0ccea80968474e42024-01-23T10:36:00.000Z0x2e3a9301458c268430aea7b47d9f4d439de4315ac175cfcbe69b3362dfa727b058206349
Query with partition filter
SELECT *
FROM `tt-contracts.spark_v1_gnosis.VariableDebtToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100