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
0x09d0f7d5f13e992a1c90aaf62307a100f049b6ab0xf301805be1df81102c957f6d4ce29d2b8c056b2a0x1231deb6f5749ef6ce6943a275a1d3e7486f4eaefalse10288080220165437411124544001001158600980890416171229642025-07-11T07:23:42.000Z0x61f218ef754915d9ea8f23cea24e1753889f3e897216693e035d7d0a37dd2d2f
0x1231deb6f5749ef6ce6943a275a1d3e7486f4eae0xf301805be1df81102c957f6d4ce29d2b8c056b2a0xbfe03c9e20a9fc0b37de01a172f207004935e0b1false10288080220165437411124544001001158600980890410171229642025-07-11T07:23:42.000Z0x61f218ef754915d9ea8f23cea24e1753889f3e897216693e035d7d0a37dd2d2f
0x1231deb6f5749ef6ce6943a275a1d3e7486f4eae0xf301805be1df81102c957f6d4ce29d2b8c056b2a0xbfe03c9e20a9fc0b37de01a172f207004935e0b1false10288079637994532090241592851001158657633388210171229362025-07-11T07:22:10.000Z0x3f647c047e5f97d8804187cb1ab2c862febfa613d209445a9f56261b00c27eab
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
0x1d738a3436a8c49ceffbab7fbf04b660fb528cbd0xa4ed9c3dc3eb4a6163a8a1b598a87c8342390460false100009190468498080109105536814499974440xa4ed9c3dc3eb4a6163a8a1b598a87c8342390460234597452024-02-19T05:37:58.000Z0xfd9e584657a5cfb18328c8d72249180293a8fe5ad9add047e021fd0f796ab9b014443
0x1d738a3436a8c49ceffbab7fbf04b660fb528cbd0xa461799a7f333ce53b5868c22def8350c8c5cdf0false1000097719523847966763083419281572910xa461799a7f333ce53b5868c22def8350c8c5cdf0234715272024-02-19T15:42:08.000Z0x69c7b620d45eb97e0f76781c97e3cbfc317fa0e937b88c4935176430b08e1484979
0xf301805be1df81102c957f6d4ce29d2b8c056b2a0xded6ef110e86a226e78dad607ee413fbb8bcedcafalse1000046555955605835179100590102926472655478000xded6ef110e86a226e78dad607ee413fbb8bcedca334574592024-02-19T03:42:29.000Z0x43ec8f91d30a0fc5091f507a27f0b1f7aebb1f01eb752ed1b3eece1ee0110e4b1121374963
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
0xd80a5e16dbdc52bd1c947cedfa22c562be9129c80x11fcfe756c05ad438e312a7fd934381537d3cffefalse0x350x90eb541e1a431d8a30ed85a77675d1f001128cb58134455Aave Scroll weETH2024-08-06T17:34:10.000ZaScrweETH0x08d800dc48cf1e4f402a4c0dcb13901a8ef2e911abca01e2380389c45b3ea493180x01f0a31698c4d065659b9bdc21b3610292a1c5060xa3f3100c4f1d0624db9db97b40c13885ce297799
0x1d738a3436a8c49ceffbab7fbf04b660fb528cbd0x11fcfe756c05ad438e312a7fd934381537d3cffefalse0x130x90eb541e1a431d8a30ed85a77675d1f001128cb516943281Aave Scroll USDC2025-07-03T14:55:03.000ZaScrUSDC0xe0529bfe5caf2e3a971f3d5ebaa7af0015981261e1f47f44beebcce0aa72f79160x06efdbff2a14a7c8e15944d1f4a48f9f95f663a40xa3f3100c4f1d0624db9db97b40c13885ce297799
0xd80a5e16dbdc52bd1c947cedfa22c562be9129c80x11fcfe756c05ad438e312a7fd934381537d3cffefalse0x250x90eb541e1a431d8a30ed85a77675d1f001128cb516943281Aave Scroll weETH2025-07-03T14:55:03.000ZaScrweETH0xe0529bfe5caf2e3a971f3d5ebaa7af0015981261e1f47f44beebcce0aa72f791180x01f0a31698c4d065659b9bdc21b3610292a1c5060xa3f3100c4f1d0624db9db97b40c13885ce297799
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
0xf301805be1df81102c957f6d4ce29d2b8c056b2afalse1001577216909814771484096201409959040xff75a4b698e3ec95e608ac0f22a03b8368e05f5d256450620xb704878cae371e656b31d6d55085380be343d2962024-05-13T21:57:42.000Z0x4dfa1870e2f3fc1fcd7ec86622845c4249f4d07fab3ba780e8acec62a916bca740995904
0xf301805be1df81102c957f6d4ce29d2b8c056b2afalse100156528644517390625393680351327141148800xff75a4b698e3ec95e608ac0f22a03b8368e05f5d256292530xb8e52321dc7a8c00ca1749aaa53221ed8d7519ae2024-05-13T08:45:30.000Z0x55584fc635c24d81e25bec343e6a543bd506f969833508ec74ede7e6b04214615132714114880
0xf301805be1df81102c957f6d4ce29d2b8c056b2afalse1001564507690262992148869105164924282580xff75a4b698e3ec95e608ac0f22a03b8368e05f5d256282010x92c43ed73e5d46229e0055005fde3dec5be05d272024-05-13T07:52:54.000Z0x66bfae37f6e7f364bbb1de0e188ebe28050ca50582732ebd62991bdc3537093016492428258
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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_scroll.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
0x11fcfe756c05ad438e312a7fd934381537d3cffe0x0f3483d8c37c8c9cc89e9e7d9ae00183ec89fea3false2939620000000000530x01f0a31698c4d065659b9bdc21b3610292a1c50610336707322227687428739581481698570x0f3483d8c37c8c9cc89e9e7d9ae00183ec89fea32024-10-20T03:41:57.000Z00x06b21b9b8ae6a48d7bee406ceee369b246fccfab0e55f1d385fa5d74eb8c03fb2
0x11fcfe756c05ad438e312a7fd934381537d3cffe0x1b648ade1ef219c87987cd60eba069a7faf1621ffalse2457000000000000000050x01f0a31698c4d065659b9bdc21b3610292a1c50610351031323326546912966822238795730x1b648ade1ef219c87987cd60eba069a7faf1621f2024-10-20T15:32:12.000Z00xb513e46a3e910a6ec327bffd92dd6b18fe965a7c271d0da17ed11a8458ea5e4a2
0x11fcfe756c05ad438e312a7fd934381537d3cffe0x1b648ade1ef219c87987cd60eba069a7faf1621ffalse27200000000000000000100x01f0a31698c4d065659b9bdc21b3610292a1c50610350991322222624846011267100528570x1b648ade1ef219c87987cd60eba069a7faf1621f2024-10-20T15:30:13.000Z00x464fe7bce92d10dcd96aaae3cd8f05ea636159e1471a9ebc51e1e32ffe6455952
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
0x11fcfe756c05ad438e312a7fd934381537d3cffefalse0x5300000000000000000000000000000000000004131948858460828886100x14f8e5fe35b2d0d67dbce9329f1b5d09f60c06c3580116803260x14f8e5fe35b2d0d67dbce9329f1b5d09f60c06c32024-12-06T00:26:41.000Z00x057c5201bdeea5e17072307b2b86150cf1ac7a166e2826e9f883b4443f82f2130
0x11fcfe756c05ad438e312a7fd934381537d3cffefalse0x530000000000000000000000000000000000000431897282951552728250x14f8e5fe35b2d0d67dbce9329f1b5d09f60c06c3410116921600x14f8e5fe35b2d0d67dbce9329f1b5d09f60c06c32024-12-06T11:07:17.000Z00xdf63cc717d81a09881ac044c2301fa19fe1d6be6fcebbb2c7f264f830bf3f15c0
0x11fcfe756c05ad438e312a7fd934381537d3cffefalse0x53000000000000000000000000000000000000044420297468829449620x14f8e5fe35b2d0d67dbce9329f1b5d09f60c06c3590116893500x14f8e5fe35b2d0d67dbce9329f1b5d09f60c06c32024-12-06T08:40:06.000Z00x66a6e04c568b421cd07716e19ad06cc46177dfa6d3d7ec7a563516401f36959d0
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
0x11fcfe756c05ad438e312a7fd934381537d3cffe0xf64bc5b2023b0c506955b4c040c925ff48e541c4false12169229420x06efdbff2a14a7c8e15944d1f4a48f9f95f663a40x88888888212b4e299b970e50756db34e018faea5203173942025-07-02T19:56:51.000Zfalse0x5901f50a2a30fcb0eade33a346ee7b17ac850af07ab89a30dd7b6b558d2e0c410x06efdbff2a14a7c8e15944d1f4a48f9f95f663a421231677
0x11fcfe756c05ad438e312a7fd934381537d3cffe0x1e71bdea429ee1436fbbca449c2bf5cb3c5055fcfalse12169190140x06efdbff2a14a7c8e15944d1f4a48f9f95f663a40x88888888212b4e299b970e50756db34e018faea567140252025-07-02T16:50:15.000Zfalse0x5db28722c0e83a8f5920f543fc4a6ac7784a7a0f939fca1e1aa0681d4e22e2050x06efdbff2a14a7c8e15944d1f4a48f9f95f663a47016156
0x11fcfe756c05ad438e312a7fd934381537d3cffe0x1e81f40448f091564c8924b50eae1fdb21e8cf43false16169262100xf610a9dfb7c89644979b4a0f27063e9e7d7cda320x9b9f64e199d12ea9b98b9e68e74691f816d227fb8506025914846132025-07-02T23:20:17.000Zfalse0xbeb4c7b83ad7ed2a3e9cfc6214f0e9d0ac21f9c97faa4d203532ac9bdef710210x53000000000000000000000000000000000000041082203932572940
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
0x11fcfe756c05ad438e312a7fd934381537d3cffefalse140xd29687c813d741e2f938f4ac377128810e217b1b153768722025-05-12T06:06:29.000Z325163296184939330xfb92e3dad2ba7e1bc41dca2cb8c8c10295c77e170ecfde1aa5afde3301fe3883
0x11fcfe756c05ad438e312a7fd934381537d3cffefalse20x5300000000000000000000000000000000000004153768722025-05-12T06:06:29.000Z689036085855741340xfb92e3dad2ba7e1bc41dca2cb8c8c10295c77e170ecfde1aa5afde3301fe3883
0x11fcfe756c05ad438e312a7fd934381537d3cffefalse110x01f0a31698c4d065659b9bdc21b3610292a1c506153768722025-05-12T06:06:29.000Z291862129364114020xfb92e3dad2ba7e1bc41dca2cb8c8c10295c77e170ecfde1aa5afde3301fe3883
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
0x11fcfe756c05ad438e312a7fd934381537d3cffe0x32031a391b433f7e864705beb62f0f819d9c899ffalse2845368640x32031a391b433f7e864705beb62f0f819d9c899f0x06efdbff2a14a7c8e15944d1f4a48f9f95f663a46952458false2024-06-28T07:52:01.000Z0x51746de2320ddd82fc2c64f1e2aa830f85118750d95ebb0150cfa9859476d4e4
0x11fcfe756c05ad438e312a7fd934381537d3cffe0xe285aca4e22f3505b8c2be2b29ca8c2006072ef8false43567740xe285aca4e22f3505b8c2be2b29ca8c2006072ef80x06efdbff2a14a7c8e15944d1f4a48f9f95f663a46963258false2024-06-28T16:52:16.000Z0x06941e7a2460ce333ab86749d16669c8c31e838c70fbf4f43852adb942a6febf
0x11fcfe756c05ad438e312a7fd934381537d3cffe0xacd37dd3bdbd47d2e2908ed0a63743aac8d679b1false200000040xacd37dd3bdbd47d2e2908ed0a63743aac8d679b10x06efdbff2a14a7c8e15944d1f4a48f9f95f663a46944583false2024-06-28T01:18:16.000Z0xfd2f64b57846fdf79c07f47162bed571cf2f7ebc627162150bb7b15734bba84c
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
0x11fcfe756c05ad438e312a7fd934381537d3cffefalse00xf610a9dfb7c89644979b4a0f27063e9e7d7cda3267417702024-06-21T00:10:32.000Z1215960480926031266801090xfd3c348a15691e29d2293139d0f8e4dced5554ca03eff9f7e6f1e258347f5f0310000854378178382671395063859471729493951340105705788247172949395134010570578821002107960532154150965757125
0x11fcfe756c05ad438e312a7fd934381537d3cffefalse00xf610a9dfb7c89644979b4a0f27063e9e7d7cda3267429422024-06-21T01:09:08.000Z1214703420301115202811370x7a64dd9fbd3140d326bc1bdc4549015314749f1c0da73a84d1988fbebdf05ed810000854514661501765045310059471485593791735343912334447148559379173534391233441002108489305273891116886490
0x11fcfe756c05ad438e312a7fd934381537d3cffefalse00xf610a9dfb7c89644979b4a0f27063e9e7d7cda3267495782024-06-21T06:40:56.000Z1033823868751300585868850xa6dc8b12c81d6b7213251a9d23e36b2979c9c1fdde94668a096a50a06824d53f10000855243525279846134909849434967268883806952266402243496726888380695226640221002111395000363495394216020
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
0x11fcfe756c05ad438e312a7fd934381537d3cffe0x89bdace4cbef8db28f0a42f8d64fbdba5765c7dbfalse37071640x06efdbff2a14a7c8e15944d1f4a48f9f95f663a447796130x89bdace4cbef8db28f0a42f8d64fbdba5765c7db2024-04-11T09:57:24.000Z00xfd01efa3a6ba0739d47a12863a632caa87e3d25ebca7fe51ff9ba7c972879bec
0x11fcfe756c05ad438e312a7fd934381537d3cffe0x7d728247dc6e2b23e6b2189f87f341fe346f1487false90000000040x06efdbff2a14a7c8e15944d1f4a48f9f95f663a447774640x7d728247dc6e2b23e6b2189f87f341fe346f14872024-04-11T06:18:59.000Z00x31a7d77995d5d8017ea4ced041af6a1b4d7489fa88fa6ae4fb494ae939ef4bcd
0x11fcfe756c05ad438e312a7fd934381537d3cffe0x44af52790c30df4e842f0783a8353ec9e7363e5cfalse69268940x06efdbff2a14a7c8e15944d1f4a48f9f95f663a447801630x44af52790c30df4e842f0783a8353ec9e7363e5c2024-04-11T10:55:53.000Z00xaccaf36edfecc6b30436437b4be4c56bfbbf83fcefb5c9f9272c5dcffeb7b3d9
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
0xbe67bcd696cdde001b9dad3773d9fb2fa5e9e30b0x11fcfe756c05ad438e312a7fd934381537d3cffe0xbe67bcd696cdde001b9dad3773d9fb2fa5e9e30bfalse120100000040x06efdbff2a14a7c8e15944d1f4a48f9f95f663a4147376822025-04-14T22:50:53.000Z0x26bdea9dc20fc339a244f2095f74ef1d6dfe12318dfa0be98321769504bb66fe
0x0e4b4b84bff1e25c7e0e12b6ea16c92f3413b51e0x11fcfe756c05ad438e312a7fd934381537d3cffe0x0e4b4b84bff1e25c7e0e12b6ea16c92f3413b51efalse529548450x06efdbff2a14a7c8e15944d1f4a48f9f95f663a4147331912025-04-14T19:06:20.000Z0xfb1d8e99782e1c01cdd6be3d112d1e2a01419044a6b5b3cc568e01cb49dfb253
0x2bcdd492bd61d201133a24b56913c6b7502f36060x11fcfe756c05ad438e312a7fd934381537d3cffe0x2bcdd492bd61d201133a24b56913c6b7502f3606false1918149650x06efdbff2a14a7c8e15944d1f4a48f9f95f663a4147241762025-04-14T11:35:35.000Z0x2b0691597c84856786426f589716336a5a03dfb5794beb60fa8bd2fb2e09ae0e
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
75000x32bcab42a2bb5ac577d24b425d46d8b8e0df9b7ffalse0x06efdbff2a14a7c8e15944d1f4a48f9f95f663a42356262342024-05-13T06:14:33.000Z0x0c3557170c8c6977c7391dd60972596e5e0292ff9508da5b3bc10f35ffcd966e105007800
76000x32bcab42a2bb5ac577d24b425d46d8b8e0df9b7ffalse0x06efdbff2a14a7c8e15944d1f4a48f9f95f663a4047783482024-04-11T07:49:59.000Z0xadbf48fdf40b9c377bc9aa94fa17a6a904285982a8f7473ffe09ebd5c543c746105007900
75000x32bcab42a2bb5ac577d24b425d46d8b8e0df9b7ffalse0xf610a9dfb7c89644979b4a0f27063e9e7d7cda322597788282024-10-01T15:51:32.000Z0xae16f8a1db7eb726e3b5c6e3f0b108f90ce3fd37eefacc7ab9f4e30a2fc08656107007900
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
0x32bcab42a2bb5ac577d24b425d46d8b8e0df9b7ffalse0x01f0a31698c4d065659b9bdc21b3610292a1c506100005181344552024-08-06T17:34:10.000Z0x08d800dc48cf1e4f402a4c0dcb13901a8ef2e911abca01e2380389c45b3ea493
0x32bcab42a2bb5ac577d24b425d46d8b8e0df9b7ffalse0x5300000000000000000000000000000000000004100004631966332024-02-09T18:33:14.000Z0xc166eb675862e5f36e1ced75e87fce48a4e29a96ad2eaee610efa98c560daf85
0x32bcab42a2bb5ac577d24b425d46d8b8e0df9b7ffalse0xf610a9dfb7c89644979b4a0f27063e9e7d7cda32100005431966332024-02-09T18:33:14.000Z0xc166eb675862e5f36e1ced75e87fce48a4e29a96ad2eaee610efa98c560daf85
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
0x32bcab42a2bb5ac577d24b425d46d8b8e0df9b7ffalse0xd29687c813d741e2f938f4ac377128810e217b1b11120656872024-12-20T12:32:09.000Z0xd26401d2adfe3b138f6ec3ddc44d3dc94731d1cf286a2751f20903ef35b52b5620000
0x32bcab42a2bb5ac577d24b425d46d8b8e0df9b7ffalse0x01f0a31698c4d065659b9bdc21b3610292a1c5061394001862024-09-18T14:07:29.000Z0xc14bcb36bba0c2ed74fbda1862a04cbc7e5d31805c09554efccad486b42a50f045001500
0x32bcab42a2bb5ac577d24b425d46d8b8e0df9b7ffalse0xf610a9dfb7c89644979b4a0f27063e9e7d7cda329283084522024-08-12T13:28:01.000Z0xb3bf9ef2724bce919575d2f7509c279564c2359374628e388dbe1601e01448e35001500
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
0x32bcab42a2bb5ac577d24b425d46d8b8e0df9b7ffalse0xd29687c813d741e2f938f4ac377128810e217b1b0x25718130c2a8eb94e2e1fafb5f1cdd4b459acf644120656872024-12-20T12:32:09.000Z0xd26401d2adfe3b138f6ec3ddc44d3dc94731d1cf286a2751f20903ef35b52b560x00000000000000000000000000000000000000000xffba405bbf25b2e6c454d18165f2fd8786858c6b0xc37353e5766164d8654d3cb395acfdca4c2e7ddc
0x32bcab42a2bb5ac577d24b425d46d8b8e0df9b7ffalse0x01f0a31698c4d065659b9bdc21b3610292a1c5060xd80a5e16dbdc52bd1c947cedfa22c562be9129c83981344552024-08-06T17:34:10.000Z0x08d800dc48cf1e4f402a4c0dcb13901a8ef2e911abca01e2380389c45b3ea4930xf474cc392591e3252996459fcaa3d75dc9f95b090x009d88c6a6b4caa240b71c98ba93732e26f2a55a0xec93d0bba1b1e635ba0fff4786db323db49d99f0
0x32bcab42a2bb5ac577d24b425d46d8b8e0df9b7ffalse0x06efdbff2a14a7c8e15944d1f4a48f9f95f663a40x1d738a3436a8c49ceffbab7fbf04b660fb528cbd1631966332024-02-09T18:33:14.000Z0xc166eb675862e5f36e1ced75e87fce48a4e29a96ad2eaee610efa98c560daf850x59f359aa263f7ac09876e869af1f75b558904ed40x3d2e209af5bfa79297c88d6b57f89d792f6e28ee0x9205b37978ac983a297dfb53b3f3d2ccc7dddada
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
0xc1abf87ffadf4908f4ec8dc54a25dcfeabae4a240xfalse00xfec5ebf148e91a6090f5b1657eddf31b85dce74e214114573execute()0x2025-03-19T16:05:16.000Z17424003160xf703f1926e440f2d31d770f4cfb162e676a59ab0c717a869ef0f87a688ad9328true
0xc1abf87ffadf4908f4ec8dc54a25dcfeabae4a240xfalse00x5914ab024e4d730886ad2f2af8790c466b0c28683616943281execute()0x2025-07-03T14:55:03.000Z17515545030xe0529bfe5caf2e3a971f3d5ebaa7af0015981261e1f47f44beebcce0aa72f791true
0xc1abf87ffadf4908f4ec8dc54a25dcfeabae4a240xfalse00x9d9892256df8f97d0c15f4494aa5d44d376cc7491511952588execute()0x2024-12-16T07:21:36.000Z17343336960xadd1a01fa9c24d363ff765afd859910dd2f6b6ce23a8e4a3db9e8294bfacfec8true
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.ShortExecutor_ExecutedAction_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_scroll.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_scroll.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
0x3d2e209af5bfa79297c88d6b57f89d792f6e28ee0xf03374dcbe72652b3cec7a08de79def9942865b1false1000810326494882880334632164500000000x0000000000000000000000000000000000000000136304942024-02-25T20:18:25.000Z0x237a096e864ee958defb8efbf06b0d596dc962249ce3a0e8404a24afd9278edc12
0x3d2e209af5bfa79297c88d6b57f89d792f6e28ee0x2d41c079d733825796842c113ce557acebbb6c6dfalse1000802133978121550982959818120000000x0000000000000000000000000000000000000000136284012024-02-25T18:08:23.000Z0xcde7da7816e6d8354e296d7502e013513180d77bccb6ea9c2fff32a143306a4256
0x3d2e209af5bfa79297c88d6b57f89d792f6e28ee0xf0061d98fcfb916b3f57ca1f51af90b6722d6762false10007530009119419083918192709000000000x0000000000000000000000000000000000000000136167252024-02-25T05:09:58.000Z0x82a2a942ffcc1899805123e14e5262ce59861e45d5e5f5fa8b187a9dbf9b5b3a66
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
0x3d2e209af5bfa79297c88d6b57f89d792f6e28eefalse10137944993449065923923090281387030400x1069d8fc5d6b2ba45971a0e52ce4acae7456e2e6156366300x1069d8fc5d6b2ba45971a0e52ce4acae7456e2e62024-05-13T14:55:29.000Z0xe5e8619834f8e4c540e87a12776af38b383406446080e6d0daa3e68bfc397c121003040
0x3d2e209af5bfa79297c88d6b57f89d792f6e28eefalse101373171519350101179862742214988775130x3a76e83ab068dc80312cf588dc6267e5d7184629156234930x3a76e83ab068dc80312cf588dc6267e5d71846292024-05-13T03:57:30.000Z0x411c57429feec6a2e282899b097f4b07092527b08a63beb840d94be1790966a90
0x3d2e209af5bfa79297c88d6b57f89d792f6e28eefalse1013814269801998306668395953100000000xec3b49371c189380e722fdbc77da9e50ba17d742156406370xec3b49371c189380e722fdbc77da9e50ba17d7422024-05-13T18:16:25.000Z0x015bf62f2f5cc33d60ecad34c80022143a01e849de7cb0e4318a06e38cf612e20
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.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
8646080x94cb27428661700e0d4797300e69d29ea33b31f80true2596430x11fcfe756c05ad438e312a7fd934381537d3cffe1157920892373161954235709850086879078532699846656405640394575840079131296399350x80500d200xe79ca44408dae5a57ea2a9594532f1e84d2edaa4139250330x94cb27428661700e0d4797300e69d29ea33b31f82025-03-09T15:38:03.000Z0xeb98f11e53277a9e3df28e81b87b17f011cf7e3b51cf293259c6f772fa92ef9b
3555430xaabcb9c066fea02fda959caae85e57b2a650eb000true2661560x11fcfe756c05ad438e312a7fd934381537d3cffe1157920892373161954235709850086879078532699846656405640394575840079131296399350x80500d200xe79ca44408dae5a57ea2a9594532f1e84d2edaa4139211030xaabcb9c066fea02fda959caae85e57b2a650eb002025-03-09T10:47:38.000Z0x4a19aee7cae8a93c06f1e3aaa27511c964ddbf33f8c89f0393b89344a41c89ee
3555470xcd5b610d15b5a675d48e1f162d4f0adf6099b4300true2661560x11fcfe756c05ad438e312a7fd934381537d3cffe1157920892373161954235709850086879078532699846656405640394575840079131296399350x80500d200xe79ca44408dae5a57ea2a9594532f1e84d2edaa4139210390xcd5b610d15b5a675d48e1f162d4f0adf6099b4302025-03-09T10:43:56.000Z0x761d87a47e15690a9803e51138ea0b2d5e8f1221c040b770c1dab37c9e330736
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_scroll.WrappedTokenGatewayV3_withdrawETH_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100