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
0x78696a78d626db13fe02a878f15b5309f3cf820b0x82e64f49ed5ec1bc6e43dad4fc8af9bb3a2312ee0xb4a957fedc75650d027a83ed992fac013c52dce7false10067843184505997626299479947001513995268589495417185601272022-08-10T08:48:56.000Z0x3b279e205bc4f9cc986b0c43518ccb5517a02399d12127d574e80150cd65d5aa
0x78696a78d626db13fe02a878f15b5309f3cf820b0x078f358208685046a11c85e8ad32895ded33a2490xb4a957fedc75650d027a83ed992fac013c52dce7false10010610681039471289768851882250926014185601272022-08-10T08:48:56.000Z0x3b279e205bc4f9cc986b0c43518ccb5517a02399d12127d574e80150cd65d5aa
0x800a1dcf7d3039fb7e2a97fa91583c66c42d37460x82e64f49ed5ec1bc6e43dad4fc8af9bb3a2312ee0xdb21b58c882b08ef367d2336aed9e234a9fb9b20false1006821155310568505696370186109353587202796773775834186411402022-08-10T20:24:19.000Z0xdf6ec52a32c9a002420dbaece495a290a8bbe7be45b26d672324d247742b62a2
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x625e7708f30ca75bfd92586e17077590c60eb4cd0x6988ff2956fafe168a202c8820dad8d4ad8ac43afalse1001422935459103244391359834113670000x6988ff2956fafe168a202c8820dad8d4ad8ac43a258903612022-04-16T10:36:20.000Z0x74141fddcb7a97c00d02a5e85b32ef2d532652aa208f62ed391c736fa959c58b12321
0x625e7708f30ca75bfd92586e17077590c60eb4cd0x55d50e63a17369510931440e0f199981d179c4f8false100142281552271427777116174260000000x55d50e63a17369510931440e0f199981d179c4f8258900542022-04-16T10:23:24.000Z0xc4a11cd5c6882cf0fca20071b6d7b63e020b3299ee7d171f9defb35612cf5ca67013
0x625e7708f30ca75bfd92586e17077590c60eb4cd0xac7dd5a34f5859ef1fecc8f4d036f75a35b19eb9false10014224580475617213553285705000000xac7dd5a34f5859ef1fecc8f4d036f75a35b19eb9258888142022-04-16T09:44:51.000Z0xdd5cdcca1cd0b435dc26a4512d363e1dc70fa0b156ab981b12cb1d088e3dae2c0
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x724dc807b04555b71ed48a6896b6f41593b8c6370x794a61358d6845594f94dc1db02a252b5b4814adfalse0x100xb2289e329d2f85f1ed31adbb30ea345278f21bcf107128612Aave Optimism rETH2023-07-20T12:26:41.000ZaOptrETH0x1d8b04166d66cedce492cbe38185b6ddd76f7bd059bfe48cae20c137acea0111180x9bcef72be871e61ed4fbbc7630889bee758eb81d0x929ec64c34a17401f460460d4b9390518e5b473e
0x38d693ce1df5aadf7bc62595a37d667ad57922e50x794a61358d6845594f94dc1db02a252b5b4814adfalse0x1190xb2289e329d2f85f1ed31adbb30ea345278f21bcf139480651Aave Optimism USDCn2025-08-07T09:47:59.000ZaOptUSDCn0x72ba588ee0c029daadc44a3a72a4b65876ff263e1ccefa70bd744fbcda4183be60x0b2c639c533813f4aa9d7837caf62653d097ff850x929ec64c34a17401f460460d4b9390518e5b473e
0x6ab707aca953edaefbc4fd23ba732942414906200x794a61358d6845594f94dc1db02a252b5b4814adfalse0x710xb2289e329d2f85f1ed31adbb30ea345278f21bcf139480651Aave Optimism USDT2025-08-07T09:47:59.000ZaOptUSDT0x72ba588ee0c029daadc44a3a72a4b65876ff263e1ccefa70bd744fbcda4183be60x94b008aa00579c1307b0ef2c499ad98a8ce58e580x929ec64c34a17401f460460d4b9390518e5b473e
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0xf329e36c7bf6e5e86ce2150875a84ce77f477375false10000188197727867221027791101473020257545896480x42e9ada505f9844dd10978967d58350eb733b0b281142360020x42e9ada505f9844dd10978967d58350eb733b0b22024-01-01T00:59:41.000Z0xf5fc745095ca03819bf0f75c6c4e245fc704ca98998b38b452b4281b0282580d73744217553
0xf329e36c7bf6e5e86ce2150875a84ce77f477375false100001881977278672210277911010000000000000000x20628b67ce5cddac1cb95198c0ff5271f39fc048491142560930x20628b67ce5cddac1cb95198c0ff5271f39fc0482024-01-01T12:09:23.000Z0xb293e186aca9d9ca6c0f3eb1857a0d3588d87c7ef19f102b24ad25e9eb8186750
0x724dc807b04555b71ed48a6896b6f41593b8c637false100014670472747125316419659210000905140960x4ac3c9c67296646e57d43b60af2b6ed4170f7125111142402500x4ac3c9c67296646e57d43b60af2b6ed4170f71252024-01-01T03:21:17.000Z0x3dac51045963acc88a7781a93f30c3f92d6b27ee01eafb0692baf7bf2881390890514096
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x91155c72ea13bcbf6066dd161beced3eb7c35e350x929ec64c34a17401f460460d4b9390518e5b473e0x91155c72ea13bcbf6066dd161beced3eb7c35e35false00x420000000000000000000000000000000000004220x91155c72ea13bcbf6066dd161beced3eb7c35e35614143972023-01-06T23:38:52.000Z0xabe8f2aa193d176d1aa80f8f29213beb87569f786c7b214e88c4d95cf516cbb0
0x63df09710a65e46288747f611d56cc0116a3cf930x929ec64c34a17401f460460d4b9390518e5b473e0x63df09710a65e46288747f611d56cc0116a3cf93false00x420000000000000000000000000000000000004220x63df09710a65e46288747f611d56cc0116a3cf93613596812023-01-06T19:38:47.000Z0x8c96057163f1741d6b36b8e4fdb8a3a1a5c5051089c1966935eceb0a06db2f10
0xda713512042bbbc599c438fe41c0c14b2e1dea3e0x929ec64c34a17401f460460d4b9390518e5b473e0xda713512042bbbc599c438fe41c0c14b2e1dea3efalse00x420000000000000000000000000000000000004220xda713512042bbbc599c438fe41c0c14b2e1dea3e613461382023-01-06T18:38:40.000Z0x359fa526b102bc5d7c8b62baaa02da37491349d60774a96329068369abf8c2f8
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x794a61358d6845594f94dc1db02a252b5b4814ad0x0064f043786e8c597d6565fcbf4f0989bdd0f9a3false47594655180721125250xda10009cbd5d07dd0cecc66161fc93d7c9000da121897901445044452209830498675312590x0064f043786e8c597d6565fcbf4f0989bdd0f9a32022-09-04T11:58:25.000Z00x8aad7e4c548ee5a192cf7af76a1fffa63202f39c259e04292f03aad490d2c5042
0x794a61358d6845594f94dc1db02a252b5b4814ad0x015514ab18515b7951616a1087d4c5d326816639false678000050x7f5c764cbc14f9669b88837ca1490cca17c3160721922593342189958948246739900312420x015514ab18515b7951616a1087d4c5d3268166392022-09-04T16:52:32.000Z00x202ac9a582048f6cc353438d37bf7ca445044b93b7c465d3dbcf06babf43fe9d2
0x794a61358d6845594f94dc1db02a252b5b4814ad0x0169f84ca058f2f858ba9b9d3508a73bb7f66fd6false14000050x7f5c764cbc14f9669b88837ca1490cca17c3160721881378342411396812882323137539030x0169f84ca058f2f858ba9b9d3508a73bb7f66fd62022-09-04T07:43:14.000Z00xd452d5ef22b4fe1e315e8c57f6ddf7c1d08a1fb56f22ccf0fd7538e02ac446262
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x794a61358d6845594f94dc1db02a252b5b4814adfalse0x0b2c639c533813f4aa9d7837caf62653d097ff852146758260x32ad28356ef70adc3ec051d8aacdeeaa101352961141073381229607130x32ad28356ef70adc3ec051d8aacdeeaa101352962024-07-21T00:03:23.000Z1960x62fe6dfb12af2b1b1c87a873e5002d2965648baade00a25f66ee0fd5d10baace0
0x794a61358d6845594f94dc1db02a252b5b4814adfalse0x0b2c639c533813f4aa9d7837caf62653d097ff85335100510x32ad28356ef70adc3ec051d8aacdeeaa1013529661167551229888790x32ad28356ef70adc3ec051d8aacdeeaa101352962024-07-21T15:42:15.000Z1960x3d86404c6b0dabe813d95f7b4b71e8cfc53c41047077293b85cfd109877633670
0x794a61358d6845594f94dc1db02a252b5b4814adfalse0x0b2c639c533813f4aa9d7837caf62653d097ff8562548947850x32b1d1bfd4b3b0cb9ff2dcd9dac757aa64d4cb697231274471229631830x32b1d1bfd4b3b0cb9ff2dcd9dac757aa64d4cb692024-07-21T01:25:43.000Z1960x303e9cb843e91b542befcd45788b57f66e57c834047b4a9fb1eacb483dd99ac50
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x794a61358d6845594f94dc1db02a252b5b4814ad0xc8ece5c0e0024c477b16b9840e311d517a639c0bfalse12797353650x94b008aa00579c1307b0ef2c499ad98a8ce58e580x9999b50bb6fc4ac42ddc5f10518e406549ebc3a0132969572023-03-10T07:17:27.000Zfalse0x651ea784bfff59d072758c756fc2346dbd1837bb7ad938378d9e2cbc6176b5ea0x42000000000000000000000000000000000000069969959955927057
0x794a61358d6845594f94dc1db02a252b5b4814ad0x2b0d1e5a1e1cb285db8c8c85d336718df7910babfalse12797266120x94b008aa00579c1307b0ef2c499ad98a8ce58e580x9999b50bb6fc4ac42ddc5f10518e406549ebc3a0517802932023-03-10T06:46:39.000Zfalse0xa2519f8b7337a548f9780c1b2d3515b39da6dd83f16ebaa1d949c03ed29c08a70x420000000000000000000000000000000000000638362241693740028
0x794a61358d6845594f94dc1db02a252b5b4814ad0x1751c6a506e9af85aa8bfc925a3af1ef1d9580ecfalse12797746960xda10009cbd5d07dd0cecc66161fc93d7c9000da10x9999b50bb6fc4ac42ddc5f10518e406549ebc3a02002490555958411890312023-03-10T10:19:04.000Zfalse0x697ec968491c7f56d3b0781bbcfa7bc2f6d268db86318d85ee3903612c0763800x76fb31fb4af56892a25e32cfc43de717950c92783324126544747905559
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x794a61358d6845594f94dc1db02a252b5b4814adfalse1290xc40f949f8a4e094d1b49a23ea9241d289b7b28191406834692025-09-04T06:01:55.000Z53430366640930740650x0070cefb973fb921e473a838aca32799376b0c3abce8046e625865e9f1cae5b2
0x794a61358d6845594f94dc1db02a252b5b4814adfalse1350x0b2c639c533813f4aa9d7837caf62653d097ff851406834692025-09-04T06:01:55.000Z4062850290x0070cefb973fb921e473a838aca32799376b0c3abce8046e625865e9f1cae5b2
0x794a61358d6845594f94dc1db02a252b5b4814adfalse1050x7f5c764cbc14f9669b88837ca1490cca17c316071406834692025-09-04T06:01:55.000Z2077824260x0070cefb973fb921e473a838aca32799376b0c3abce8046e625865e9f1cae5b2
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x794a61358d6845594f94dc1db02a252b5b4814ad0xf23fda58c7b927abae31a3c83809424f748c5b88false15908790440706419906650xf23fda58c7b927abae31a3c83809424f748c5b880x350a791bfc2c21f9ed5d10980dad2e2638ffa7f638692744true2022-11-16T11:45:35.000Z0x31afcd42348411e15bbbf3e8d0f6049edceb5607a33b63f2b3bd4c3ef0e44101
0x794a61358d6845594f94dc1db02a252b5b4814ad0xf23fda58c7b927abae31a3c83809424f748c5b88false24274813159820009273850xf23fda58c7b927abae31a3c83809424f748c5b880x350a791bfc2c21f9ed5d10980dad2e2638ffa7f638690995false2022-11-16T11:37:03.000Z0xbae86d33eba0b4b497f87fce274fe9499b774850b8facd31590b7fa6e86a3f04
0x794a61358d6845594f94dc1db02a252b5b4814ad0x3afeb77d4df9393cd8da93b29d0987c9d74538ebfalse211830511706527606250x3afeb77d4df9393cd8da93b29d0987c9d74538eb0x420000000000000000000000000000000000000638760415false2022-11-16T15:48:26.000Z0x77c2ff3cffade3dffafb099b6cff8e9612db8c411e0034c4b2137f791f9cf036
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x794a61358d6845594f94dc1db02a252b5b4814adfalse640x76fb31fb4af56892a25e32cfc43de717950c92781117553462023-11-04T14:51:09.000Z00xf8eee5e71c62ab3a0c8533849f46c06817d3d8cd9e66fe777c4141f66752a40c10000038617736159446384829009000000000000000000000000001000000000000000000000000000
0x794a61358d6845594f94dc1db02a252b5b4814adfalse600x42000000000000000000000000000000000000421117286942023-11-04T00:02:45.000Z13475688229543520427428150x703e8a1e9325f4cb4ea4dd595b70acb1ec0409c020e9fc4411157255a440bd30100034468115156958577499883190000000000000000000000000161872564423379942078228331000256586581871261026737060
0x794a61358d6845594f94dc1db02a252b5b4814adfalse560x42000000000000000000000000000000000000421117293002023-11-04T00:22:57.000Z14115834975298953400959780x6261424ffd041e00c292acc85c60df1d6c0ca93a2e884c70af1011391a13cc49100034473295954666238641025690000000000000000000000000165672740354032387849800821000257208854666409438942822
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x794a61358d6845594f94dc1db02a252b5b4814ad0x0887184a115a1fdbe293a24ef395aa57b22d95aafalse1320x0b2c639c533813f4aa9d7837caf62653d097ff851270015700x0887184a115a1fdbe293a24ef395aa57b22d95aa2024-10-22T12:58:37.000Z00x632995a9e9603f77d0f32a679411724a7b5061b5692b6e73cd3b857907ff9135
0x794a61358d6845594f94dc1db02a252b5b4814ad0x0a597325c656d3d10c3a7d293e0c066325255555false7334511826350x0b2c639c533813f4aa9d7837caf62653d097ff851269962640x0a597325c656d3d10c3a7d293e0c0663252555552024-10-22T10:01:45.000Z00xe57afd46ab6387d4bb84d7c1c0c4e9c32cace3be9b6c7fc0cff32b041f621fd9
0x794a61358d6845594f94dc1db02a252b5b4814ad0x0b03e110ef81cf0028949996398b48c5732a08c6false22442367897210x0b2c639c533813f4aa9d7837caf62653d097ff851270014920x0b03e110ef81cf0028949996398b48c5732a08c62024-10-22T12:56:01.000Z00x02ebf361dcf5903d29d1603550bed443b67677b04db54dd7caaa131b43b920ad
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x1a8bf92abe1de4bdbf5fb8af223ec5fedceffb760x794a61358d6845594f94dc1db02a252b5b4814ad0x1a8bf92abe1de4bdbf5fb8af223ec5fedceffb76false522115160047410x7f5c764cbc14f9669b88837ca1490cca17c31607939968652023-04-25T04:07:30.000Z0x360e9e0c304a4aeb4908fc240a9f8c8ce1fa242a5b5e69b4d9b9746aab063b29
0x3fa18d0cbaf4c9d5078e758b3deade077ca525cb0x794a61358d6845594f94dc1db02a252b5b4814ad0xfe7296c374d996d09e2ffe533eeb85d1896e1b14false605936967350x7f5c764cbc14f9669b88837ca1490cca17c31607939571502023-04-25T00:00:38.000Z0x8c9f41e61ae7864c49b25268770998c05aefb23ac281bcf70b05010d25686778
0x3fa18d0cbaf4c9d5078e758b3deade077ca525cb0x794a61358d6845594f94dc1db02a252b5b4814ad0x58ffcdac112d0c0f7b6ac38fb15d178b83663249false15116876650x94b008aa00579c1307b0ef2c499ad98a8ce58e58939571502023-04-25T00:00:38.000Z0x8c9f41e61ae7864c49b25268770998c05aefb23ac281bcf70b05010d25686778
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
58000x8145edddf43f50276641b55bd3ad95944510021efalse0x420000000000000000000000000000000000004281213495562024-06-13T16:58:09.000Z0xa4bdb30a9252e8f5a5292498d53938a2f76fac000f2e25a509c6b99229cbfef9110006300
78000x8145edddf43f50276641b55bd3ad95944510021efalse0xda10009cbd5d07dd0cecc66161fc93d7c9000da11941938832023-04-25T17:35:14.000Z0xb1b95b09bad8a17d0d51fa1d36a29ed7739ce86d8e4ce7fae91cf64237f6ebc3105008300
73000x8145edddf43f50276641b55bd3ad95944510021efalse0x68f180fcce6836688e9084f035309e29bf0a20950941938832023-04-25T17:35:14.000Z0xb1b95b09bad8a17d0d51fa1d36a29ed7739ce86d8e4ce7fae91cf64237f6ebc3108507800
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x8145edddf43f50276641b55bd3ad95944510021efalse0x0b2c639c533813f4aa9d7837caf62653d097ff8510000321127881072023-11-28T12:36:31.000Z0x85a6c4668f31c070159fb10570f0ff1cb0b2277795d9006259ec5062ea9ed85c
0x8145edddf43f50276641b55bd3ad95944510021efalse0x4200000000000000000000000000000000000042100008682255422023-01-17T01:17:58.000Z0x1bde745a6f116c1d854975fc91c695570a081fac0eaaac02677e9932513819e6
0x8145edddf43f50276641b55bd3ad95944510021efalse0xdfa46478f9e5ea86d57387849598dbfb2e964b021000014984291882023-05-15T09:37:27.000Z0x50b7a5757a9501e85ee6c0c6fa46b5462f64b713c7b0f4dd49a432c11efc4e10
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x8145edddf43f50276641b55bd3ad95944510021efalse0x7f5c764cbc14f9669b88837ca1490cca17c31607341239493472024-08-12T21:17:51.000Z0xf70b1ce3d3cee1c36b04373ec7d0079ef3731fb074fe5912704677a5acb59bd130002500
0x8145edddf43f50276641b55bd3ad95944510021efalse0x1f32b1c2345538c0c6f582fcb022739c4a194ebb1481239309002024-08-12T11:02:57.000Z0xac199dc0d6460ad0ce2a1b7860f988fb0519b8148c7db7c5cac044340b11aec95001500
0x8145edddf43f50276641b55bd3ad95944510021efalse0xdfa46478f9e5ea86d57387849598dbfb2e964b0201127002592023-11-26T11:48:15.000Z0x50097b7a4ae1464f7c78b3be86da487b15a4aa8f9e7b95784844a4c279145b1d95002000
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x8145edddf43f50276641b55bd3ad95944510021efalse0x42000000000000000000000000000000000000420x513c7e3a9c69ca3e22550ef58ac1c0088e918fff4682255422023-01-17T01:17:58.000Z0x1bde745a6f116c1d854975fc91c695570a081fac0eaaac02677e9932513819e60x08cb71192985e936c7cd166a8b268035e400c3c30x77ca01483f379e58174739308945f044e1a764dc0xee1bac9355eaafcd1b68d272d640d870bc9b4b5c
0x8145edddf43f50276641b55bd3ad95944510021efalse0x9bcef72be871e61ed4fbbc7630889bee758eb81d0x724dc807b04555b71ed48a6896b6f41593b8c637131071286122023-07-20T12:26:41.000Z0x1d8b04166d66cedce492cbe38185b6ddd76f7bd059bfe48cae20c137acea01110xdc1fad70953bb3918592b6fcc374fe05f5811b6a0xf611aeb5013fd2c0511c9cd55c7dc5c1140741a60x3b57b081da6af5e2759a57bd3211932cb6176997
0x8145edddf43f50276641b55bd3ad95944510021efalse0x42000000000000000000000000000000000000060xe50fa9b3c56ffb159cb0fca61f5c9d750e8128c8743657852022-03-11T13:50:03.000Z0x057b33da19a695e1dbc2d77e00929699c4ec72eef3edcac966313c53520edd750xd8ad37849950903571df17049516a5cd4cbe55f60x0c84331e39d6658cd6e6b9ba04736cc4c47343510xee1bac9355eaafcd1b68d272d640d870bc9b4b5c
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x746c675dab49bcd5bb9dc85161f2d7eb435009bf0xfalse00x41dacfa8bc41221f46c780fd6469dad4cdccef8346112788107execute()0x2023-11-28T12:36:31.000Z17011749910x85a6c4668f31c070159fb10570f0ff1cb0b2277795d9006259ec5062ea9ed85ctrue
0x746c675dab49bcd5bb9dc85161f2d7eb435009bf0xfalse00x504d3d47b7414f0329d653d8134fe22fe2516c6242119690311execute()0x2024-05-06T07:09:59.000Z17149793990x167f32c175f561473a47b2b8c182802cc8ed388ae7d0185e44391dae34127773true
0x746c675dab49bcd5bb9dc85161f2d7eb435009bf0xfalse00xdc2ec885bf5d9de4d1e258f13bca78b524cf821294125273069execute()0x2024-09-12T12:41:55.000Z17261449150x165896f9e7d41e3caf2eb750727b92fec67e9217b4a9d31dc78d57d23c619769true
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0xbaf95bb30cdab3d5b7a11b67edef5631bd62be86false0x2691f337abeb0146f16441ca4f82f363275851d518928750863346531250x2691f337abeb0146f16441ca4f82f363275851d51891292636035735181541394033402025-08-05T14:50:57.000Z0xf75981c86a88a9a3a113ce3649f1e88807a86c02180a2394ce944e09b31c7e67
0x8e6a81b9d541a0cea090818b62c4b2de7f2a2cf7false0x3611b82c7b13e72b26eb0e9be0613bee7a45ac7c316602569330534090x3611b82c7b13e72b26eb0e9be0613bee7a45ac7c31644741479143263761394192222025-08-05T23:40:21.000Z0xb2283c899bb0af392955e16b5c4f4d22df8c6e18f7eb1fbb735a74aacf8e2c03
0x41b334e9f2c0ed1f30fd7c351874a6071c53a78efalse0x4661f836f07c78a01d5490bff6e8587b9291c6b8261495910x4661f836f07c78a01d5490bff6e8587b9291c6b823434853331394134482025-08-05T20:27:53.000Z0x2c2a62ec14dc05ce0c4531c31c2893c8445e6b9cd9605c4855149e3767e670bd
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x41b334e9f2c0ed1f30fd7c351874a6071c53a78efalse6511329962992025-03-10T07:22:55.000Z0x6496d5ec31092ddfb2f9028f04eec1e357f1673955977fbec40df00eaeabda76
0x0ec63a55a688e5ba26afe8d9250114505e8b60a0false811351329262025-04-28T18:23:49.000Z0x2b91889dd9b93dbc0f728117c3f79c6125a2acd0f4f4224d5955834198a101a1
0xc438643b0eee8a314eec53eb8a1ee6467c88fc24false1011351328842025-04-28T18:22:25.000Z0x71d600c3afa4a13a8125e6433f155ec997351747a58eba686defe187f67b5721
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x41b334e9f2c0ed1f30fd7c351874a6071c53a78efalse0x1b52af3d107491c2036d745478176eb3c7863eb5338911420x1b52af3d107491c2036d745478176eb3c7863eb5305156591400x146eda2f1d35efb5eef5703acec701c68e1503d81374161512025-06-20T14:51:19.000Z0xf93e34fd05465ca7f2cd1996e0ea371cfa3744b34990fb2fbb09cd26c1981650
0x41b334e9f2c0ed1f30fd7c351874a6071c53a78efalse0x1b52af3d107491c2036d745478176eb3c7863eb5303801690x1b52af3d107491c2036d745478176eb3c7863eb527353532340x146eda2f1d35efb5eef5703acec701c68e1503d81374312912025-06-20T23:15:59.000Z0xb1d8bf5e539b48856d8939d2b1cdc6b1015e2efaeef6e34f533b315a0a961676
0x41b334e9f2c0ed1f30fd7c351874a6071c53a78efalse0x1b52af3d107491c2036d745478176eb3c7863eb5394582090x1b52af3d107491c2036d745478176eb3c7863eb535529047480x146eda2f1d35efb5eef5703acec701c68e1503d81374051302025-06-20T08:43:57.000Z0xe48e318e06e205780db1822058c6b44fde7ca72572a7ea7ca6024550604a5e65
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x170d6d6fcabf0ba3932a03d5f470c16c39c18e39false121351329260x0ec63a55a688e5ba26afe8d9250114505e8b60a00x8c6f28f2f1a3c87f0f938b96d27520d9751ec8d92025-04-28T18:23:49.000Z0x2b91889dd9b93dbc0f728117c3f79c6125a2acd0f4f4224d5955834198a101a1
0x170d6d6fcabf0ba3932a03d5f470c16c39c18e39false141351328840xc438643b0eee8a314eec53eb8a1ee6467c88fc240x350a791bfc2c21f9ed5d10980dad2e2638ffa7f62025-04-28T18:22:25.000Z0x71d600c3afa4a13a8125e6433f155ec997351747a58eba686defe187f67b5721
0x170d6d6fcabf0ba3932a03d5f470c16c39c18e39false211351328240x8e6a81b9d541a0cea090818b62c4b2de7f2a2cf70x9bcef72be871e61ed4fbbc7630889bee758eb81d2025-04-28T18:20:25.000Z0x1493c4016f8a07a28ae1e6142982a474423526f1ee79c1102517480a24d8863b
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x307ffe186f84a3bc2613d1ea417a5737d69a70070x21357415221ea83f81855998c091bc630c6d2439false9000001452006052022-12-04T08:21:48.000Z513261376655531872688705740xdd1be575f5a8c73da95e6e311803eb7f90e4b65643ea1452e43966d4ea13686e9000003520437771690
0x307ffe186f84a3bc2613d1ea417a5737d69a70070xb6c0ab6fa80ae76be37ab82abccbf6da4ca34ebefalse4440000001453731492022-12-04T17:21:56.000Z513261375854871487868798830x387bc38e97e2d18daee2b9c193f865890ffcce3088da1afe31ac90c32f04a5bc44400003235206254765332
0x70effc565db6eef7b927610155602d31b670e8020xd3d27b35bf301b9bcb01e0784fe9fd1ee80eb04dfalse5000001452600042022-12-04T11:41:10.000Z564582273924029499993353670x60f3463fc9bf2d38c3c1a365f88f4642b1f1e413355d970b5d3e8ab9a161cf7e50000019909141986530
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x307ffe186f84a3bc2613d1ea417a5737d69a70070xd6ab15700f2fc1b31f293a32c502bde51cc532a3false210000111615211080970690113626755927293489550xd6ab15700f2fc1b31f293a32c502bde51cc532a32022-05-31T00:25:33.000Z527613320048920460988653510x00a93dac28090ad48c37a005f3bae42e642ef06507b1057d9a860e547d67d22a35000011161734869545071116
0x307ffe186f84a3bc2613d1ea417a5737d69a70070x20ae6ab571c6899940bac00a31da54f0c93ce740false500000015224909813755700000000000093696340x20ae6ab571c6899940bac00a31da54f0c93ce7402022-05-31T07:12:06.000Z527661041558920389820380900xddbd541da0914f3a3b190bf0b912e67cc4467c447fc5acfe3deaa607757839d501722323174700
0xd94112b5b62d53c9402e7a60289c6810def1dc9b0xa322e3ea5028e9cc5f6a3c1574c16d50f54902cafalse1000000000000000000015218704030729501992916110093768410xa322e3ea5028e9cc5f6a3c1574c16d50f54902ca2022-05-31T09:14:28.000Z529633874809121142460577570x02a56852dcb343d7abad082d22cfccfc2f29c28bc8c64b3ac7fb566f4b902e800240961591341636693351200
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x0c84331e39d6658cd6e6b9ba04736cc4c47343510xee59e3ec98c8f3227ce7a0998ef35b12008ca683false10620918723922772937067425704480000000000000000x0000000000000000000000000000000000000000311205552952024-05-26T07:42:47.000Z0xebf2aa88231221930295bd139bc42d802f99c7cfc7b58e24627dafe180f233f8130645509206053
0x0c84331e39d6658cd6e6b9ba04736cc4c47343510xb49005bedcfba85a5562801f32420ea1f9b4cd35false10621248779425660108301639931499999509604230910x0000000000000000000000000000000000000000181205783982024-05-26T20:32:53.000Z0x5ec2d48144d5181ba0449b70da2ee203d1d9408ac28ec87d899bef0d127b4d4b49039576909
0x0c84331e39d6658cd6e6b9ba04736cc4c47343510xef22d4235aa03bffa3f52f27edb09d62bb204a25false10620745299598871593427335741399999434093084770x0000000000000000000000000000000000000000921205432122024-05-26T01:00:01.000Z0x6dc2ad9b3c108e1d0c87f7eba8b8f0d15091c90482a5876700da6c77f4e6693156590691523
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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
0x34e2ed44ef7466d5f9e0b782b5c08b57475e7907false1002083470018452196914500728977920000000000000000xb1d72dd9cd988c727b160886b864ee0004965c8a1998874320xb1d72dd9cd988c727b160886b864ee0004965c8a2023-05-20T06:39:41.000Z0x60bfc98248b69a337c47941d2d7cfecaaf5d978aba2b6e8df09aec554df505a70
0x34e2ed44ef7466d5f9e0b782b5c08b57475e7907false1002085933593595456852188472978000000000000000000xb1d72dd9cd988c727b160886b864ee0004965c8a1999165090xb1d72dd9cd988c727b160886b864ee0004965c8a2023-05-20T09:13:59.000Z0x3ea59ff3c8b241893bc1bfba7aeb1636666a188b43c7d251992b1e260540fd100
0x34e2ed44ef7466d5f9e0b782b5c08b57475e7907false1002097342277704831827614639711120000000000000000xabb4f79430002534df3f62e964d62659a010ef3c11000449100xabb4f79430002534df3f62e964d62659a010ef3c2023-05-20T21:57:01.000Z0xda3d24b0f722e9d0fd9b85309389df942fe871c3595a242e1801928a7194cb4f0
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.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.
valueFLOAT64Amount 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
3793880xb8a028bc434880da148c322ddce703af5e741c850true2375990x794a61358d6845594f94dc1db02a252b5b4814ad100000000000000000000x80500d200x5f2508cae9923b02316254026cd43d79028667251420804060xb8a028bc434880da148c322ddce703af5e741c852025-10-06T14:06:29.000Z0xb62339d8ca311eeb9a79663197971afcb2c1b495911902b6fa5096a6f93828da
4377380xbe88590088585ee8ba69650a2bad7348d5271db70true2480400x794a61358d6845594f94dc1db02a252b5b4814ad10000000000000000x80500d200x5f2508cae9923b02316254026cd43d79028667251420853810xbe88590088585ee8ba69650a2bad7348d5271db72025-10-06T16:52:19.000Z0x373d4c6624b14001cb9d305d59362539621f8e148ba6c45ba0cdf6d174fc63bb
4377560xf2c9bd65d82a1a14e6a5f93d014e408a98b9f8600true2480520x794a61358d6845594f94dc1db02a252b5b4814ad14000000000000000000x80500d200x5f2508cae9923b02316254026cd43d79028667251420803860xf2c9bd65d82a1a14e6a5f93d014e408a98b9f8602025-10-06T14:05:49.000Z0xaf23193f820e9e62f2c32ca74fbdfc4cf37989c2f8bb823fabec82dca10f5f5f
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_optimism.WrappedTokenGatewayV3_withdrawETH_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100