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
0xc244accfe1ed082c944106109f23ce1f7527ebb10x8ffdf2de812095b1d19cb146e4c004587c0a06920x28f08f2fd6ab1cb7ebefe5ba6acda9f6a86b7f78false10033118611817858509418066757814125541537482024-12-10T04:07:16.000Z0x063f6812e036c49078c3acd7f088d1fb868f9e3e656da0b7eae0ca551b17a30e
0xf5bfda4aac69846c86ae48230e6da3bd4bc2782b0x6d80113e533a2c0fe82eabd35f1875dcea89ea970x6d2f00b549859be2f85e1b968efa3b43f6d919ccfalse10598142227449420919422756369435628840930467215541604762024-12-10T07:56:36.000Z0x59df0a72d96c91b83128086d4b889b98a9ddc69bd38c46ad317a72a282f314a3
0x7b77d2bc27c82a1180d7802141ed412a3fe96aa30x625e7708f30ca75bfd92586e17077590c60eb4cd0xf724d681bae7c2c0ef66a91c4c500d1e032736a9false112583934853576516458012080188255087318541589472024-12-10T07:03:57.000Z0xe4906ef13d58f0bc1a56045608bb3f35578eba98375c9544866726458253ff2c
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0xc45a479877e1e9dfe9fcd4056c699575a1045daa0x8edcfd59b8477aab0af872e3b101a4410bd8cc42false11009868670624608703829287702166452480964750377400x8edcfd59b8477aab0af872e3b101a4410bd8cc422414344752024-02-09T02:59:32.000Z0xda7eb0b0f5f23ef145b4849864ece3fa9986d674418a5a07af6c554516a6f277284382607684562231
0x078f358208685046a11c85e8ad32895ded33a2490x49f5b996814fed1dd39285b92a59cfb2dfd8d4f9false100241239295400990501878480217074390x49f5b996814fed1dd39285b92a59cfb2dfd8d4f942414437012024-02-09T08:12:12.000Z0x024e14f74a9ed53dca8eae95ae66710056713f23b16f7aad714490ad7caa261b0
0x078f358208685046a11c85e8ad32895ded33a2490x51d1bca0a960b93ccbef4144f63790af6040d9c7false100241280901566058106323297619995620x51d1bca0a960b93ccbef4144f63790af6040d9c711414676172024-02-09T21:37:37.000Z0xc0e42e9ae26e8c22e80441f52870efdbb28ec6fff7b2e40f6c0e9aa570f61816438
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0x8a9fde6925a839f6b1932d16b36ac026f8d3fbdb0x794a61358d6845594f94dc1db02a252b5b4814adfalse0x1850x5ba7fd868c40c16f7adfae6cf87121e13fc2f7a068891248Aave Avalanche EURC2025-09-17T19:03:33.000ZaAvaEURC0x5e67ff3938a52f22a7878c55a6b825bea0dbd7aabdae062f78d965642caee9ee60xc891eb4cbdeff6e073e859e987815ed1505c2acd0x929ec64c34a17401f460460d4b9390518e5b473e
0x724dc807b04555b71ed48a6896b6f41593b8c6370x794a61358d6845594f94dc1db02a252b5b4814adfalse0x790x5ba7fd868c40c16f7adfae6cf87121e13fc2f7a066697842Aave Avalanche AUSD2025-08-07T10:06:57.000ZaAvaAUSD0x962a92a09a3cdeed31d9ebcd254f1e836a24e4195fd7b388fd634f754ae44f8d60x00000000efe302beaa2b3e6e1b18d08d69a9012a0x929ec64c34a17401f460460d4b9390518e5b473e
0x6ab707aca953edaefbc4fd23ba732942414906200x794a61358d6845594f94dc1db02a252b5b4814adfalse0x370x5ba7fd868c40c16f7adfae6cf87121e13fc2f7a066697842Aave Avalanche USDT2025-08-07T10:06:57.000ZaAvaUSDT0x962a92a09a3cdeed31d9ebcd254f1e836a24e4195fd7b388fd634f754ae44f8d60x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c70x929ec64c34a17401f460460d4b9390518e5b473e
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0x8ffdf2de812095b1d19cb146e4c004587c0a0692false10002090928771377261039714799302100xf7fc20d9d1d8dfe55f5f2c3180272a5747dd327f38205508630x70eb9d6528d65dac60a2eee849ce0b5e2eac8dae2022-10-02T12:07:24.000Z0xdc51b2702e11662e0911f317e2897e3c212a7b09ca8ab90cc9d4f67f0df055b20
0x8ffdf2de812095b1d19cb146e4c004587c0a0692false10002096073499033012222961565492499560xd317af4d629148886c02b4143363bc033c5dfe6332205516220x2fb12028b6ad4412b5c4be47cfee6ade7f5a22c32022-10-02T12:33:18.000Z0x796be267b896d8730e3d0af1597b771a3980678492dd557949096fb952b2cb5118
0x8ffdf2de812095b1d19cb146e4c004587c0a0692false10002096163650709472000690651508377610xd317af4d629148886c02b4143363bc033c5dfe6333205516350x2fb12028b6ad4412b5c4be47cfee6ade7f5a22c32022-10-02T12:33:44.000Z0x274cbf564e2d8fb76d3025cd687f6d4a26785d38be2a626a3de33e0cffaf746b14
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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.
in_toaddressin_userremovedin_amountin_rewardlog_indexin_claimerblock_numberblock_timestamptransaction_hash
0x03362b4d67ff56d0faa708d387e571d1d11900070x929ec64c34a17401f460460d4b9390518e5b473e0x03362b4d67ff56d0faa708d387e571d1d1190007false3885239758437581910x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be130x03362b4d67ff56d0faa708d387e571d1d1190007537135012024-11-29T19:19:09.000Z0x736d450e71fe7d56d023d0badfd31386f14edb4c085f5a10726eb1bca7a68faa
0x043aba1b57ad8bd7516a6aaa5ffb92e3fe0fbe0c0x929ec64c34a17401f460460d4b9390518e5b473e0x043aba1b57ad8bd7516a6aaa5ffb92e3fe0fbe0cfalse25609376967410716320x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be230x043aba1b57ad8bd7516a6aaa5ffb92e3fe0fbe0c537055452024-11-29T14:49:07.000Z0xdf3980fd03535ef60317e02f9392f24f78882b4f848b25b7deb37afd740c37be
0x043aba1b57ad8bd7516a6aaa5ffb92e3fe0fbe0c0x929ec64c34a17401f460460d4b9390518e5b473e0x043aba1b57ad8bd7516a6aaa5ffb92e3fe0fbe0cfalse10279669445397657140xb31f66aa3c1e785363f0875a1b74e27b85fd66c7200x043aba1b57ad8bd7516a6aaa5ffb92e3fe0fbe0c537055452024-11-29T14:49:07.000Z0xdf3980fd03535ef60317e02f9392f24f78882b4f848b25b7deb37afd740c37be
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0x794a61358d6845594f94dc1db02a252b5b4814ad0x72315955b082695c18dbbec62a4f941da1f474f8false500000160x152b9d0fdc40c096757f570a51e494bd4b943e504373065014280329195088418680223470x72315955b082695c18dbbec62a4f941da1f474f82024-04-03T12:13:22.000Z00x6d31d2c1931f5bcf99fb5fb98ad966c6dc916e35405c459f36ca3f8bcefae0322
0x794a61358d6845594f94dc1db02a252b5b4814ad0x8a9b2c132ea7676ee267f5b97b622083d6e3a2d4false50184280x152b9d0fdc40c096757f570a51e494bd4b943e504371813415192056364301709812621420xe08296b2130640d5d12b21bf66e24296566dfccf2024-04-03T05:00:46.000Z59360x2f691ab1a47ac87b8f99cd853486bce4cac8914274bdf08a62b866a32deeb3122
0x794a61358d6845594f94dc1db02a252b5b4814ad0x8a9b2c132ea7676ee267f5b97b622083d6e3a2d4false6057511230x152b9d0fdc40c096757f570a51e494bd4b943e504372024015249034516193116140609270x3958a583bcf988f97756fcff975db2a5c9fcaabe2024-04-03T06:13:49.000Z59360xcd1015d9d3af03dd7bf15d37845e6b218470c18774672d277acee7f94263f9692
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0x794a61358d6845594f94dc1db02a252b5b4814adfalse0xb31f66aa3c1e785363f0875a1b74e27b85fd66c723000000000000000000000x2cf641f7c0eac2788a7924b82d6ca8eb7baa4e3a511150000000000000000536597890x019ea1afabcbd84d922043c4261052a583315d2c2024-11-28T12:47:24.000Z00xc353592e604208a0d3cc744b772c94425c92da62b7f968aeae0f6bf0100c17340
0x794a61358d6845594f94dc1db02a252b5b4814adfalse0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7389052379210x2cf641f7c0eac2788a7924b82d6ca8eb7baa4e3a6419452619536385190x019ea1afabcbd84d922043c4261052a583315d2c2024-11-28T00:45:05.000Z00x49aa0a23961423bb3e74bea3544cc1963c22caf8cfedc52634095f3cae0ccb5d0
0x794a61358d6845594f94dc1db02a252b5b4814adfalse0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7639643674710x2cf641f7c0eac2788a7924b82d6ca8eb7baa4e3a5631982184536591890x019ea1afabcbd84d922043c4261052a583315d2c2024-11-28T12:27:07.000Z00x68da44f80a5b1dc6f157311548863f15e49b14eb648a7f15cbba2016ba30b1a30
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0x794a61358d6845594f94dc1db02a252b5b4814ad0x9aec2edfa7ad43cd5fadfc6f64809b04ea68693ffalse21175103390x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab0x5a26fb2e021df2bd122a61699c2a9a2049c0a4c1109820952258269022022-07-19T01:19:11.000Zfalse0x9d964962a57221c5d8da2fff1d358f12f50bb8b726efe85b22e34bc3a09325c60x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab11476289510989112
0x794a61358d6845594f94dc1db02a252b5b4814ad0x3b8ed304faf0f5e8322b9cea4117ad1aef0ce4f0false24175109700x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c70x03f237c83f87c8215eaa46cf638f09396ca9739d4772032862022-07-19T01:40:14.000Zfalse0x1b502775ceb712a7400698272e056f78e46f3d75de51aadff80664ec0e63b3730x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab324665856500985012
0x794a61358d6845594f94dc1db02a252b5b4814ad0xa9f036edbd41596ff0c2656fe1c9b0db1fb7a542false23175318710xb31f66aa3c1e785363f0875a1b74e27b85fd66c70x9291bc4b9c3620b5ec37d51edc919c32545f214311276850540783833475062022-07-19T13:20:29.000Zfalse0xfebabb8706efc52e30bb252cb39de0a7e308ca8f30a37d632862b65df427e2300x50b7545627a5162f82a992c33b87adc75187b218134677992
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0x794a61358d6845594f94dc1db02a252b5b4814adfalse860x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7636152662025-06-10T06:00:47.000Z9246323540xb455012dc5ff95f95b7a7f0c2ec19fcd9909615252e6657158c26323f781cd85
0x794a61358d6845594f94dc1db02a252b5b4814adfalse740xd586e7f844cea2f87f50152665bcbc2c279d8d70636152662025-06-10T06:00:47.000Z832706200627002508500xb455012dc5ff95f95b7a7f0c2ec19fcd9909615252e6657158c26323f781cd85
0x794a61358d6845594f94dc1db02a252b5b4814adfalse830x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab636152662025-06-10T06:00:47.000Z8076136630986507260xb455012dc5ff95f95b7a7f0c2ec19fcd9909615252e6657158c26323f781cd85
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0x794a61358d6845594f94dc1db02a252b5b4814ad0x0f9ef41f81b763083b29460cfb788843e7dd993cfalse2000000000070x0f9ef41f81b763083b29460cfb788843e7dd993c0x00000000efe302beaa2b3e6e1b18d08d69a9012a60690538false2025-04-21T19:15:33.000Z0x5cf47cc2bea14dee6ae47bec603d85a7fe78bab60df700c71340e63876af24ef
0x794a61358d6845594f94dc1db02a252b5b4814ad0x23ae0187806b375ee83f9701ed5570e4ef2ca415false50000000070x23ae0187806b375ee83f9701ed5570e4ef2ca4150x00000000efe302beaa2b3e6e1b18d08d69a9012a60689770false2025-04-21T18:57:46.000Z0xea992c40e3a43c5c95312baf14e753c906a12789a0d69364237a2073b13d3f46
0x794a61358d6845594f94dc1db02a252b5b4814ad0x5afed6b5de5949b6d2f364dd610caea7ecf5626afalse210155996850x5afed6b5de5949b6d2f364dd610caea7ecf5626a0x00000000efe302beaa2b3e6e1b18d08d69a9012a60694425false2025-04-21T20:50:59.000Z0xd966e7d471f5d26db665f6e0bb90a229c0bf770f5eab9379b8526961adef3c34
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0x794a61358d6845594f94dc1db02a252b5b4814adfalse560x63a72806098bd3d9520cc43356dd78afe5d386d9416955552024-02-15T05:36:41.000Z00x36de5e6b544e5d7c66cdce9cb14311a9bea954ef4109b56d506bb62165ef36ab10002749942190644800094259749000000000000000000000000001000000000000000000000000000
0x794a61358d6845594f94dc1db02a252b5b4814adfalse520x63a72806098bd3d9520cc43356dd78afe5d386d9417137612024-02-15T15:48:52.000Z00x53b121fadbfb818d18b9d78225eb4fcde372001c469239ace921dd7ccf1d22b710002754948177340896048541819000000000000000000000000001000000000000000000000000000
0x794a61358d6845594f94dc1db02a252b5b4814adfalse640x63a72806098bd3d9520cc43356dd78afe5d386d9417196842024-02-15T19:08:17.000Z00xe82028f24366fbe7af06d2f4e105995d6e4e791c7a95d1e032eed4467b807b2f10002764980251451837203767279000000000000000000000000001000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0x794a61358d6845594f94dc1db02a252b5b4814ad0x5ba60565827607db35fb46f2dae79aca0c5ae37bfalse8672834346225103160x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be188165680x5ba60565827607db35fb46f2dae79aca0c5ae37b2022-08-18T20:33:35.000Z00xdc154d560ff5086e6a6eed7ab8a92a37d69d72918df92be0cb3e69c841d04719
0x794a61358d6845594f94dc1db02a252b5b4814ad0x8b7a6fec5c6638c1d667ef8126b457fec09376ebfalse386946863810683875120520x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be188068700x8b7a6fec5c6638c1d667ef8126b457fec09376eb2022-08-18T15:00:59.000Z00x7cb079f0dd788bd2229e5e3305623d3a04f85ee2f8fd49ba2fe9cbfd81c4148d
0x794a61358d6845594f94dc1db02a252b5b4814ad0xd317af4d629148886c02b4143363bc033c5dfe63false7792552392257403176310x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be187902150x576de0ff0a1ba2ac33349e26132efaa69af1a32e2022-08-18T05:31:07.000Z00x04d4eaf31fddece1ad29b9f1d8e64640acecb7ed165c31dfc40650e75d979d4e
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0x12cff045f29dd72cb0d0122950ad6a54887549890x794a61358d6845594f94dc1db02a252b5b4814ad0x12cff045f29dd72cb0d0122950ad6a5488754989false10048986180x152b9d0fdc40c096757f570a51e494bd4b943e50442793422024-04-16T14:44:38.000Z0x79489ae30fba2e397004878791d65310dd7d8d755945c3c343bf08443d8aaec8
0x191470821c2ce5be23812cc7a8e9d4d7dc0786be0x794a61358d6845594f94dc1db02a252b5b4814ad0x191470821c2ce5be23812cc7a8e9d4d7dc0786befalse127779320x152b9d0fdc40c096757f570a51e494bd4b943e50442797912024-04-16T14:59:52.000Z0xcb46bdf1916ee80dabecd9b96b504a131a150287376c76d784ffeacf4c445b3d
0x2cf641f7c0eac2788a7924b82d6ca8eb7baa4e3a0x794a61358d6845594f94dc1db02a252b5b4814ad0x2cf641f7c0eac2788a7924b82d6ca8eb7baa4e3afalse5002500320x152b9d0fdc40c096757f570a51e494bd4b943e50442869212024-04-16T19:04:13.000Z0xc7cf12a7f28250d2f1f53e8e01319f9dac1bd966cb1bb93f4936bdbecdff55c9
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
63000x8145edddf43f50276641b55bd3ad95944510021efalse0xd586e7f844cea2f87f50152665bcbc2c279d8d703448595612024-04-30T15:28:57.000Z0x5e11d89fd7bb790e4eef4c39936abf490aa1fe23fb5818684bfe69b3b0f01104105007700
40000x8145edddf43f50276641b55bd3ad95944510021efalse0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be5488467712024-08-04T19:44:22.000Z0x7bb6cd8b3f5f241bf581ac12ec8ad13da4ca04f08d2b62427b44b9bdece6e8aa110004500
75000x8145edddf43f50276641b55bd3ad95944510021efalse0xd24c2ad096400b6fbcd2ad8b24e7acbc21a1da6430275641422023-03-17T17:59:09.000Z0x688dccfa2dd38905d2a207efdc7009060e1c584102b046ba1a6f9087366cf791105008000
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0x8145edddf43f50276641b55bd3ad95944510021efalse0x152b9d0fdc40c096757f570a51e494bd4b943e501000019201674222022-09-23T07:25:40.000Z0xdfe07773091925a3dd20f233360aab86c004b87f90d80d20bde67bec13c20965
0x8145edddf43f50276641b55bd3ad95944510021efalse0xd24c2ad096400b6fbcd2ad8b24e7acbc21a1da641000018194008742022-09-01T12:33:15.000Z0x8310e09df71581b2dad2059f6f8d180851160ebbef7a2e917bfea46d77d3fc8f
0x8145edddf43f50276641b55bd3ad95944510021efalse0x5c49b268c9841aff1cc3b0a418ff5c3442ee3f3b1000077194009072022-09-01T12:34:18.000Z0xcc1f6e6dc4584f3456a7f80d3969ac23306b06393f4927735a50a9093e998107
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0x8145edddf43f50276641b55bd3ad95944510021efalse0x211cc4dd073734da055fbf44a2b4667d5e5fe5d290709371032025-10-26T14:58:06.000Z0x848c9e0fd99da396cecf8eb4d6e3adf13cd5a05a290d1d91bc2c44902cc8564045000
0x8145edddf43f50276641b55bd3ad95944510021efalse0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef3484709371032025-10-26T14:58:06.000Z0x848c9e0fd99da396cecf8eb4d6e3adf13cd5a05a290d1d91bc2c44902cc8564025000
0x8145edddf43f50276641b55bd3ad95944510021efalse0x63a72806098bd3d9520cc43356dd78afe5d386d976119746222022-03-11T13:39:10.000Z0x7801b9913a5b6af0edbc39c4dcaf37196916b935dd26c7a0d0ed94fd6df8dcf200
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0x8145edddf43f50276641b55bd3ad95944510021efalse0xfc421ad3c883bf9e7c4f42de845c4e4405799e730xf611aeb5013fd2c0511c9cd55c7dc5c1140741a6273644669442025-06-25T21:06:11.000Z0xfc950ab0642b944a0d81d312af8743bf0a9bce6fa7b16304a98c5fc6604c204e0x00000000000000000000000000000000000000000x38d693ce1df5aadf7bc62595a37d667ad57922e50xce1c5509f2f4d755aa64b8d135b15ec6f12a93da
0x8145edddf43f50276641b55bd3ad95944510021efalse0x152b9d0fdc40c096757f570a51e494bd4b943e500x8ffdf2de812095b1d19cb146e4c004587c0a069213201674222022-09-23T07:25:40.000Z0xdfe07773091925a3dd20f233360aab86c004b87f90d80d20bde67bec13c209650xa5e408678469d23efdb7694b1b0a85bb0669e8bd0xa8669021776bc142dfca87c21b4a52595bcbb40a0x79a906e8c998d2fb5c5d66d23c4c5416fe0168d6
0x8145edddf43f50276641b55bd3ad95944510021efalse0xd24c2ad096400b6fbcd2ad8b24e7acbc21a1da640xc45a479877e1e9dfe9fcd4056c699575a1045daa11194008742022-09-01T12:33:15.000Z0x8310e09df71581b2dad2059f6f8d180851160ebbef7a2e917bfea46d77d3fc8f0x78246294a4c6fbf614ed73ccc9f8b875ca8ee8410x34e2ed44ef7466d5f9e0b782b5c08b57475e79070xf4a0039f2d4a2ead5216abb6ae4c4c3aa2db9b82
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0x3c06dce358add17aaf230f2234bccc4afd50d0900xfalse00x882ccd8087bc44105e962bc01280a335b210d7383943057058execute()0x2024-03-18T11:22:11.000Z17107609310x8c75392123cfd688587e53025a17ba5f49ce70f3969624ceb7ad52f75b436f37true
0x3c06dce358add17aaf230f2234bccc4afd50d0900xfalse00x0a99a362d24cb7ed4a4ab94494a7dfc71c408fd5648384131execute()0x2024-07-24T16:32:56.000Z17218387760xa82275b1606039794297db01e7ca48d703e56c022f906cdc910312942dcd33aetrue
0x3c06dce358add17aaf230f2234bccc4afd50d0900xfalse00x41fad3911a819646ff385e392ad05046e64661f81254397860execute()0x2024-12-15T23:39:04.000Z17343059440x19fd0d772e83b1ffd2b2b54b0ddd414c8b27f797c64113680caf41e87bd72db9true
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.ShortExecutor_ExecutedAction_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StataToken_Deposit_event

Deposit events emitted by Aave V3 StataToken contracts recording asset conversions to yield-bearing shares. Contains sender address, asset owner, deposited asset amount, and received share amount for tracking StataToken minting activity.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_ownerin_assetsin_senderin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x2d324fd1ca86d90f61b0965d2db2f86d22ea4b74false0xba1333333333a1ba1108e8412f11850a5c319ba91028870xba1333333333a1ba1108e8412f11850a5c319ba910252014672862692025-08-19T01:07:56.000Z0x589e7d7edc5a2d1c91aecb5d123a7e04d18abc22f718a5b02e10bf26459e3f17
0x2d324fd1ca86d90f61b0965d2db2f86d22ea4b74false0xba1333333333a1ba1108e8412f11850a5c319ba91411060xba1333333333a1ba1108e8412f11850a5c319ba914060314673290602025-08-19T20:36:21.000Z0x7de169aa1602851953559a90c382a1941c8d4b39a6dcd05bc4d6a01657b9c162
0x2d324fd1ca86d90f61b0965d2db2f86d22ea4b74false0xba1333333333a1ba1108e8412f11850a5c319ba92794580xba1333333333a1ba1108e8412f11850a5c319ba927846314673286322025-08-19T20:25:22.000Z0x28c19f5c18470dbbf61417cc8fb849ceb7147adf93111f5c7868a3d30f741a40
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.StataToken_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StataToken_Initialized_event

Aave V3 Static A Token (StataToken) initialization events emitted when a new StataToken contract is deployed and initialized with its version parameter. Captures the deployment of yield-bearing wrapped aToken contracts that accrue interest through rebasing mechanisms.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_versionSTRINGVersion identifier for the contract or event schema. String or integer value indicating the initialization or state version.
addressremovedlog_indexin_versionblock_numberblock_timestamptransaction_hash
0x2d324fd1ca86d90f61b0965d2db2f86d22ea4b74false121592916032025-03-26T19:36:43.000Z0x3f8f8def3051ee3f7a616e32d9fb7acf4293a25896987201ad78270c175f9178
0x3929336afd0bba6fcabb67dfb78610379c66b43bfalse851592916032025-03-26T19:36:43.000Z0x3f8f8def3051ee3f7a616e32d9fb7acf4293a25896987201ad78270c175f9178
0x45cf39eeb437fa95bb9b52c0105254a6bd25d01efalse541592916032025-03-26T19:36:43.000Z0x3f8f8def3051ee3f7a616e32d9fb7acf4293a25896987201ad78270c175f9178
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.StataToken_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StataToken_Withdraw_event

Aave V3 static aToken (StataToken) withdrawal events recording conversions from yield-bearing shares back to underlying assets. Contains sender, owner, receiver addresses, asset amounts withdrawn, and corresponding share quantities burned in the protocol’s vault accounting system.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_ownerin_assetsin_senderin_shareslog_indexin_receiverblock_numberblock_timestamptransaction_hash
0x2d324fd1ca86d90f61b0965d2db2f86d22ea4b74false0xba1333333333a1ba1108e8412f11850a5c319ba92737540xba1333333333a1ba1108e8412f11850a5c319ba9272807200xba1333333333a1ba1108e8412f11850a5c319ba9613819022025-05-03T15:42:17.000Z0xd2207ec7fb04e1803dee1f9912122d8d808448c967ae436eda2fa08537402ce9
0x2d324fd1ca86d90f61b0965d2db2f86d22ea4b74false0xba1333333333a1ba1108e8412f11850a5c319ba92092460xba1333333333a1ba1108e8412f11850a5c319ba9208522220xba1333333333a1ba1108e8412f11850a5c319ba9613835452025-05-03T16:23:44.000Z0x31ae82297aaa90dbac1132cd8e82b7584c0585749abf8bf54013b470e61ed26a
0x2d324fd1ca86d90f61b0965d2db2f86d22ea4b74false0xba1333333333a1ba1108e8412f11850a5c319ba916109170xba1333333333a1ba1108e8412f11850a5c319ba91605342230xba1333333333a1ba1108e8412f11850a5c319ba9613835662025-05-03T16:24:23.000Z0x532aad36b29bc74bb5beb1d3e318293405491b406d867517f817efcfddcc682b
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.StataToken_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StataTokenFactory_StataTokenCreated_event

Event log emitted when Aave V3’s StataTokenFactory contract creates a new static aToken (stata token) wrapper for an underlying asset. Links the newly deployed stata token address with its corresponding underlying asset address for tracking tokenized yield-bearing positions.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_stataTokenSTRINGContract address of the newly created static aToken wrapper. Hex-encoded, 0x-prefixed, 42-character string.
in_underlyingSTRINGContract address of the underlying asset. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberin_stataTokenin_underlyingblock_timestamptransaction_hash
0xc2e7a608d868817dd58438913ed72955a0567561false58592916030x45cf39eeb437fa95bb9b52c0105254a6bd25d01e0x00000000efe302beaa2b3e6e1b18d08d69a9012a2025-03-26T19:36:43.000Z0x3f8f8def3051ee3f7a616e32d9fb7acf4293a25896987201ad78270c175f9178
0xc2e7a608d868817dd58438913ed72955a0567561false25592916030xe1bfc96d95badcb10ff013cb0c9c6c737ca070090xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e2025-03-26T19:36:43.000Z0x3f8f8def3051ee3f7a616e32d9fb7acf4293a25896987201ad78270c175f9178
0xc2e7a608d868817dd58438913ed72955a0567561false74592916030x61933af56431280ee4e5667133d8af6322d64b320x5947bb275c521040051d82396192181b413227a32025-03-26T19:36:43.000Z0x3f8f8def3051ee3f7a616e32d9fb7acf4293a25896987201ad78270c175f9178
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.StataTokenFactory_StataTokenCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SToken_Burn_event

Stable rate debt token burn events from Aave-based lending protocols, emitted when borrowers repay stable-rate debt positions. Records the burn amount, user balance changes, average stable rate, and updated total supply for tracking debt repayments and interest accrual.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_currentBalanceSTRINGUser’s current stable debt balance after accrued interest. Numeric string representation of token quantity in smallest denomination.
in_balanceIncreaseSTRINGAccrued interest amount since the last update for the user’s balance. Numeric string representation of token quantity in smallest denomination.
in_avgStableRateSTRINGAverage stable borrow rate across all borrowers for the reserve. Numeric string representation in ray units (27 decimals).
in_newTotalSupplySTRINGUpdated total supply of stable debt tokens after the operation. Numeric string representation of token quantity in smallest denomination.
addressin_fromremovedin_amountlog_indexblock_numberblock_timestampin_avgStableRatetransaction_hashin_currentBalancein_newTotalSupplyin_balanceIncrease
0x70effc565db6eef7b927610155602d31b670e8020x0a8305c2050f080ba7c0aaa446ec0b28dba8af93false18940003269130175785172022-07-20T15:20:27.000Z577044740379784125333518170x68625ac9d0a0082b5f3574c9f8d50587ffd2f3e4b6f73d01d821df5d627441c1375907121229808821972388771210495621
0x70effc565db6eef7b927610155602d31b670e8020x0a8305c2050f080ba7c0aaa446ec0b28dba8af93false18529659291717175786892022-07-20T15:26:11.000Z577134177393569174287265910x20a692a7abe38df1c73c8e0ed95c1f93e7beb4c7252beb63efc899883907063018529670164980700451450574108732
0x70effc565db6eef7b927610155602d31b670e8020x8544107a04f53ab53ff211bdef82f32dca29e798false6026476929304175863862022-07-20T19:43:25.000Z577181148169419137768192440x034d23bb9d0e869509f24fd7d549c8b5bc44aff28b88ff4c675e9027529477d2602655608718801060754076987915788
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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.
addressin_userremovedin_amountlog_indexin_newRateblock_numberin_onBehalfOfblock_timestampin_avgStableRatetransaction_hashin_currentBalancein_newTotalSupplyin_balanceIncrease
0x307ffe186f84a3bc2613d1ea417a5737d69a70070x083b672cd93fdd548ccd0f2a1dbc0d5b285bc312false30000000962152301374804795112913223053233817060x083b672cd93fdd548ccd0f2a1dbc0d5b285bc3122022-12-08T18:58:19.000Z528143320712817491727421740x9141911397620e2d4e059fb2805599710c36e4ff0754b4195fc1a6063614459f01024863045700
0x307ffe186f84a3bc2613d1ea417a5737d69a70070xab1b722bbe4a2ba446fbda2888123d1e531da662false48770000007553412022190596125897067870297793280xab1b722bbe4a2ba446fbda2888123d1e531da6622023-05-09T03:08:36.000Z530187426540589517421438890x563b51329f52268a041cd83d550f5fca88e2134f36121b5490f3b25bb54e374501026726855540
0xd94112b5b62d53c9402e7a60289c6810def1dc9b0xd998864177a59e769332ada79468ef4b50e9b9f7false1200000000000000000007554150435566572681991159605298005420xd998864177a59e769332ada79468ef4b50e9b9f72023-05-09T15:03:44.000Z539681989234108531830992920x9592ad287fd1b93b188e6e85340fc5c37dc15da69ab54294af8d67499ab9fe38046602525306095202343180
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0x34e2ed44ef7466d5f9e0b782b5c08b57475e79070xb6f28ba5470f5009f905298658a95c6e991ae6d6false101145950140742345581658012339931102425722634655700x00000000000000000000000000000000000000001251865072023-01-20T13:53:55.000Z0x1128fb88f7934346a71c057c2ded53146cef971840562eaad72669ac4e34d0f46889757427736534430
0x92b42c66840c7ad907b4bf74879ff3ef7c5294730x048bf2f5908e95976cead0e47d805b3803e286e2false10133239785819759221055338914073159510x00000000000000000000000000000000000000001251958752023-01-20T19:10:43.000Z0x308905116ac40d13cc4d870e1dec4ff18ab51292fdae374c3e7d9bf7c6f875af106410
0x4a1c3ad6ed28a636ee1751c69071f6be75deb8b80x0ffeb87106910eefc69c1902f411b431ffc424fffalse10542591015814713626824537652157155220936265984940x00000000000000000000000000000000000000001251660562023-01-20T02:15:00.000Z0xe04b119b2d85c2ba30c1c193670edec5b602dc8c652e7e8dccbfe315e2ca117b73634348475604086
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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
0x0c84331e39d6658cd6e6b9ba04736cc4c4734351false1049718843219147446283241688167322647124637250x32d3bbb0cc1d1fe32cdab957c2ed206ea872b0d41455735510x32d3bbb0cc1d1fe32cdab957c2ed206ea872b0d42024-05-18T01:23:20.000Z0x9ad078bc96a19b4b57531b4415f9e8694f6842a6fbf62ffd35c2cb2e258d68aa2778832460842
0x0c84331e39d6658cd6e6b9ba04736cc4c4734351false1049721574963481281944456072170119657546438979940xa523d2d2e9a2ee4089e57f77bedebec9b36bf3181455749210xa523d2d2e9a2ee4089e57f77bedebec9b36bf3182024-05-18T02:12:16.000Z0x4cf280ce023d2bcc74f58766820e2430568edf60f3ef3f3426f7f50c21dd34776549754643897994
0x8619d80fb0141ba7f184cbf22fd724116d9f7ffcfalse11190133936130321157527889932515547072341152249670x1b72f5db285b011326efc250627e89c4fd24e0841455856250x1b72f5db285b011326efc250627e89c4fd24e0842024-05-18T08:28:28.000Z0x95928bcaaa5c1acf81519866a0e6b01f808537066bd8b95b91ccdb8d442ce9781554707234115224967
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.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.
valueSTRINGAmount 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
4872990false2983900x80500d200x2825ce5921538d17cc15ae00a8b24ff759c6cdae640755570x8d5b2d2433f5947cb0ffa81d6ad2949fd5d570502025-06-18T20:14:29.000Z0x28f7b000d4fd2282ac55916196508ca86921cb2bd13f3b97ff2d736b8c899fc9
6475800false3400650x80500d200x2825ce5921538d17cc15ae00a8b24ff759c6cdae640550000xe3884a72546f65944df71d7199c038270519511b2025-06-18T11:06:42.000Z0x0c82f8785be4ec53b21c5490089a10a33492f7918dcb8efb784e278c5688a879
3999090xa54371be88e912d2f6401b694824034d379e415e0true3040430x794a61358d6845594f94dc1db02a252b5b4814ad1157920892373161954235709850086879078532699846656405640394575840079131296399350x80500d200x2825ce5921538d17cc15ae00a8b24ff759c6cdae640483580xa54371be88e912d2f6401b694824034d379e415e2025-06-18T08:04:38.000Z0x36d5ed22882a825505f2ac5ceaaa210576802fa8d10f0a8e193077ec0a71cbbd
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_avalanche.WrappedTokenGatewayV3_withdrawETH_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100