Skip to main content

Tables

AToken_BalanceTransfer_event

Interest-bearing aToken balance transfer events from Aave V3 lending protocol. Records movements between accounts with normalized interest index for calculating accrued yields on deposited collateral.
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
0x4f7dd098060f64e698efde35d5e4eda655f65f070xc1a318493ff07a68fe438cee60a7ad0d0dba300e0x473d3a2005499301dc353afa9d0c9c5980b5188cfalse100000000000000000000000000019000000000000000000000001120137912025-09-27T03:16:13.000Z0x516e207b250c7c71a505f4d9e01f26f0a12773aa4022a9c203072bc2e2ddc41d
0x4f7dd098060f64e698efde35d5e4eda655f65f070xc1a318493ff07a68fe438cee60a7ad0d0dba300e0x473d3a2005499301dc353afa9d0c9c5980b5188cfalse10000000000000000000000000002250000000000000000000000120141712025-09-27T03:22:33.000Z0x191f945adbea961c1f9c52b3a481b505b5bc785e2b2a2bb42432b6903af25833
0x4f7dd098060f64e698efde35d5e4eda655f65f070xc1a318493ff07a68fe438cee60a7ad0d0dba300e0x473d3a2005499301dc353afa9d0c9c5980b5188cfalse10000000000000000000000000002200000000000000000000000620143472025-09-27T03:25:29.000Z0x7f598356a9f41236d4592f486ccb603b5f380c12b5141392895b8e1ac97c62c9
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.AToken_BalanceTransfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AToken_Burn_event

Burn events for Aave interest-bearing tokens (aTokens) emitted when users withdraw or repay underlying assets. Records the amount burned, the user’s address, the interest accrual index at burn time, and optional balance increase from accrued interest in V3 implementations.
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
0x5d72a9d9a9510cd8cbdba12ac62593a58930a9480x0000000002c0fd34c64a4813d6568abf13b0addafalse1000004048023620164775744321199999870780x0000000002c0fd34c64a4813d6568abf13b0adda718814672025-09-25T14:29:04.000Z0x8a1ac8a97a331ec2b2490c2f25192f4add978737d78c14bfe801ec263fe5049612922
0x5d72a9d9a9510cd8cbdba12ac62593a58930a9480x0001094b9d760df1407279e84c2308a92c85a710false1000036582452213407438848891685534475620x0001094b9d760df1407279e84c2308a92c85a7101319126862025-09-25T23:09:23.000Z0x40702c4195a1b18e9bd374e671523f898b74a12636ba1d318224dc20a525e4ab25643
0x5d72a9d9a9510cd8cbdba12ac62593a58930a9480x000f9764a2c9345df184d19a2cb935a0857af000false1000025260591133857478511188148509899980x000f9764a2c9345df184d19a2cb935a0857af000719025102025-09-25T20:19:47.000Z0x7a9a1860e10da0106df98615a155b0f4055a10864c8b42b791661991c23c6e1878833
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.AToken_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AToken_Initialized_event

Aave V3 AToken initialization events emitted when new interest-bearing token markets are deployed. Contains AToken metadata (name, symbol, decimals), configuration references (pool, treasury, incentives controller), and the underlying asset address being wrapped.
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
0x5c43d6c075c7cf95fb188fb2977eed3e3f2a92c20x925a2a7214ed92428b5b1b090f80b25700095e12false0x210x5e2d083417d12d4b0824e14ecd48d26831f4da7d1701201Aave Plasma XAUt02025-09-23T12:21:01.000ZaPlaXAUt00x6ecc2bf6e7952a1d2b10378fbe11e71f87c25b507f39004b0d21e475d48ea8ae60x1b64b9025eebb9a6239575df9ea4b9ac46d4d1930x3a57eaa3ca3794d66977326af7991eb3f6dd5a5a
0x5d72a9d9a9510cd8cbdba12ac62593a58930a9480x925a2a7214ed92428b5b1b090f80b25700095e12false0x60x5e2d083417d12d4b0824e14ecd48d26831f4da7d1701201Aave Plasma USDT02025-09-23T12:21:01.000ZaPlaUSDT00x6ecc2bf6e7952a1d2b10378fbe11e71f87c25b507f39004b0d21e475d48ea8ae60xb8ce59fc3717ada4c02eadf9682a9e934f625ebb0x3a57eaa3ca3794d66977326af7991eb3f6dd5a5a
0xc1a318493ff07a68fe438cee60a7ad0d0dba300e0x925a2a7214ed92428b5b1b090f80b25700095e12false0x160x5e2d083417d12d4b0824e14ecd48d26831f4da7d1701201Aave Plasma sUSDe2025-09-23T12:21:01.000ZaPlasUSDe0x6ecc2bf6e7952a1d2b10378fbe11e71f87c25b507f39004b0d21e475d48ea8ae180x211cc4dd073734da055fbf44a2b4667d5e5fe5d20x3a57eaa3ca3794d66977326af7991eb3f6dd5a5a
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.AToken_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AToken_Mint_event

Aave Protocol interest-bearing token (aToken) mint events emitted when users deposit underlying assets into lending pools. Records deposit transactions including depositor address, recipient address, minted token amount, liquidity index, and accrued interest balance increases for lending position tracking.
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
0x5d72a9d9a9510cd8cbdba12ac62593a58930a948false1000794721949599682585398860563450x2460a05cc7c9e0f1e20b9b98c6f54acaad221b986127672110x2c17ad2b21d02a1a6ede600b7d7eb2e78148c12d2025-10-05T20:33:13.000Z0xc5be115157a4688221df5bdf11ef3a9307994609bffc2a6ba8a536d187cfe81a56345
0x5d72a9d9a9510cd8cbdba12ac62593a58930a948false10007947219495996825853988601175940x2460a05cc7c9e0f1e20b9b98c6f54acaad221b985927672110x2460a05cc7c9e0f1e20b9b98c6f54acaad221b982025-10-05T20:33:13.000Z0xc5be115157a4688221df5bdf11ef3a9307994609bffc2a6ba8a536d187cfe81a117594
0x5d72a9d9a9510cd8cbdba12ac62593a58930a948false10007743654057037876071918373799750x2460a05cc7c9e0f1e20b9b98c6f54acaad221b984827481840x2460a05cc7c9e0f1e20b9b98c6f54acaad221b982025-10-05T15:16:06.000Z0xe7a0171f133bb230c27834a9b187295a2a8ae5ee2c8007c23e19ab8d1db1543b379975
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.AToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

IncentivesController_RewardsClaimed_event

Reward claim events from Aave IncentivesController contracts recording the distribution of protocol incentive tokens to users. Tracks user address, claimer address, recipient address, reward token contract, and claimed amount for analyzing liquidity mining and staking reward distributions.
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_rewardSTRINGContract address of the reward token being distributed or claimed. 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_claimerSTRINGAddress of the account initiating the claim 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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.IncentivesController_RewardsClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_Borrow_event

Borrow events emitted by Aave lending pool contracts capturing loan originations with borrower address, reserve asset, loan amount, interest rate, and rate mode (stable or variable). Used for tracking DeFi lending activity and calculating protocol borrowing 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_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
0x925a2a7214ed92428b5b1b090f80b25700095e120x04171c2692e2ee2d80d3d79a07763fcb1b6f9237false37174189188782250000000050x5d3a1ff2b6bab83b63cd9ad0787074081a52ef342410409281282968221417166879643890x04171c2692e2ee2d80d3d79a07763fcb1b6f92372025-10-01T17:26:31.000Z00xd87d93279bf892b5add173ffcab49abf741f7a1647a4a3914113b37298cc54ad2
0x925a2a7214ed92428b5b1b090f80b25700095e120x1c1e747a6be850549e9655addf59fd9e7cc2d4dcfalse10000000000000000000000080x5d3a1ff2b6bab83b63cd9ad0787074081a52ef342355295279778430835924635113403440x1c1e747a6be850549e9655addf59fd9e7cc2d4dc2025-10-01T02:07:57.000Z00x86a17c5e0598dfa4fff59ebdd040465550cd2e3a315c50c4b6bbd4108310e60e2
0x925a2a7214ed92428b5b1b090f80b25700095e120x1d1714a49483f4b2b71f468cf471e13eedcf760afalse1500000000000000000000040x5d3a1ff2b6bab83b63cd9ad0787074081a52ef342385062279685593173597919533980640x1d1714a49483f4b2b71f468cf471e13eedcf760a2025-10-01T10:24:04.000Z00x20758135444dea6fce8d64156626c601c3645668b891c748527d4485f3d7d1092
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.LendingPool_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_FlashLoan_event

Flash loan events from Aave and Aave-forked lending protocols containing borrowed asset, amount, initiator, recipient, and premium fee charged. Used for tracking uncollateralized borrowing activity and arbitrage transactions.
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
0x925a2a7214ed92428b5b1b090f80b25700095e12false0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef3430214633427056270x352423e2fa5d5c99343d371c9e3bc56c87723cc728151073167135331728840x352423e2fa5d5c99343d371c9e3bc56c87723cc72025-10-10T13:18:10.000Z32280x0f9f25ec1356fd1d69b12152165fc7b3805e8c042a79cc5956af22902b3c6a070
0x925a2a7214ed92428b5b1b090f80b25700095e12false0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34151447443961891177100x352423e2fa5d5c99343d371c9e3bc56c87723cc733757237219809455931803680x352423e2fa5d5c99343d371c9e3bc56c87723cc72025-10-10T15:22:54.000Z32280x0e2a3908f243fc33a0b839a6f61ace536a50546861109d9dfd27431091012ad10
0x925a2a7214ed92428b5b1b090f80b25700095e12false0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef3428855845423064766110x352423e2fa5d5c99343d371c9e3bc56c87723cc733144279227115323931802580x352423e2fa5d5c99343d371c9e3bc56c87723cc72025-10-10T15:21:04.000Z32280x82d6192cad7cee1f6b48fde6fdf2cf7df457fa146a2e74dc4682c2a9e8a7b20b0
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.LendingPool_FlashLoan_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_LiquidationCall_event

Liquidation events from Aave-compatible lending protocols when undercollateralized positions are closed. Records liquidator, borrower, debt repaid, collateral seized, and asset addresses for tracking protocol risk and liquidation bot 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_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
0x925a2a7214ed92428b5b1b090f80b25700095e120x832fdd7d994ebac6fd3c3e99046d7da59a302973false11232016450x5d3a1ff2b6bab83b63cd9ad0787074081a52ef340x63348739e87142f1c7178be13b1d6f2da064485260049233229811181192082025-10-10T21:17:31.000Zfalse0x0be5c24e9f7b5800179c004cd17070b1dbbffe89ef94f96595e30b160f038d500x9895d81bb462a195b4922ed7de0e3acd007c32cb1749486192043282840
0x925a2a7214ed92428b5b1b090f80b25700095e120xe95b9c8f7087c70e5db8c74756c1da6708c48e42false6232002030x5d3a1ff2b6bab83b63cd9ad0787074081a52ef340x63348739e87142f1c7178be13b1d6f2da06448521403025985839189128482025-10-10T20:53:29.000Zfalse0xf68ed8932fb6755d626bfe4f0366687566e890698a64f55566e86d4e5b9fd69c0x9895d81bb462a195b4922ed7de0e3acd007c32cb37527232530939128
0x925a2a7214ed92428b5b1b090f80b25700095e120x26c9219b725be0c7823aa523190f7037bcd217e1false5832015830xb8ce59fc3717ada4c02eadf9682a9e934f625ebb0x63348739e87142f1c7178be13b1d6f2da06448525348712464802025-10-10T21:16:29.000Zfalse0xaf317fb6e93527a8ba748ed8e792b63494488ff6855db6fa2373121d218b9e170x9895d81bb462a195b4922ed7de0e3acd007c32cb153207906816815807476
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.LendingPool_LiquidationCall_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_MintedToTreasury_event

Aave V3 protocol event recording interest-bearing token mints to the treasury reserve. Contains reserve address, amount minted, and transaction identifiers for tracking protocol fee accumulation.
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
0x925a2a7214ed92428b5b1b090f80b25700095e12false860x9895d81bb462a195b4922ed7de0e3acd007c32cb32332612025-10-11T06:04:27.000Z17863816262217842920xc41091c3f747f06475b430834d4c4e0726b505ad3569fd3d7b0f498dc63325f0
0x925a2a7214ed92428b5b1b090f80b25700095e12false830x5d3a1ff2b6bab83b63cd9ad0787074081a52ef3432332612025-10-11T06:04:27.000Z37238477753551280640930xc41091c3f747f06475b430834d4c4e0726b505ad3569fd3d7b0f498dc63325f0
0x925a2a7214ed92428b5b1b090f80b25700095e12false800xb8ce59fc3717ada4c02eadf9682a9e934f625ebb32332612025-10-11T06:04:27.000Z349770209800xc41091c3f747f06475b430834d4c4e0726b505ad3569fd3d7b0f498dc63325f0
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.LendingPool_MintedToTreasury_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_Repay_event

Loan repayment events from Aave-based lending protocols containing borrower address, repayer address, reserve asset, and repayment amount. Used for tracking debt reduction and loan lifecycle analysis across DeFi 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_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
0x925a2a7214ed92428b5b1b090f80b25700095e120x0a776abbaae0e2161d0e131f57e605efbea4b99bfalse25757553973354931910117840x0a776abbaae0e2161d0e131f57e605efbea4b99b0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef343592881false2025-10-15T09:58:07.000Z0x56a45cfa42318bd67f7f4675a1166ede138b81f4ca8bce461ece93b3d81faac7
0x925a2a7214ed92428b5b1b090f80b25700095e120x0a776abbaae0e2161d0e131f57e605efbea4b99bfalse21671941998645066915856740x0a776abbaae0e2161d0e131f57e605efbea4b99b0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef343589444false2025-10-15T09:00:50.000Z0x9a601b8b620557b1110f33c839f689e971f97f2364920ae4a01a7c6e76f1c31a
0x925a2a7214ed92428b5b1b090f80b25700095e120x242cef6ad93979a54a275636eab111c97003f805false7301377131630945439288740x242cef6ad93979a54a275636eab111c97003f8050x5d3a1ff2b6bab83b63cd9ad0787074081a52ef343585069false2025-10-15T07:47:55.000Z0x76254837694f4a3628299edb17473f4580fc5cb8a336e00a56782aba7ac83575
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.LendingPool_Repay_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_ReserveDataUpdated_event

Aave V2/V3 protocol events emitted when lending pool reserve parameters are updated, including liquidity and borrow indices, interest rates for stable and variable borrowing. Used for tracking interest accrual and reserve state changes across 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_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
0x925a2a7214ed92428b5b1b090f80b25700095e12false00x1b64b9025eebb9a6239575df9ea4b9ac46d4d19328137202025-10-06T09:28:22.000Z00x4f642cc065a2abd2b5e20df1d765523c55e980e130f65f33fbe5b796b54813a71000000000000000000000000000001000000000000000000000000000
0x925a2a7214ed92428b5b1b090f80b25700095e12false00x1b64b9025eebb9a6239575df9ea4b9ac46d4d19327957192025-10-06T04:28:21.000Z00x21da0ebdf6afa5693f17267c7d28e603b225b1ee7cc647e9e06cf60e741533321000000000000000000000000000001000000000000000000000000000
0x925a2a7214ed92428b5b1b090f80b25700095e12false00x1b64b9025eebb9a6239575df9ea4b9ac46d4d19328292972025-10-06T13:47:59.000Z00x92fda8e6458312b4db9f8bf9a0cd88747c944c576ac1c8ed4be8ebcf1847d7d61000000000000000000000000000001000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.LendingPool_ReserveDataUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_Supply_event

Aave V3 Supply events emitted when users deposit assets into lending pools. Records depositor address, reserve token, deposit amount, beneficiary, and optional referral code for tracking liquidity provision across DeFi 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_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
0x925a2a7214ed92428b5b1b090f80b25700095e120x09006946e70bb95fea200e635755d979f12f76fffalse12882786672720xb8ce59fc3717ada4c02eadf9682a9e934f625ebb24346740x09006946e70bb95fea200e635755d979f12f76ff2025-10-02T00:10:56.000Z00xc0d8f061702348985ebdc6361ddd2348db198fff41fbc88c43f373d4d93ab59a
0x925a2a7214ed92428b5b1b090f80b25700095e120x195458b682791666037d9c146bc4d6106d06bc8bfalse350000000000000000000580x5d3a1ff2b6bab83b63cd9ad0787074081a52ef3424633960x195458b682791666037d9c146bc4d6106d06bc8b2025-10-02T08:09:38.000Z00x797a639d8ea3140490f276e87a47ecd6504916e0268fe8b58f5b86618feb7c04
0x925a2a7214ed92428b5b1b090f80b25700095e120x1eb0187a62cb7c57632f33dd73d0e3a62112ab03false1000000000000000000790x9895d81bb462a195b4922ed7de0e3acd007c32cb24401720x1eb0187a62cb7c57632f33dd73d0e3a62112ab032025-10-02T01:42:34.000Z00x835153e45d4f82ac5fb7256e6378a70c67437d7769063c080eefab582383dc09
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.LendingPool_Supply_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_Withdraw_event

Aave LendingPool withdrawal events recording asset removals from lending positions. Contains user address, reserve token address, withdrawal amount, and recipient address for tracking collateral and liquidity movements across Aave V2 and V3 deployments.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_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
0x001c002a206f39ae24f872c30280c40c6080900e0x925a2a7214ed92428b5b1b090f80b25700095e120x001c002a206f39ae24f872c30280c40c6080900efalse19004750253240xb8ce59fc3717ada4c02eadf9682a9e934f625ebb30900472025-10-09T14:13:56.000Z0xa57664d840d86b61d5d51d68af5ceb5dbcd2b50250fd468237a2d5fdc57def81
0x001c002a206f39ae24f872c30280c40c6080900e0x925a2a7214ed92428b5b1b090f80b25700095e120x001c002a206f39ae24f872c30280c40c6080900efalse19004680317450xb8ce59fc3717ada4c02eadf9682a9e934f625ebb30849512025-10-09T12:49:00.000Z0x0f235bb9b78d80bdc114d126a0a58e30675d051f6a92e98e16a382d75ff15a61
0x01c2f22754e1c2cc64a18ba6162e5c7d417fff7f0x925a2a7214ed92428b5b1b090f80b25700095e120x01c2f22754e1c2cc64a18ba6162e5c7d417fff7ffalse10600000000040xb8ce59fc3717ada4c02eadf9682a9e934f625ebb30791022025-10-09T11:11:31.000Z0xb7c74b77bb51762839bc70e70761fbbd39bd864486450e4f02ed4c1d7a84abf5
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.LendingPool_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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
50xc022b6c71c30a8ad52dac504efa132d13d99d2d9false0x211cc4dd073734da055fbf44a2b4667d5e5fe5d29217012012025-09-23T12:21:01.000Z0x6ecc2bf6e7952a1d2b10378fbe11e71f87c25b507f39004b0d21e475d48ea8ae1085010
50xc022b6c71c30a8ad52dac504efa132d13d99d2d9false0xa3d68b74bf0528fdd07263c60d6488749044914b9917012012025-09-23T12:21:01.000Z0x6ecc2bf6e7952a1d2b10378fbe11e71f87c25b507f39004b0d21e475d48ea8ae1070010
72000xc022b6c71c30a8ad52dac504efa132d13d99d2d9false0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef348817012012025-09-23T12:21:01.000Z0x6ecc2bf6e7952a1d2b10378fbe11e71f87c25b507f39004b0d21e475d48ea8ae108507500
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.LendingPoolConfigurator_CollateralConfigurationChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPoolConfigurator_FlashloanPremiumToProtocolUpdated_event

Aave V3 LendingPoolConfigurator event emitted when the protocol’s share of flash loan fees is updated, recording both old and new premium values in basis points. Used for tracking protocol fee parameter changes and governance decisions.
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.aave_v3_plasma.LendingPoolConfigurator_FlashloanPremiumToProtocolUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPoolConfigurator_FlashloanPremiumTotalUpdated_event

Aave V3 protocol configuration event tracking changes to flash loan premium rates. Contains old and new premium values in basis points for protocol fee analysis and governance monitoring.
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_oldFlashloanPremiumTotalSTRINGPrevious total flash loan premium fee rate expressed in basis points.
in_newFlashloanPremiumTotalSTRINGUpdated total flash loan premium fee rate expressed in basis points.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_newFlashloanPremiumTotalin_oldFlashloanPremiumTotal
0xc022b6c71c30a8ad52dac504efa132d13d99d2d9false274891972025-09-09T11:31:02.000Z0x5231f0f8b1a95f31bbe51a3216e3a6ce36ee0fcaefa2e27a468af7884567d40850
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.LendingPoolConfigurator_FlashloanPremiumTotalUpdated_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
0xc022b6c71c30a8ad52dac504efa132d13d99d2d9false0x1b64b9025eebb9a6239575df9ea4b9ac46d4d193100009717012012025-09-23T12:21:01.000Z0x6ecc2bf6e7952a1d2b10378fbe11e71f87c25b507f39004b0d21e475d48ea8ae
0xc022b6c71c30a8ad52dac504efa132d13d99d2d9false0xa3d68b74bf0528fdd07263c60d6488749044914b1000010017012012025-09-23T12:21:01.000Z0x6ecc2bf6e7952a1d2b10378fbe11e71f87c25b507f39004b0d21e475d48ea8ae
0xc022b6c71c30a8ad52dac504efa132d13d99d2d9false0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34100008917012012025-09-23T12:21:01.000Z0x6ecc2bf6e7952a1d2b10378fbe11e71f87c25b507f39004b0d21e475d48ea8ae
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.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
0xc022b6c71c30a8ad52dac504efa132d13d99d2d9false0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb5117012012025-09-23T12:21:01.000Z0x6ecc2bf6e7952a1d2b10378fbe11e71f87c25b507f39004b0d21e475d48ea8ae10000
0xc022b6c71c30a8ad52dac504efa132d13d99d2d9false0x9895d81bb462a195b4922ed7de0e3acd007c32cb8117012012025-09-23T12:21:01.000Z0x6ecc2bf6e7952a1d2b10378fbe11e71f87c25b507f39004b0d21e475d48ea8ae15000
0xc022b6c71c30a8ad52dac504efa132d13d99d2d9false0x1b64b9025eebb9a6239575df9ea4b9ac46d4d1936917012012025-09-23T12:21:01.000Z0x6ecc2bf6e7952a1d2b10378fbe11e71f87c25b507f39004b0d21e475d48ea8ae20000
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.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
0xc022b6c71c30a8ad52dac504efa132d13d99d2d9false0xa3d68b74bf0528fdd07263c60d6488749044914b0xaf1a7a488c8348b41d5860c04162af7d3d38a9962917012012025-09-23T12:21:01.000Z0x6ecc2bf6e7952a1d2b10378fbe11e71f87c25b507f39004b0d21e475d48ea8ae0x00000000000000000000000000000000000000000x34542b95efdf2dfbd59978c2f620fbd7275e93230x2b16e93bdb1897f517881b3c388babd0c62c6cdc
0xc022b6c71c30a8ad52dac504efa132d13d99d2d9false0x1b64b9025eebb9a6239575df9ea4b9ac46d4d1930x5c43d6c075c7cf95fb188fb2977eed3e3f2a92c22417012012025-09-23T12:21:01.000Z0x6ecc2bf6e7952a1d2b10378fbe11e71f87c25b507f39004b0d21e475d48ea8ae0x00000000000000000000000000000000000000000x20091c402c2933144bd9a9b1b07dbebf19c6d5a10x2b16e93bdb1897f517881b3c388babd0c62c6cdc
0xc022b6c71c30a8ad52dac504efa132d13d99d2d9false0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef340x7519403e12111ff6b710877fcd821d0c12caf43a1417012012025-09-23T12:21:01.000Z0x6ecc2bf6e7952a1d2b10378fbe11e71f87c25b507f39004b0d21e475d48ea8ae0x00000000000000000000000000000000000000000xea650893085dad858150915291645f57164a42570x2b16e93bdb1897f517881b3c388babd0c62c6cdc
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.LendingPoolConfigurator_ReserveInitialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ShortExecutor_ExecutedAction_event

Governance execution event recording completed actions in Aave V3’s ShortExecutor contract. Contains target address, function signature, execution timestamp, and delegatecall flag for tracking protocol governance operations across chains.
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_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_signatureSTRINGCryptographic signature authorizing the order execution. Hex-encoded byte string used to verify the order was signed by the maker’s private key.
in_dataSTRINGEncoded input data for the contract function call. Hex-encoded byte string representing function parameters and additional call data.
in_executionTimeSTRINGUnix timestamp when the action was executed. Integer value representing seconds since epoch.
in_withDelegatecallBOOLBoolean flag indicating whether the contract call was executed using delegatecall opcode instead of a standard call.
in_resultDataSTRINGReturn data from the executed contract function call. Hex-encoded byte string containing the function’s output parameters.
addressin_dataremovedin_valuein_targetlog_indexblock_numberin_signaturein_resultDatablock_timestampin_executionTimetransaction_hashin_withDelegatecall
0x47aadaae1f05c978e6abb7568d11b7f6e0fc4d6a0xfalse00x0bf84870529c17ea618c9e877cfb8379b36ad659233599228execute()0x2025-10-15T11:43:54.000Z17605286340xfcfd746ef266c797536ff04c715285d2f7c4296c0d9bf767eecce1c8cde48ee1true
0x47aadaae1f05c978e6abb7568d11b7f6e0fc4d6a0xfalse00xdd98dd03aa59a63f2a1997bc9f2183af94bd50df1781701201execute()0x2025-09-23T12:21:01.000Z17586300610x6ecc2bf6e7952a1d2b10378fbe11e71f87c25b507f39004b0d21e475d48ea8aetrue
0x47aadaae1f05c978e6abb7568d11b7f6e0fc4d6a0xfalse00x5412bf87245e0a8e1d06904b5d909ff71baaf799744042028execute()0x2025-10-20T14:43:54.000Z17609714340x5788fd021cab495d8ea467516339c544f56d0865182bd6d4455da94dc3cb4ccetrue
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.ShortExecutor_ExecutedAction_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StataToken_Deposit_event

Deposit events emitted by Aave V3 StataToken contracts recording asset conversions to yield-bearing shares. Contains sender address, asset owner, deposited asset amount, and received share amount for tracking StataToken minting 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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_ownerin_assetsin_senderin_shareslog_indexblock_numberblock_timestamptransaction_hash
0xe0126f0c4451b2b917064a93040fd4770d6774b5false0x2102ab11a3c74b1d543891020969dc3d46c132ab1684210x2102ab11a3c74b1d543891020969dc3d46c132ab1680895640604332025-10-20T19:50:39.000Z0x96a419686cb0117157a866c59f190beb8b146f7fc3d93862a34c0fb6306b3fa1
0xc63f1a8c0cd4493e18f6f3371182be01ce0bef02false0x4c1cde610903c93a4f034b4d6133f2dc8279264f171042480383046574080x4c1cde610903c93a4f034b4d6133f2dc8279264f17102013319462625990940608192025-10-20T19:57:05.000Z0x67de5617462883316a9f8f15836d484d15fbe4ef62fc6325b7313e897ca78143
0xe0126f0c4451b2b917064a93040fd4770d6774b5false0x4c1cde610903c93a4f034b4d6133f2dc8279264f165033940x4c1cde610903c93a4f034b4d6133f2dc8279264f164714891140171142025-10-20T07:48:40.000Z0x9beca05928d36e08a541276938ffdb1d9c7b656404be0d107beb46a70570e49f
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.StataToken_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StataToken_Initialized_event

Aave V3 Static A Token (StataToken) initialization events emitted when a new StataToken contract is deployed and initialized with its version parameter. Captures the deployment of yield-bearing wrapped aToken contracts that accrue interest through rebasing mechanisms.
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_versionSTRINGVersion identifier for the contract or event schema. String or integer value indicating the initialization or state version.
addressremovedlog_indexin_versionblock_numberblock_timestamptransaction_hash
0xe0126f0c4451b2b917064a93040fd4770d6774b5false2117018572025-09-23T12:31:57.000Z0x7c9698a6e2e018e1e856e07fe6fd26de6cc5005f6508609436dd949f91555136
0x8aa32f47f375a4a1fc803e24f9ae42c57469c35ffalse23117018572025-09-23T12:31:57.000Z0x7c9698a6e2e018e1e856e07fe6fd26de6cc5005f6508609436dd949f91555136
0xc63f1a8c0cd4493e18f6f3371182be01ce0bef02false9117018572025-09-23T12:31:57.000Z0x7c9698a6e2e018e1e856e07fe6fd26de6cc5005f6508609436dd949f91555136
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.StataToken_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StataToken_Withdraw_event

Aave V3 static aToken (StataToken) withdrawal events recording conversions from yield-bearing shares back to underlying assets. Contains sender, owner, receiver addresses, asset amounts withdrawn, and corresponding share quantities burned in the protocol’s vault accounting system.
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_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_ownerin_assetsin_senderin_shareslog_indexin_receiverblock_numberblock_timestamptransaction_hash
0xe0126f0c4451b2b917064a93040fd4770d6774b5false0x2102ab11a3c74b1d543891020969dc3d46c132ab1605480x2102ab11a3c74b1d543891020969dc3d46c132ab160260340x2102ab11a3c74b1d543891020969dc3d46c132ab38497192025-10-18T09:18:45.000Z0x37be8d4659eeb4ad065cf9a74b2e8ce10377ebc0338a396eef2a6cabc332c43d
0xe0126f0c4451b2b917064a93040fd4770d6774b5false0x4c1cde610903c93a4f034b4d6133f2dc8279264f25494170x4c1cde610903c93a4f034b4d6133f2dc8279264f254488780x4c1cde610903c93a4f034b4d6133f2dc8279264f38212622025-10-18T01:24:28.000Z0x1d403ec2541563f56c8651cbe63b1313d89de7f44bc7de08c6cb00b54a4823ca
0xe0126f0c4451b2b917064a93040fd4770d6774b5false0x4c1cde610903c93a4f034b4d6133f2dc8279264f212772960x4c1cde610903c93a4f034b4d6133f2dc8279264f2123870680x4c1cde610903c93a4f034b4d6133f2dc8279264f38679072025-10-18T14:21:53.000Z0x6c41a655ca85565627652c1fef86307a16fd6510a30af3ff196540b110e22682
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.StataToken_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StataTokenFactory_StataTokenCreated_event

Event log emitted when Aave V3’s StataTokenFactory contract creates a new static aToken (stata token) wrapper for an underlying asset. Links the newly deployed stata token address with its corresponding underlying asset address for tracking tokenized yield-bearing 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_stataTokenSTRINGContract address of the newly created static aToken wrapper. Hex-encoded, 0x-prefixed, 42-character string.
in_underlyingSTRINGContract address of the underlying asset. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberin_stataTokenin_underlyingblock_timestamptransaction_hash
0xbcb77d9d638abecb6bb910c1d8a4c24b0dd165a2false2717018570x8aa32f47f375a4a1fc803e24f9ae42c57469c35f0x1b64b9025eebb9a6239575df9ea4b9ac46d4d1932025-09-23T12:31:57.000Z0x7c9698a6e2e018e1e856e07fe6fd26de6cc5005f6508609436dd949f91555136
0xbcb77d9d638abecb6bb910c1d8a4c24b0dd165a2false617018570xe0126f0c4451b2b917064a93040fd4770d6774b50xb8ce59fc3717ada4c02eadf9682a9e934f625ebb2025-09-23T12:31:57.000Z0x7c9698a6e2e018e1e856e07fe6fd26de6cc5005f6508609436dd949f91555136
0xbcb77d9d638abecb6bb910c1d8a4c24b0dd165a2false2017018570xa31c7ddad8f1d66d037c4ee76f8fb725f927bc250x211cc4dd073734da055fbf44a2b4667d5e5fe5d22025-09-23T12:31:57.000Z0x7c9698a6e2e018e1e856e07fe6fd26de6cc5005f6508609436dd949f91555136
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.StataTokenFactory_StataTokenCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SToken_Burn_event

Stable rate debt token burn events from Aave-based lending protocols, emitted when borrowers repay stable-rate debt positions. Records the burn amount, user balance changes, average stable rate, and updated total supply for tracking debt repayments 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_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.aave_v3_plasma.SToken_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SToken_Mint_event

Stable debt token minting events from Aave protocol lending pools. Captures stable-rate borrowing activity including borrowed amount, interest rate calculations, borrower address, and updated pool totals.
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.aave_v3_plasma.SToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_Burn_event

Variable debt token burn events emitted when borrowers repay debt in Aave-based lending protocols. Contains user address, repayment amount, updated interest index, and accrued interest since last interaction for tracking debt position changes.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_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
0xcbbc427b5658672768e11bfda00879839db4785f0x0e42d7887e4dfd681fe295bec85729c0420e0ae0false100139140466019593489845729964300048780x0000000000000000000000000000000000000000126955552025-10-05T00:38:57.000Z0xf8b2179c8524f13b20a8a8a1bb484e6a39deb76cd8484efef9c4a6b4cdbb80577355075
0xcbbc427b5658672768e11bfda00879839db4785f0x11126b9f7e61f13c5926364f01b1e17490388860false1001465264770162488662273058430342970x0000000000000000000000000000000000000000127381192025-10-05T12:28:21.000Z0x5cd59655e3758ca23e2a6b9447030e8cbd3b784a6d962445614294e2ed0eed8d96996
0xcbbc427b5658672768e11bfda00879839db4785f0x11126b9f7e61f13c5926364f01b1e17490388860false1001465374174919253439685092723179180x0000000000000000000000000000000000000000127381822025-10-05T12:29:24.000Z0x7a3b535203b06da83daab87642bd5758aecea7c74633a75fe14f60a9beaf9d496
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.VToken_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_Mint_event

Variable rate debt token mint events from lending protocols. Records debt token issuance with borrower address, borrowed amount, interest rate index, and accrued interest at the time of minting.
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
0xcbbc427b5658672768e11bfda00879839db4785ffalse1000000000000000000000000000100000000xf0bb20865277abd641a307ece5ee04e79073416c1617942210xf0bb20865277abd641a307ece5ee04e79073416c2025-09-24T14:14:58.000Z0xde0e2938ca47feaace76731a9b96dce11b9078d7db9b6104797c030f5fd31b2c0
0x638d7db63cd5c902bdd9a91cf195870551c3c7b3false100017095487229999347821707428492475110923717480x19d51e9b2f4ac7df4a114c0eeea01f4f4ab5f585431247760x19d51e9b2f4ac7df4a114c0eeea01f4f4ab5f5852025-10-09T23:55:40.000Z0xc69bf4a46423895af22c31305bb4db9c2e419fe871235fbf6d36986bab775fe113040629366745
0x638d7db63cd5c902bdd9a91cf195870551c3c7b3false10001678674810332870467951513286133552214618167990x19d51e9b2f4ac7df4a114c0eeea01f4f4ab5f585131172820x19d51e9b2f4ac7df4a114c0eeea01f4f4ab5f5852025-10-09T21:47:51.000Z0x659f45648cb452426c2fd824c0e50ab36d91472c7e5ba3a619fc29db006b38c70
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.VToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WrappedTokenGatewayV3_withdrawETH_function

Aave V3 WrappedTokenGatewayV3 withdrawETH function call records containing withdrawal amounts, pool addresses, and recipient addresses. Used for tracking ETH unwrapping and withdrawal transactions from Aave lending pools across multiple chains.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_anon0STRINGContract address of the lending pool. 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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
gasin_tovaluestatusgas_usedin_anon0in_amountsignatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
7934160x2fec9e2b7198dafcaa07c9faaccd02f87d9572f30true2094520x925a2a7214ed92428b5b1b090f80b25700095e121157920892373161954235709850086879078532699846656405640394575840079131296399350x80500d200x54bdcc37c4143f944a3ee51c892a6cbdf305e7a060375750x2fec9e2b7198dafcaa07c9faaccd02f87d9572f32025-11-12T17:21:18.000Z0x6fbb7e21e00380cfb1f0e6b13330ff3e5d5733a5992511d56cca931a570d0026
3438130x984514bf1fabdc329f5d5e0501d55b7b78f9c64d0true2094520x925a2a7214ed92428b5b1b090f80b25700095e121157920892373161954235709850086879078532699846656405640394575840079131296399350x80500d200x54bdcc37c4143f944a3ee51c892a6cbdf305e7a060462180x984514bf1fabdc329f5d5e0501d55b7b78f9c64d2025-11-12T19:45:21.000Z0x6772a6649a5c3dec44fc41b6ae41ad2fc688f4cae27329576139d392154991e2
3438130xe2dcfd6d4acba5d81a937cd4dc8d57fd2e1731960true2094520x925a2a7214ed92428b5b1b090f80b25700095e121157920892373161954235709850086879078532699846656405640394575840079131296399350x80500d200x54bdcc37c4143f944a3ee51c892a6cbdf305e7a060568870xe2dcfd6d4acba5d81a937cd4dc8d57fd2e1731962025-11-12T22:43:10.000Z0xac02c957b434f9eb5dd57fa3ff739a5d4a37ca032946b93f3e3ec20587513c73
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_plasma.WrappedTokenGatewayV3_withdrawETH_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100