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
0x523cb31ca594e7c2cd1aa2c8bddea601c22b8e670x374d7860c4f2f604de0191298dd393703cce84f30xf344192b9146132fc0e997d1666dc1531bf8f7cdfalse1007412863079870705509033262992641684203579172025-06-27T00:14:58.000Z0xcbea396e5ed9ccf273a8f4d1086066fa5d531675fda6a35c823dafce14a5a12f
0x31a239f3e39c5d8ba6b201ba81ed584492ae960f0x787897df92703bb3fc4d9ee98e15c0b8130bf1630xc20d3b54b85decb70156932eb32b905c42709cccfalse100472045386215423233837760439812068965292435203650372025-06-27T06:56:28.000Z0xa4b91f5a8ea5fe7304169403427588cf7f017cb38152190800a9bd7560169f8a
0x31a239f3e39c5d8ba6b201ba81ed584492ae960f0x787897df92703bb3fc4d9ee98e15c0b8130bf1630xab4bdbef93c0590e18d4d047b370453579210d1cfalse1004729797338668478976552615498400175130220585203735992025-06-27T13:14:53.000Z0x4c1b87f8d9db157d44b43f357339783c49369a200a818b36294f1628988e1f53
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
0x935efcbefc1df0541afc3fe145134f8c9a0beb890x285fea61d7dcb29ae74e8cb29a8339ffc3b8f889false10000000000000000000000000009900000000000000x285fea61d7dcb29ae74e8cb29a8339ffc3b8f88923235886842025-09-20T21:53:19.000Z0xcaa8c9115ee20abacdb75b936ede8933c4f77f827706395233334345465115ca0
0x935efcbefc1df0541afc3fe145134f8c9a0beb890x37371dbad6d5074ceae5440f96b506e24d50fcd8false1000000000000000000000000000234954340103927800x37371dbad6d5074ceae5440f96b506e24d50fcd85235643582025-09-20T08:09:57.000Z0x6b03c6d7bc7a56d312d77983852fdd397b549b241c5e8e8bcd8bf86f35b7e92a0
0x935efcbefc1df0541afc3fe145134f8c9a0beb890x797ae17ab4fda327e0697b99e5671e5e963a8838false10000000000000000000000000002140828397047188570x797ae17ab4fda327e0697b99e5671e5e963a883811235694892025-09-20T11:01:32.000Z0x8401143959f023402bf372019572286bcbdaaed690887e9292092f98e8005f7b0
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
0x88231dfec71d4ff5c1e466d08c321944a7adc6730xc47b8c00b0f69a36fa203ffeac0334874574a8acfalse0x470x86e2938dae289763d4e09a7e42c5ccca62cf980921727801Aave Linea USDT2025-08-07T10:25:27.000ZaLinUSDT0x37fb8885d40e26b68fbc9e60361920669c6ece909326aa84f0532853fbe7573460xa219439258ca9da29e9cc4ce5596924745e12b930xc67bb8f2314fa0df50cba314c6509a7bdad500c0
0x374d7860c4f2f604de0191298dd393703cce84f30xc47b8c00b0f69a36fa203ffeac0334874574a8acfalse0x410x86e2938dae289763d4e09a7e42c5ccca62cf980921727801Aave Linea USDC2025-08-07T10:25:27.000ZaLinUSDC0x37fb8885d40e26b68fbc9e60361920669c6ece909326aa84f0532853fbe7573460x176211869ca2b568f2a7d4ee941e073a821ee1ff0xc67bb8f2314fa0df50cba314c6509a7bdad500c0
0x37f7e06359f98162615e016d0008023d910bb5760xc47b8c00b0f69a36fa203ffeac0334874574a8acfalse0x350x86e2938dae289763d4e09a7e42c5ccca62cf980921727801Aave Linea WBTC2025-08-07T10:25:27.000ZaLinWBTC0x37fb8885d40e26b68fbc9e60361920669c6ece909326aa84f0532853fbe7573480x3aab2285ddcddad8edf438c1bab47e1a9d05a9b40xc67bb8f2314fa0df50cba314c6509a7bdad500c0
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
0x374d7860c4f2f604de0191298dd393703cce84f3false100426423155964263475363732250000000x06e7665e8e9e01f74b1e80d35b132b50da6b25373185898820x06e7665e8e9e01f74b1e80d35b132b50da6b25372025-05-02T00:17:43.000Z0x63c7d02743a37618ef2c5985c87a9c2393eb22d140c402d19e305e22fc1dd0340
0x374d7860c4f2f604de0191298dd393703cce84f3false100426457371913944556244284378558130x06e7665e8e9e01f74b1e80d35b132b50da6b25375185900590x06e7665e8e9e01f74b1e80d35b132b50da6b25372025-05-02T00:28:39.000Z0x241b4686096d68615dafbd5b64c12103b5e5b441ce16ac6b97364740f8f0997e1
0x374d7860c4f2f604de0191298dd393703cce84f3false1004291136518648647158215743400021380x0784810c77be2956affa56bb04e2befdfadb89027186078880x0784810c77be2956affa56bb04e2befdfadb89022025-05-02T14:22:43.000Z0x7a72cd2ae3a6761ab4535cfc9b59fde935982c717fc484d3e15b9cfe871b5fb62138
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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_linea.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
0xc47b8c00b0f69a36fa203ffeac0334874574a8ac0x096b93f8b41b77f1247a13655bc1a5455d967bb5false3000000060x176211869ca2b568f2a7d4ee941e073a821ee1ff19590370354816948402972801490327210x096b93f8b41b77f1247a13655bc1a5455d967bb52025-06-02T10:00:56.000Z00xcf4a3fd3ff5dee7237bcfac9e141dd983a550aaa075035748974811b73170cf72
0xc47b8c00b0f69a36fa203ffeac0334874574a8ac0x0b5dba032bce476ac1e7af9f1f66c6e7823c5ea4false10000000080x176211869ca2b568f2a7d4ee941e073a821ee1ff19599415376817863518417471466727600x0b5dba032bce476ac1e7af9f1f66c6e7823c5ea42025-06-02T16:10:10.000Z00x282053ac1e16fdc83761d86d3e8b4df210afa29d0268f2ac35ded6ec735d13dc2
0xc47b8c00b0f69a36fa203ffeac0334874574a8ac0x168fc6735f2d16955ceefe3c326b58f2b709ad4ffalse100000000040x176211869ca2b568f2a7d4ee941e073a821ee1ff19586028354827068340889882038844530x168fc6735f2d16955ceefe3c326b58f2b709ad4f2025-06-02T07:06:14.000Z00x4c78091288dfd22a1224f93da0574e8919e38b4ebf507adbab772ff95e88f5ac2
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
0xc47b8c00b0f69a36fa203ffeac0334874574a8acfalse0xa219439258ca9da29e9cc4ce5596924745e12b931737034399010x6ef0aa9a0c1205f71aef394168ec5bb747d8a0e5470229477030x6ef0aa9a0c1205f71aef394168ec5bb747d8a0e52025-09-05T10:49:53.000Z00x472af454e7e157993887a7e47e756caab6660a2c54495a73256c3954ec8d7bcd2
0xc47b8c00b0f69a36fa203ffeac0334874574a8acfalse0xb5bedd42000b71fdde22d3ee8a79bd49a568fc8f25269523731947830x8cea00e1480f3a2ef0934d2e7f9f65453e8dbbeb491263476186597162403720x8cea00e1480f3a2ef0934d2e7f9f65453e8dbbeb2025-02-25T06:03:47.000Z00x95f659c4eb2cef6441481fb073716f536f83496754ef4a85a798babd3994de390
0xc47b8c00b0f69a36fa203ffeac0334874574a8acfalse0xb5bedd42000b71fdde22d3ee8a79bd49a568fc8f42841138790723900x8e595231305efc7ef256679ad95847cb255ef846152142056939536162403720x8e595231305efc7ef256679ad95847cb255ef8462025-02-25T06:03:47.000Z00x1efd455dfb7c5bf6019b02cd5de7c7bbf498be8c8c156462eb94830340a6c5aa0
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
0xc47b8c00b0f69a36fa203ffeac0334874574a8ac0xc3ab85bc55e8aa0bc94a703f2c6d86afdf444e2efalse15197084300x176211869ca2b568f2a7d4ee941e073a821ee1ff0x17bbe7ee9e8ac27254f0f81466cfba37467dc5dc20068602025-06-05T21:13:30.000Zfalse0x6f777b5b45f0573aa1f7c4266b1298b8ecc3f62a5928556d6d2259cfe32010980xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f871273523544941
0xc47b8c00b0f69a36fa203ffeac0334874574a8ac0x24231797c2799ae1b0dd5651066017a7cb07d928false17197070300xa219439258ca9da29e9cc4ce5596924745e12b930x3cc84cce1728c24761fa34712c644ddfa558f84613397519252025-06-05T20:20:57.000Zfalse0x7f814e6979622fa8db0ed7869ea7f4b4b15363d797d44ab1853626cecc7b58dd0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f574920743599262795
0xc47b8c00b0f69a36fa203ffeac0334874574a8ac0xa2bdee643864bcccb8c4fded6e076229bc5bf7b0false112177883800x176211869ca2b568f2a7d4ee941e073a821ee1ff0x17bbe7ee9e8ac27254f0f81466cfba37467dc5dc602488112025-04-07T03:46:42.000Zfalse0xe3af6f9961af5c9467ea931610b57cfc5b159c43445d7a17e1ee6d17bcdc40ad0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f41567578546933332
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
0xc47b8c00b0f69a36fa203ffeac0334874574a8acfalse140xb5bedd42000b71fdde22d3ee8a79bd49a568fc8f214103412025-07-29T06:04:17.000Z21567323913790xa66c03ae735e5b918592a40592d16cdda8d571f126352a9d862db7605165bddb
0xc47b8c00b0f69a36fa203ffeac0334874574a8acfalse50x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4214103412025-07-29T06:04:17.000Z640xa66c03ae735e5b918592a40592d16cdda8d571f126352a9d862db7605165bddb
0xc47b8c00b0f69a36fa203ffeac0334874574a8acfalse110xa219439258ca9da29e9cc4ce5596924745e12b93214103412025-07-29T06:04:17.000Z43607190xa66c03ae735e5b918592a40592d16cdda8d571f126352a9d862db7605165bddb
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
0xc47b8c00b0f69a36fa203ffeac0334874574a8ac0x11315cce8f009e4cb4234ffeaf2e860b84e5b0f6false50003474260x11315cce8f009e4cb4234ffeaf2e860b84e5b0f60x176211869ca2b568f2a7d4ee941e073a821ee1ff22219894false2025-08-19T01:02:06.000Z0xc9421d93af28d97d2948a55ebe1e66f257d2c8c6355f14a33582df09160361ff
0xc47b8c00b0f69a36fa203ffeac0334874574a8ac0x140d50cb6cebfba0708c48e09aaf58287835771bfalse100000040x140d50cb6cebfba0708c48e09aaf58287835771b0x176211869ca2b568f2a7d4ee941e073a821ee1ff22232462false2025-08-19T08:07:46.000Z0x37399282abff7a4d3e496056211e69b8112936900f55afe4cbe29e170c68cdb3
0xc47b8c00b0f69a36fa203ffeac0334874574a8ac0x148dc860fb69b10b1dddb80a5c82dbb1f1e55c08false650001760790x148dc860fb69b10b1dddb80a5c82dbb1f1e55c080x176211869ca2b568f2a7d4ee941e073a821ee1ff22246438false2025-08-19T15:58:56.000Z0x266aed678b4e18d9516d72adb3edd5cb9efd336148477775386dc9db67fcf77d
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
0xc47b8c00b0f69a36fa203ffeac0334874574a8acfalse00x176211869ca2b568f2a7d4ee941e073a821ee1ff227942522025-09-01T19:12:20.000Z412905913336041955272122990xa5b60ebc675f085c7780c7a473cf411517ae1610e9b0c76217b877b82db1bb8710131791202496586979474400200575625096262677722353348341022304674508938505326000865
0xc47b8c00b0f69a36fa203ffeac0334874574a8acfalse00x176211869ca2b568f2a7d4ee941e073a821ee1ff227947082025-09-01T19:28:28.000Z418361134270563720936301500x0616594971861a28de9c1f06e73d19dd7a1e3c2eb7df0ccb6c5061619b86a47c10131804617086101208241651100579415134317735543423555691022306520087852073070608610
0xc47b8c00b0f69a36fa203ffeac0334874574a8acfalse00x176211869ca2b568f2a7d4ee941e073a821ee1ff227637742025-09-01T01:33:41.000Z443084212963372454672683960xb1a43e3e7b5fb2f56ce70e207904f3afe48e8d65f2e1bf4e8713792a8fb133f910130884415180003407202485440596289699283297616917289801022181761193116245942506352
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
0xc47b8c00b0f69a36fa203ffeac0334874574a8ac0x8cb71cec028ccb62a88a89364884d1df5c0c5273false163662725540x176211869ca2b568f2a7d4ee941e073a821ee1ff158547020x8cb71cec028ccb62a88a89364884d1df5c0c52732025-02-15T13:50:22.000Z00x61e315a8248323e23e0640581e6208e42031cce523d95bb6a29d31a74c6f48f9
0xc47b8c00b0f69a36fa203ffeac0334874574a8ac0xfe3ed0ecefc731ca3fc66eda6433897071b31029false30471217750x176211869ca2b568f2a7d4ee941e073a821ee1ff158547430xfe3ed0ecefc731ca3fc66eda6433897071b310292025-02-15T13:51:47.000Z00x519c11262c80b353ba19060423a1ebef3afe65ec7dff5a15e4039593d5f487a3
0xc47b8c00b0f69a36fa203ffeac0334874574a8ac0x8ae77380035a911cbb5e12feafd3a598b0818dfafalse174959927450x176211869ca2b568f2a7d4ee941e073a821ee1ff158489330x8ae77380035a911cbb5e12feafd3a598b0818dfa2025-02-15T10:25:30.000Z00x08042b17c38b2ab3bf58b08cb78fb386bbc83de2ee1cdb4a95471a1f651ac647
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
0xf13f99195325f2ef82cd6186a98a7195e68149c40xc47b8c00b0f69a36fa203ffeac0334874574a8ac0xf13f99195325f2ef82cd6186a98a7195e68149c4false50000000040x176211869ca2b568f2a7d4ee941e073a821ee1ff200779812025-06-16T23:48:53.000Z0xf669e9a3aa20f4156bab55fc88c8b32d9ced84f1a320ae57ee0c99d9d51b17a0
0x2a402a12723457ce8243a70b63f745c462bd11f90xc47b8c00b0f69a36fa203ffeac0334874574a8ac0x2a402a12723457ce8243a70b63f745c462bd11f9false13800000040x176211869ca2b568f2a7d4ee941e073a821ee1ff200778092025-06-16T23:37:36.000Z0x53821c2fe3eb7aaaa57d2faa51a6d9c63e7cbb06972f72825f6b818fd4739e78
0x428430b51eb53d0dacbcedb1cebabf8a123f3e160xc47b8c00b0f69a36fa203ffeac0334874574a8ac0x428430b51eb53d0dacbcedb1cebabf8a123f3e16false4610751740x176211869ca2b568f2a7d4ee941e073a821ee1ff200499052025-06-16T03:15:07.000Z0x478855479fc301eb1628b3bd17aa4841ea8fa15cb232441822af47331821f2e7
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
72500x812e7c19421d9f41a6ddcf047d5cc2de2ca5bfa2false0x2416092f143378750bb29b79ed961ab195cceea517225244902025-08-26T07:18:03.000Z0x47073b02de40b80ce4289948837a5a1dd62c9cf24bbb714d1535e3abaeabcdc5107507500
72000x812e7c19421d9f41a6ddcf047d5cc2de2ca5bfa2false0x2416092f143378750bb29b79ed961ab195cceea5129156928872025-02-11T11:56:26.000Z0x654290a79d09d24038ba6639bd8e4739bf5f0ae62845d962923163716cd9f0a0107507500
72500x812e7c19421d9f41a6ddcf047d5cc2de2ca5bfa2false0x1bf74c010e6320bab11e2e5a532b5ac15e0b8aa6133156928872025-02-11T11:56:26.000Z0x654290a79d09d24038ba6639bd8e4739bf5f0ae62845d962923163716cd9f0a0107507500
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
0x812e7c19421d9f41a6ddcf047d5cc2de2ca5bfa2false0xd2671165570f41bbb3b0097893300b6eb6101e6c1000021224517422025-08-24T13:04:35.000Z0x004c8eb3f6659e7bae696468f03d4c80b3fa5bdd7473e08a5f07886daa587f77
0x812e7c19421d9f41a6ddcf047d5cc2de2ca5bfa2false0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b410000114156928872025-02-11T11:56:26.000Z0x654290a79d09d24038ba6639bd8e4739bf5f0ae62845d962923163716cd9f0a0
0x812e7c19421d9f41a6ddcf047d5cc2de2ca5bfa2false0xa219439258ca9da29e9cc4ce5596924745e12b9310000122156928872025-02-11T11:56:26.000Z0x654290a79d09d24038ba6639bd8e4739bf5f0ae62845d962923163716cd9f0a0
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
0x812e7c19421d9f41a6ddcf047d5cc2de2ca5bfa2false0xd2671165570f41bbb3b0097893300b6eb6101e6c17224517422025-08-24T13:04:35.000Z0x004c8eb3f6659e7bae696468f03d4c80b3fa5bdd7473e08a5f07886daa587f7745000
0x812e7c19421d9f41a6ddcf047d5cc2de2ca5bfa2false0xa219439258ca9da29e9cc4ce5596924745e12b9388156928872025-02-11T11:56:26.000Z0x654290a79d09d24038ba6639bd8e4739bf5f0ae62845d962923163716cd9f0a010000
0x812e7c19421d9f41a6ddcf047d5cc2de2ca5bfa2false0x176211869ca2b568f2a7d4ee941e073a821ee1ff82156928872025-02-11T11:56:26.000Z0x654290a79d09d24038ba6639bd8e4739bf5f0ae62845d962923163716cd9f0a010000
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
0x812e7c19421d9f41a6ddcf047d5cc2de2ca5bfa2false0xd2671165570f41bbb3b0097893300b6eb6101e6c0xcdd80e6211fc767352b198f827200c7e93d7bb0410224517422025-08-24T13:04:35.000Z0x004c8eb3f6659e7bae696468f03d4c80b3fa5bdd7473e08a5f07886daa587f770x00000000000000000000000000000000000000000xf3c806a402e4e9101373f76c05880eeac91bb5b90xb1532b76d054c9f9e61b25c4d91f69b4133e4671
0x812e7c19421d9f41a6ddcf047d5cc2de2ca5bfa2false0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b40x37f7e06359f98162615e016d0008023d910bb57626156928872025-02-11T11:56:26.000Z0x654290a79d09d24038ba6639bd8e4739bf5f0ae62845d962923163716cd9f0a00x00000000000000000000000000000000000000000x74a1b56f5137b00aa0ada1dd964a3a361ecc32e90xb1532b76d054c9f9e61b25c4d91f69b4133e4671
0x812e7c19421d9f41a6ddcf047d5cc2de2ca5bfa2false0x2416092f143378750bb29b79ed961ab195cceea50x935efcbefc1df0541afc3fe145134f8c9a0beb8946156928872025-02-11T11:56:26.000Z0x654290a79d09d24038ba6639bd8e4739bf5f0ae62845d962923163716cd9f0a00x00000000000000000000000000000000000000000x1fe3452cef885724f8adf1382ee17d05d7e01cab0xb1532b76d054c9f9e61b25c4d91f69b4133e4671
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
0x8c2d95fe7aeb57b86961f3abb296a54f0adb7f880xfalse00xd1b3e25fd7c8ae7caddc6f71b461b79cd4ddcfa3415654649execute()0x2025-02-10T12:51:13.000Z17391918730xdd8e0e601e2869cb75d9ba6ee87a6644ae05455bae95d3015f4608c85ef0165atrue
0x8c2d95fe7aeb57b86961f3abb296a54f0adb7f880xfalse00x37d3c1eddbcaa4b2e74156d2c6ad3224027ee7a43722451742execute()0x2025-08-24T13:04:35.000Z17560406750x004c8eb3f6659e7bae696468f03d4c80b3fa5bdd7473e08a5f07886daa587f77true
0x8c2d95fe7aeb57b86961f3abb296a54f0adb7f880xfalse00xc0799cf19914081684f0203cc87fe5436d5d717f7021727801execute()0x2025-08-07T10:25:27.000Z17545623270x37fb8885d40e26b68fbc9e60361920669c6ece909326aa84f0532853fbe75734true
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.ShortExecutor_ExecutedAction_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
0x0e7543a9da61b2e71fc880685ed2945b7426a6890xbfa67701f5e0769654ed41b3ab6d8833550f0565false101188431024791293053617074572219465250x00000000000000000000000000000000000000001229246222025-09-04T21:31:42.000Z0x0055388f8c24e97fa4e361a3fbe74d360e288deba83bb30466ab35bdd24c73c91424
0x0e7543a9da61b2e71fc880685ed2945b7426a6890x2e9cee479021ee903cd4e785b9218c33f17cb2defalse10118819512687689905990064683846085271895226610x00000000000000000000000000000000000000001229225432025-09-04T20:17:49.000Z0xf28dcb0bd99295e80990d3d6f74a1cd0bc38811e06ae15ad40e3f687e078a0cf43971309245
0x0e7543a9da61b2e71fc880685ed2945b7426a6890x2de2ee9153e603a5ca98d6fbfde23e00a44a4a12false10118588014822253492832423571000000000000000000010x00000000000000000000000000000000000000001229010002025-09-04T08:12:17.000Z0x2e38f34a474739f5be09b3cc75e826f9cebce2da6e5625fc38ce004f31fd7f7252049345321225
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
0x0e7543a9da61b2e71fc880685ed2945b7426a689false1000947453201003406757546454100000000000000000x4758213271bfdc72224a7a8742dc865fc97756e122161668380xb13f9d9e140b2b7c33d7376be60aced3992370642025-02-23T09:02:59.000Z0xbddd34b215e08a8911bd870c3ba54ed862fec8529e48dbeebb919a14af244ff10
0x0e7543a9da61b2e71fc880685ed2945b7426a689false100096186328546612942181530580059553153045960x4758213271bfdc72224a7a8742dc865fc97756e112161755900x5874be02f497ecc13f9b8b818d3081cd42bb3ae72025-02-23T14:09:16.000Z0x37c6cd1b53a307d425d6070ed8d397e4589f1ba366a53e40ae2837bffb9d64565955315304596
0x0e7543a9da61b2e71fc880685ed2945b7426a689false10009385578611019458298785786400000000000000000x4758213271bfdc72224a7a8742dc865fc97756e16161613260x4fed89fbf2455d65e1ef7efa774251b3423c49992025-02-23T05:54:24.000Z0xf47a406ae5c3ee47eca76eb3ee34cc136a7298baf7d5193c79fd691809d2de4f0
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.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
8169510x77e5b958186a3de3a0d2c9f6540b28a96fe031520true2182670xc47b8c00b0f69a36fa203ffeac0334874574a8ac50000000000000000x80500d200x31a239f3e39c5d8ba6b201ba81ed584492ae960f214876030x77e5b958186a3de3a0d2c9f6540b28a96fe031522025-07-31T07:17:22.000Z0x6e7b7d71bba6966ef092fe857681c9825958e313aaee9cf05055742e750665ea
8169510xd24e5235bd47b31b3d820434d9bb52b461c243990true2210670xc47b8c00b0f69a36fa203ffeac0334874574a8ac130000000000000000x80500d200x31a239f3e39c5d8ba6b201ba81ed584492ae960f214984510xd24e5235bd47b31b3d820434d9bb52b461c243992025-07-31T14:12:02.000Z0x162b7061aebee98a4271592ea0b62f8c956be8c2697ecdf6705ca1798deae5de
4156800xc4881bda287395fe37107b17426c156353f071700true2212950xc47b8c00b0f69a36fa203ffeac0334874574a8ac1157920892373161954235709850086879078532699846656405640394575840079131296399350x80500d200x31a239f3e39c5d8ba6b201ba81ed584492ae960f214861580xc4881bda287395fe37107b17426c156353f071702025-07-31T06:23:08.000Z0x1ce89828d73d85dc1ee6e45ac817dc32b8ed2ca135f31dc1a773027ad2adb734
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_linea.WrappedTokenGatewayV3_withdrawETH_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100