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
0x17d013c19fe25cf4d911ce85ed5f40fe8880f46f0x6d80113e533a2c0fe82eabd35f1875dcea89ea970xabe1e936bd6c031573e29998563b8121d7e3d0affalse1015147671131695527547519558105701128601496869809816403881642022-06-13T00:03:47.000Z0x09486e12f01272606e55fe6482546f4158b5ba54dba17c78b52639fab7c9a924
0x17d013c19fe25cf4d911ce85ed5f40fe8880f46f0x6d80113e533a2c0fe82eabd35f1875dcea89ea970x400f9dd9f754c483aa90b4a4616a806fb3763ccafalse10151571383009365289151388102000064111511451051639403887222022-06-13T00:20:35.000Z0xe9a09563580745be4f187c4eda96c2e2dbc1e9f1cae2aedfb384866631a91e90
0x17d013c19fe25cf4d911ce85ed5f40fe8880f46f0x6d80113e533a2c0fe82eabd35f1875dcea89ea970xa50a0b277a7d4a138c0a4c34b3b6deb6f6f0ee03false101521181699387564048959451764128920535139830476512403939662022-06-13T02:07:52.000Z0xc960f4ae9f95eee77194e527b69676b2afe204e3c1e66961fee1433eebe476f5
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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
0x078f358208685046a11c85e8ad32895ded33a2490x35dde5599318112829d97a29f4e8f4c49aafc47cfalse100000132247607087970465179111807910x35dde5599318112829d97a29f4e8f4c49aafc47c27368716952022-04-24T17:11:30.000Z0x802ee01dbb1a8042bb359738e3add70ef4abf8567279a73feefefa6c809631121
0x078f358208685046a11c85e8ad32895ded33a2490x516db224ce62a3c49dc5de6aa448ec48e6c3e291false100000127651324000601390942540161540x516db224ce62a3c49dc5de6aa448ec48e6c3e2912368617242022-04-24T14:05:12.000Z0x8d25f417ca1387e9e952c22510905c0b96d80e263598926d2225ea3d6bdcf1391
0x078f358208685046a11c85e8ad32895ded33a2490x554d7c5f264f3d2b3ee94a718ba365610169f44bfalse10000011884364106605238762782200010x078f358208685046a11c85e8ad32895ded33a2494368433032022-04-24T08:10:13.000Z0xc492bbfbaa1f208d7fae8ee6c3fdeb89f044bb9f8a8de40703a4c6b110d367bd0
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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
0xe50fa9b3c56ffb159cb0fca61f5c9d750e8128c80x794a61358d6845594f94dc1db02a252b5b4814adfalse0x10610xbe85413851d195fc6341619cd68bfdc26a25b92833143853Aave Fantom WETH2022-03-11T14:16:17.000ZaFanWETH0x27c89a7c8bfcc9944f05502b577d7e23c7b692bfae79e617adee62de538f7d5a180x74b23882a30290451a17c44f4f05243b6b58c76d0x6a83d738fcbab0c3973234ac7b7b4f7dda2ad248
0x078f358208685046a11c85e8ad32895ded33a2490x794a61358d6845594f94dc1db02a252b5b4814adfalse0x10570xbe85413851d195fc6341619cd68bfdc26a25b92833143853Aave Fantom WBTC2022-03-11T14:16:17.000ZaFanWBTC0x27c89a7c8bfcc9944f05502b577d7e23c7b692bfae79e617adee62de538f7d5a80x321162cd933e2be498cd2267a90534a804051b110x6a83d738fcbab0c3973234ac7b7b4f7dda2ad248
0x6ab707aca953edaefbc4fd23ba732942414906200x794a61358d6845594f94dc1db02a252b5b4814adfalse0x10650xbe85413851d195fc6341619cd68bfdc26a25b92833143853Aave Fantom USDT2022-03-11T14:16:17.000ZaFanUSDT0x27c89a7c8bfcc9944f05502b577d7e23c7b692bfae79e617adee62de538f7d5a60x049d68029688eabf473097a2fc38ef61633a3c7a0x6a83d738fcbab0c3973234ac7b7b4f7dda2ad248
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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
0x625e7708f30ca75bfd92586e17077590c60eb4cdfalse1009122595729352371130591928245568360x744db9648a1d8d610ba48e2ae1d8535ee692256455489688670x744db9648a1d8d610ba48e2ae1d8535ee69225642022-10-12T00:48:23.000Z0xe0d0b41c2598ca8f84265286c7c2888dbad67b5da884cea83e6e0594190847d734556836
0xe50fa9b3c56ffb159cb0fca61f5c9d750e8128c8false1000251130568389484017038589800720291764992060x0aa2ac7f8e89aae67ab58583b1a95676db4e73f33420281810x0aa2ac7f8e89aae67ab58583b1a95676db4e73f32022-07-04T22:16:22.000Z0x64b01d8016dfc12bc8a14a6c4d8a203453e16fa54fc4ab08fed2d3dc5a2e46e672029176499206
0x6d80113e533a2c0fe82eabd35f1875dcea89ea97false10188753271357355626180089541800000000000000000000x17d013c19fe25cf4d911ce85ed5f40fe8880f46f9419785120x0caad2ba733db214e4e492698cab764ef3b5e81c2022-07-04T07:10:07.000Z0xe4ff97c8ea195a2eccb763e3d1e374a7eb4ae0f567be707372e726721eeffa5f0
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.AToken_Mint_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
0x794a61358d6845594f94dc1db02a252b5b4814ad0x0ce652a4df6184669643af24756fba22010e1680false1093640x049d68029688eabf473097a2fc38ef61633a3c7a44359817691362756327000197042447630x0ce652a4df6184669643af24756fba22010e16802022-08-06T19:04:04.000Z00x496224d94f0bd552e0c03178f09ee478fc552e751dd0af38ba09adff72124e8b1
0x794a61358d6845594f94dc1db02a252b5b4814ad0xbce03405638247f5ca3ea767b2367b1af307ea81false7500000000160x04068da6c83afcfa0e13ba15a6696662335d5b7544342455157186930031134735691513770xbce03405638247f5ca3ea767b2367b1af307ea812022-08-06T12:46:22.000Z00x36e060e32e89774c452c94181181c6377dbb51784bd24265f31eff1192a88b1e2
0x794a61358d6845594f94dc1db02a252b5b4814ad0xeabcc3bec1a93cda596080cde3c2fa19f3522abafalse370000000360x04068da6c83afcfa0e13ba15a6696662335d5b7544309119173315958605059998659841580xeabcc3bec1a93cda596080cde3c2fa19f3522aba2022-08-06T01:15:20.000Z00x4d5bd5ab454429cbccb8547848d3e991185b3f502b535e02085edc0fb62be4dc2
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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
0x794a61358d6845594f94dc1db02a252b5b4814adfalse0x04068da6c83afcfa0e13ba15a6696662335d5b7528646072940x2956914591e03ee87d56d8d2281de938c985c2e0491432304574652300x2956914591e03ee87d56d8d2281de938c985c2e02023-03-12T20:29:09.000Z00xe1c46364e01fa1e5c0bc17fb56c7b561a8b91607ed64e3d45f3076fed1bf1cff0
0x794a61358d6845594f94dc1db02a252b5b4814adfalse0x04068da6c83afcfa0e13ba15a6696662335d5b7514114278640x2956914591e03ee87d56d8d2281de938c985c2e035705714574564160x2956914591e03ee87d56d8d2281de938c985c2e02023-03-12T17:26:04.000Z00xa8b9ee6ba761f7fc8f2e52b3015624536eefaf800c841ab16bb91b90ec0f9fbd0
0x794a61358d6845594f94dc1db02a252b5b4814adfalse0x04068da6c83afcfa0e13ba15a6696662335d5b7513778512430x2956914591e03ee87d56d8d2281de938c985c2e021688926574350920x2956914591e03ee87d56d8d2281de938c985c2e02023-03-12T06:43:07.000Z00xf3392c4c6a093bb6880bf8495cd99d863f899a1d74bf0a90c9a78a9fc7699cf30
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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
0x794a61358d6845594f94dc1db02a252b5b4814ad0x9249f2c06c7d69b3b4418fb416900c271f93764afalse80405601600x04068da6c83afcfa0e13ba15a6696662335d5b750x0000000eb7d8244007da6cd63a512ec69494b231225130591722022-06-15T08:03:35.000Zfalse0xbce273f8843750b6b0f412dc27e96c5fcd9dd1e3df91efb5d189a792e2a083a70x321162cd933e2be498cd2267a90534a804051b11115907035
0x794a61358d6845594f94dc1db02a252b5b4814ad0xf22c7d84a28b0f13aa7e37ef4e4e2edf8e1e4e3afalse88405605290x04068da6c83afcfa0e13ba15a6696662335d5b750x0000000eb7d8244007da6cd63a512ec69494b2315009571612022-06-15T08:13:19.000Zfalse0xa394476d7ef592cfafad38afe6444dd2a2382e7aa792906b6bed5f0082c908470x74b23882a30290451a17c44f4f05243b6b58c76d493476892524176930
0x794a61358d6845594f94dc1db02a252b5b4814ad0xfda21e7df73763a68211dae4ed029bdedb8c5c0afalse13405623030x04068da6c83afcfa0e13ba15a6696662335d5b750x0000000eb7d8244007da6cd63a512ec69494b23115710111982022-06-15T08:51:05.000Zfalse0xdaabff9f626028a7af115f40c91fa0268006aade3a260ffb7d4be4b43eaa83f30x74b23882a30290451a17c44f4f05243b6b58c76d1577090026192781996
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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
0x794a61358d6845594f94dc1db02a252b5b4814ad0x4a5c7161544432594435ed7a5d143f89a480820bfalse80808452452838304451480x1408401b2a7e28cb747b3e258d0831fc926bac510x8d11ec38a3eb5e956b052f67da8bdc9bef8abf3e57450162false2023-03-12T14:02:19.000Z0x851c0fc3268280424ba5e0130d603c2e51c9c57a93211fbbacfc66bbd9140fbe
0x794a61358d6845594f94dc1db02a252b5b4814ad0x1f2066839072a339e3f2e15b4c445ab494f34e9efalse34902340x1f2066839072a339e3f2e15b4c445ab494f34e9e0x04068da6c83afcfa0e13ba15a6696662335d5b7557420828false2023-03-12T01:09:37.000Z0xbcab98bc622cc60dc0c1aa7bdedda040e7208b6c7ce353afb49c93b854908580
0x794a61358d6845594f94dc1db02a252b5b4814ad0x0771190e59e8fc016506ac49c2db580cd84d866ffalse550344337330x0771190e59e8fc016506ac49c2db580cd84d866f0x04068da6c83afcfa0e13ba15a6696662335d5b7542955392false2022-07-17T10:40:15.000Z0x4c2e13d5856d21a9eab045111bf8cebf3ba33e0c3a95cdcfbeb63ac4398064e1
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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
0x794a61358d6845594f94dc1db02a252b5b4814adfalse630x321162cd933e2be498cd2267a90534a804051b11404099342022-06-13T07:16:34.000Z30561227339148102079730xa33cb8f4f74fd2befd778c80640dd5bea68c47b39ddbac7d3f452a1fde5ad7901000076400089374995957133149900000000000000000000000007708735870102886175985911000227760969043433038362312
0x794a61358d6845594f94dc1db02a252b5b4814adfalse520x321162cd933e2be498cd2267a90534a804051b11404100142022-06-13T07:18:02.000Z30582589528515860915820xacf7e1039caa392907f50a6052f498e2db24efbb34c331e74e94e31764ead63a1000076400097903640919490593900000000000000000000000007711429588957359847672421000227763120626586310521832
0x794a61358d6845594f94dc1db02a252b5b4814adfalse640x321162cd933e2be498cd2267a90534a804051b11404117672022-06-13T07:53:47.000Z31443635929373302944560xab7f3ce02a9d28155e8bb05ea7ebc5074b7cb1827faa4bc421b9e63f851f9a001000076400308222223216204397900000000000000000000000007819232903297099230906181000227815870619501390434239
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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
0x794a61358d6845594f94dc1db02a252b5b4814ad0x154ba9e3defed8ba5a97d879911c990ae934382efalse98860145990x04068da6c83afcfa0e13ba15a6696662335d5b75379051420x154ba9e3defed8ba5a97d879911c990ae934382e2022-05-09T11:00:00.000Z00x819511fa820e7f46fb3172d9082de9976ea16243cbbf573ec09193675dd16b20
0x794a61358d6845594f94dc1db02a252b5b4814ad0x185077247ea1ba50b06e361578d54719a8c9e2c3false70000000210x04068da6c83afcfa0e13ba15a6696662335d5b75379069660x185077247ea1ba50b06e361578d54719a8c9e2c32022-05-09T11:44:43.000Z00x8362dbfcc9befc48352e28c99823442cfe4e42cd5608ac8f33604f892b64783c
0x794a61358d6845594f94dc1db02a252b5b4814ad0x21077c224b7178b1bb46af8dcd73f1ebad869b0bfalse16311048320220x04068da6c83afcfa0e13ba15a6696662335d5b75379199110x21077c224b7178b1bb46af8dcd73f1ebad869b0b2022-05-09T16:05:25.000Z00xaef396180192c7f15f04dbea7e7d05c36e226b5be8eeb6e8b56a8880dee2ddc9
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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
0x046ae0974283a9acf5cb4228a93d000c6d0ffd760x794a61358d6845594f94dc1db02a252b5b4814ad0x046ae0974283a9acf5cb4228a93d000c6d0ffd76false36601765609838011662220x8d11ec38a3eb5e956b052f67da8bdc9bef8abf3e479314902022-09-28T10:11:59.000Z0x7a044d4fe18a2217a92d405e4300dbd02feab803d5a60a0ad8dfe257deffb3e3
0x1408401b2a7e28cb747b3e258d0831fc926bac510x794a61358d6845594f94dc1db02a252b5b4814ad0x1408401b2a7e28cb747b3e258d0831fc926bac51false456880854819365561451450x21be370d5312f44cb42ce377bc9b8a0cef1a4c83479082752022-09-28T02:44:33.000Z0x41f4d2b67ffd756772b07d9eb9cf774ab24ec674dfd42dfc0ff08f39c96adb71
0x1408401b2a7e28cb747b3e258d0831fc926bac510x794a61358d6845594f94dc1db02a252b5b4814ad0x1408401b2a7e28cb747b3e258d0831fc926bac51false17664486189559413521025390x21be370d5312f44cb42ce377bc9b8a0cef1a4c83479626042022-09-28T20:28:31.000Z0x550a3c6493b87ae5b9c21ddc3aba7eb3f9dd73f896ab22bcc9678466e256417d
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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
20000x8145edddf43f50276641b55bd3ad95944510021efalse0xae75a438b2e0cb8bb01ec1e1e376de11d44477cc104331439112022-03-11T14:17:09.000Z0x51d142f7e8682f779b6af14098e06405575e8e9965d7c24a953a461eea8d526c110004500
25000x8145edddf43f50276641b55bd3ad95944510021efalse0x21be370d5312f44cb42ce377bc9b8a0cef1a4c8392331439112022-03-11T14:17:09.000Z0x51d142f7e8682f779b6af14098e06405575e8e9965d7c24a953a461eea8d526c115004500
50000x8145edddf43f50276641b55bd3ad95944510021efalse0xb3654dc3d10ea7645f8319668e8f54d2574fbdc859331439112022-03-11T14:17:09.000Z0x51d142f7e8682f779b6af14098e06405575e8e9965d7c24a953a461eea8d526c107506500
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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
0x8145edddf43f50276641b55bd3ad95944510021efalse0x321162cd933e2be498cd2267a90534a804051b1110000107331441432022-03-11T14:21:14.000Z0x328bf8489325d46e19689dd6f638e5777c2b75bfbb34c349cee47eea0a224779
0x8145edddf43f50276641b55bd3ad95944510021efalse0x74b23882a30290451a17c44f4f05243b6b58c76d100006331441492022-03-11T14:21:19.000Z0x5e89778c0f4bcb1b8a07896a66f113056135269264804c726c8cffafe5db73cd
0x8145edddf43f50276641b55bd3ad95944510021efalse0xae75a438b2e0cb8bb01ec1e1e376de11d44477cc1000036331441852022-03-11T14:21:50.000Z0x66fda6e0be8121154184a0a0b2da8e11ab45468bc9783b1709a04ef8d2a029c5
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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
0x8145edddf43f50276641b55bd3ad95944510021efalse0x6a07a792ab2965c72a5b8088d3a069a7ac3a993b91331439112022-03-11T14:17:09.000Z0x51d142f7e8682f779b6af14098e06405575e8e9965d7c24a953a461eea8d526c00
0x8145edddf43f50276641b55bd3ad95944510021efalse0x8d11ec38a3eb5e956b052f67da8bdc9bef8abf3e58331439112022-03-11T14:17:09.000Z0x51d142f7e8682f779b6af14098e06405575e8e9965d7c24a953a461eea8d526c10000
0x8145edddf43f50276641b55bd3ad95944510021efalse0x1e4f97b9f9f913c46f1632781732927b9019c68b103331439112022-03-11T14:17:09.000Z0x51d142f7e8682f779b6af14098e06405575e8e9965d7c24a953a461eea8d526c10000
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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
0x8145edddf43f50276641b55bd3ad95944510021efalse0x74b23882a30290451a17c44f4f05243b6b58c76d0xe50fa9b3c56ffb159cb0fca61f5c9d750e8128c864331438532022-03-11T14:16:17.000Z0x27c89a7c8bfcc9944f05502b577d7e23c7b692bfae79e617adee62de538f7d5a0xd8ad37849950903571df17049516a5cd4cbe55f60x0c84331e39d6658cd6e6b9ba04736cc4c47343510x4aa694e6c06d6162d95be98a2df6a521d5a7b521
0x8145edddf43f50276641b55bd3ad95944510021efalse0x049d68029688eabf473097a2fc38ef61633a3c7a0x6ab707aca953edaefbc4fd23ba7329424149062068331438532022-03-11T14:16:17.000Z0x27c89a7c8bfcc9944f05502b577d7e23c7b692bfae79e617adee62de538f7d5a0x70effc565db6eef7b927610155602d31b670e8020xfb00ac187a8eb5afae4eace434f493eb62672df70xee1bac9355eaafcd1b68d272d640d870bc9b4b5c
0x8145edddf43f50276641b55bd3ad95944510021efalse0x321162cd933e2be498cd2267a90534a804051b110x078f358208685046a11c85e8ad32895ded33a24960331438532022-03-11T14:16:17.000Z0x27c89a7c8bfcc9944f05502b577d7e23c7b692bfae79e617adee62de538f7d5a0x633b207dd676331c413d4c013a6294b0fe47cd0e0x92b42c66840c7ad907b4bf74879ff3ef7c5294730x4aa694e6c06d6162d95be98a2df6a521d5a7b521
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.LendingPoolConfigurator_ReserveInitialized_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
0x307ffe186f84a3bc2613d1ea417a5737d69a70070x25d93fb08635c3b0731039a62c8b060230c822ecfalse3700000059361296622022-04-15T15:31:25.000Z551401290244022347056705540x18a46e08a2a444d71f7bcacc3b9b375903006bfecea8a4f35871e27a6e1a3f533700002324622597116523
0x307ffe186f84a3bc2613d1ea417a5737d69a70070x68e845717ea2ae0ca63e7b2c9f6052fe7397e96efalse1500433672539360988652022-04-15T06:23:29.000Z551457320172114462728645910xd645158ff36ba07613daeb61909f0ca6b8b609415a0cd7dd4a6822c8558b039d4550355543323851223278512563808
0xd94112b5b62d53c9402e7a60289c6810def1dc9b0x3441c49613f556c0bf62c788ef2c608ef8fb3899false24804307818204542494129346274512022-03-28T14:57:02.000Z600423144498679567575774690xbe33d5f6ac9af3072f77d958379c4935a22bb1402d6bf572d5e36e9ed23a608a2480881298413588759203146480100893643012036145051659313450979
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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
0x307ffe186f84a3bc2613d1ea417a5737d69a70070xc870c80777762c152b1f71395783b69e8619fe4cfalse45953228518764145276863985825287945016336168570xc870c80777762c152b1f71395783b69e8619fe4c2022-03-16T23:58:47.000Z641452768639858252879450160xbd3f06dd4f0c6fe8664e46a8fc0011c515238a88ffc51fd42094a1472b4ed230183947553522990051492671
0x307ffe186f84a3bc2613d1ea417a5737d69a70070xc870c80777762c152b1f71395783b69e8619fe4cfalse18394728641164048951304341724717065465336160900xc870c80777762c152b1f71395783b69e8619fe4c2022-03-16T23:46:52.000Z640489513043417247170654650xc03f634a6e48358e3ad321ed945f90ddb6ab8422b7bb6b83df0bc7d7e8fa2efb018394728640
0x307ffe186f84a3bc2613d1ea417a5737d69a70070x0dc23021bee290609fe97060aa3caed6411bce60false187224302252220927920516197178127674466275270x0dc23021bee290609fe97060aa3caed6411bce602022-09-09T05:34:35.000Z536896535080124459265716970x37ba41343d615b5882494d1efdd9b143dbace9ab06b253fbe4afb79d953aa4c4787699521244056801324046
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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
0x0c84331e39d6658cd6e6b9ba04736cc4c47343510x90ac122c9f55d23b860ed8d05a27edd16f113618false100060695327424611760949666615303862264170248480x00000000000000000000000000000000000000002385808222022-05-19T11:28:01.000Z0x219958a59bc9b3b8779a353ba788ba4b37d755284fb3c105b7f88c470f627ea1662171124413008
0x4a1c3ad6ed28a636ee1751c69071f6be75deb8b80x12c43675e4f1547bcc24b621fae9d438c6355ac3false10256271706654976684841642963498355796687319008280x00000000000000000000000000000000000000002385967962022-05-19T16:33:23.000Z0xf8229541571a72921ee8e0069097ff671cd9467b1953815d9a4e4b1aa6cc7977615130918054365623
0x4a1c3ad6ed28a636ee1751c69071f6be75deb8b80x12c43675e4f1547bcc24b621fae9d438c6355ac3false1025636217640548152927663254501644203312680991720x000000000000000000000000000000000000000013385973422022-05-19T16:45:48.000Z0xb0ef6e7cb31d8d3008509ad2236b2c11ff3e10dc521c966c40f6d63fcf8f9a9a442496330186453
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.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
0x0c84331e39d6658cd6e6b9ba04736cc4c4734351false1000042048167358043579247518650016028132264970x0aa2ac7f8e89aae67ab58583b1a95676db4e73f348351306580x0aa2ac7f8e89aae67ab58583b1a95676db4e73f32022-04-03T13:34:06.000Z0x11909854773eb264fc71fd838ddf7973f39f10b7e60f100b77a22a77b83884251602813226497
0x0c84331e39d6658cd6e6b9ba04736cc4c4734351false1000042805016878219128428304220000000000000000000x1fd2166beff4b06230f053dd0de8a40cd925ff6643351525490x1fd2166beff4b06230f053dd0de8a40cd925ff662022-04-03T20:04:34.000Z0x2e57da5728d8f26749d67888e0ba24e2a83788367c167db4deb579c7d41c44b70
0x4a1c3ad6ed28a636ee1751c69071f6be75deb8b8false100474424310617503041824400020023452288254215116690x17d013c19fe25cf4d911ce85ed5f40fe8880f46f2351326620x130e6d1a52b4577b3779f7cf50295d3b28e6a5932022-04-03T14:12:04.000Z0xa777f7033d6a80594a204214e21cdd0aa219cde32bed9d56c098023dd3ea33cc2345228825421511669
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_fantom.VToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100