Skip to main content

Tables

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_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_hash
0x686bef2417b6dc32c50a3cbfbcc3bb60e1e9a15d0x58e57ca18b7a47112b877e31929798cd3d703b0ffalse100180038123436025312918897890500900x000000c0f624da031e44661f23c2e5bdacc6dcf451315110782023-06-19T01:13:53.000Z0xcc390f23bf4f9f2e13a6eed61695c4dbb2e7d2d62897552f8e2297f7168acbdf
0x686bef2417b6dc32c50a3cbfbcc3bb60e1e9a15d0x58e57ca18b7a47112b877e31929798cd3d703b0ffalse100180038756882330649140138075816760x000000c0f624da031e44661f23c2e5bdacc6dcf442315117292023-06-19T01:35:45.000Z0x84c7ee01f9649e3aaac40922dcda8fc07502b79aa71890633eebeddcdd632dc8
0x686bef2417b6dc32c50a3cbfbcc3bb60e1e9a15d0x58e57ca18b7a47112b877e31929798cd3d703b0ffalse100180049368294348448816012681453770x000000c0f624da031e44661f23c2e5bdacc6dcf445315225092023-06-19T07:41:59.000Z0x9605251cc6527ccc0ddef7c66b57f6eb0c755d8de3da5b56217a02002ae50370
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.AToken_Burn_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_fromSTRINGAddress originating the transfer or 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).
addressin_fromremovedin_indexin_valuelog_indexblock_numberblock_timestamptransaction_hash
0x46a51127c3ce23fb7ab1de06226147f446e4a8570x5ba7fd868c40c16f7adfae6cf87121e13fc2f7a0false1047134600750891899933890878287012367103792023-10-21T00:02:05.000Z0x2fef0e06ae4fdf5b07734c0de628185ff121829f4c2a42d593bb52826e82fc82
0x46a51127c3ce23fb7ab1de06226147f446e4a8570x5ba7fd868c40c16f7adfae6cf87121e13fc2f7a0false104713523778758633553493148997335137367115482023-10-21T00:42:10.000Z0x5b3a95d13232a38c1f849bea1f94c91192f2527fb54fde2c2ff19f0764bccbf9
0x686bef2417b6dc32c50a3cbfbcc3bb60e1e9a15d0x5ba7fd868c40c16f7adfae6cf87121e13fc2f7a0false1001858174835740061808627519113367141212023-10-21T02:10:04.000Z0x8053fc039d30ed5e8e3cdeb889bec69b6f70cafd086a9f846c1ea17b45818e66
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.AToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

IncentivesController_RewardsClaimed_event

Reward claim events from Aave IncentivesController contracts recording the distribution of protocol incentive tokens to users. Tracks user address, claimer address, recipient address, reward token contract, and claimed amount for analyzing liquidity mining and staking reward distributions.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_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_amountlog_indexin_claimerblock_numberblock_timestamptransaction_hash
0x359061180839f6d9904f4020d79deabd21f2f2130x01d83fe6a10d2f2b7af17034343746188272cac90x359061180839f6d9904f4020d79deabd21f2f213false86385339597297051810x359061180839f6d9904f4020d79deabd21f2f213565187292025-01-29T10:54:57.000Z0x675c90d3d5d7ee222ab8904fb88c59788b7f590f5cbcdaabe61f02f2dcf77875
0xb88204292cb7f491b8f74a7a8fa5d603a92b52320x01d83fe6a10d2f2b7af17034343746188272cac90xb88204292cb7f491b8f74a7a8fa5d603a92b5232false143218521189265040xb88204292cb7f491b8f74a7a8fa5d603a92b5232238395812022-12-19T14:32:30.000Z0x61a118a4605c051a98daf19818465716187bac24320d66fcd2bccc3ccf3b17f7
0x973a74083b8e38453208d821587502a94d18ab440x01d83fe6a10d2f2b7af17034343746188272cac90x973a74083b8e38453208d821587502a94d18ab44false11705211454180850810x973a74083b8e38453208d821587502a94d18ab44238403212022-12-19T14:57:28.000Z0x25515196e901c2b3f8fe0af8a3a15ea0508eff79a8361daff43ebf7f7b4842b5
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.IncentivesController_RewardsClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_Borrow_event

Borrow events emitted by Aave lending pool contracts capturing loan originations with borrower address, reserve asset, loan amount, interest rate, and rate mode (stable or variable). Used for tracking DeFi lending activity and calculating protocol borrowing metrics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_borrowRateModeSTRINGInterest rate mode selected for the borrow operation. Numeric string value where ‘1’ represents stable rate and ‘2’ represents 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_referralSTRINGReferral code identifier associated with the transaction. Numeric string representation, often ‘0’ when no referral is present.
addressin_userremovedin_amountlog_indexin_reservein_referralblock_numberin_borrowRatein_onBehalfOfblock_timestamptransaction_hashin_borrowRateMode
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c0xc7ffa5070a1cdb10dfcc6cc20a59d24c3fb54e05false375000000000000000000170x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab01960911163413811660550406587366110xc7ffa5070a1cdb10dfcc6cc20a59d24c3fb54e052022-09-06T17:01:23.000Z0x4c0420791959a05a71603eeca31dd6217a69504a6163fa91aa38a55a71d1536b2
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c0xffbaa0de31cd06c0031682e6e991b2515e71192efalse50000000000000000090x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab01958583134665831629312616274486890xffbaa0de31cd06c0031682e6e991b2515e71192e2022-09-06T03:17:09.000Z0x15a42acca0cd8cf9773b3dc0d0ee1dfdafb8b67456700b068316371177c5d41e2
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c0xe6163c56b77e22ba39653b9bb46abc9d9ed6c45bfalse180000000160x50b7545627a5162f82a992c33b87adc75187b21801960084525039327509664857978252400xe6163c56b77e22ba39653b9bb46abc9d9ed6c45b2022-09-06T12:14:01.000Z0x60696f372f6bb471dbdeb5c1ed793510967ac3f6f74cff4a09b323657e18c7922
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.LendingPool_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_Deposit_event

Deposit events from lending pool contracts recording user supply transactions. Contains depositor address, reserve asset, deposit amount, beneficiary account, and optional referral code for tracking protocol liquidity provisioning.
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_referralSTRINGReferral code identifier associated with the transaction. Numeric string representation, often ‘0’ when no referral is present.
addressin_userremovedin_amountlog_indexin_reservein_referralblock_numberin_onBehalfOfblock_timestamptransaction_hash
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c0x58e57ca18b7a47112b877e31929798cd3d703b0ffalse792165504102091069490x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab0365238820x58e57ca18b7a47112b877e31929798cd3d703b0f2023-10-16T13:30:00.000Z0x7659949b14fc4dd587d0e9baa941e60aaa7f9c77a9bd094cfdde9c66fff99a20
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c0x58e57ca18b7a47112b877e31929798cd3d703b0ffalse517481196242862080320x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab0365118520x58e57ca18b7a47112b877e31929798cd3d703b0f2023-10-16T06:36:49.000Z0x7ddb1c8c232f57e4097a3e4796323eb8ca1d0e8eb46fe2d0f1d2d118bda73877
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c0x58e57ca18b7a47112b877e31929798cd3d703b0ffalse213263045842994430250x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab0365289720x58e57ca18b7a47112b877e31929798cd3d703b0f2023-10-16T16:28:08.000Z0x42080d1fd1b06b62a0e11fbe4f054ccf94d57dab715f5f41411f74a154d8c774
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.LendingPool_Deposit_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_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_hash
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2cfalse0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab3000000000000000000x2ecf2a2e74b19aab2a62312167aff4b78e93b6c55927000000000000075287730x22a1ead3d87a9d3143d43a8ec0a1ee2b23562f1c2021-11-28T07:25:23.000Z00x1f4d54401b20e1c7ee946654b41c1e5405c88cd2de063a59a38328951ed1a108
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2cfalse0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab3000000000000000000x2ecf2a2e74b19aab2a62312167aff4b78e93b6c59827000000000000075541610x22a1ead3d87a9d3143d43a8ec0a1ee2b23562f1c2021-11-28T21:32:04.000Z00x99f555cd328440ed077f7989267de6a2b37da8d6355d70a87b754a0a2aa4a503
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2cfalse0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab3000000000000000000x2ecf2a2e74b19aab2a62312167aff4b78e93b6c56227000000000000075571900x22a1ead3d87a9d3143d43a8ec0a1ee2b23562f1c2021-11-28T23:12:59.000Z00xc80e6dbc30621daecaa92b5e225704ec9e8af26790297658dda509d61100d5be
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.LendingPool_FlashLoan_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_LiquidationCall_event

Liquidation events from Aave-compatible lending protocols when undercollateralized positions are closed. Records liquidator, borrower, debt repaid, collateral seized, and asset addresses for tracking protocol risk and liquidation bot activity.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_collateralAssetSTRINGContract address of the asset being seized as collateral during a liquidation. Hex-encoded, 0x-prefixed, 42-character string.
in_debtAssetSTRINGContract address of the debt asset being repaid during liquidation. Hex-encoded, 0x-prefixed, 42-character string.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_debtToCoverSTRINGAmount of debt being repaid during the liquidation operation. String-encoded integer representing the quantity in the debt asset’s smallest unit.
in_liquidatedCollateralAmountSTRINGAmount of collateral seized from the liquidated position. String-encoded integer representing the quantity in the collateral asset’s smallest unit.
in_liquidatorSTRINGAddress of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_receiveATokenBOOLBoolean flag indicating whether the liquidator receives aTokens instead of the underlying collateral asset during liquidation.
addressin_userremovedlog_indexblock_numberin_debtAssetin_liquidatorin_debtToCoverblock_timestampin_receiveATokentransaction_hashin_collateralAssetin_liquidatedCollateralAmount
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c0x358dbc0b83186591f3202400ffcd70c14c1ff9aefalse57136708400xc7198437980c041c805a1edcba50c1ce5db951180x9291bc4b9c3620b5ec37d51edc919c32545f2143101404468712022-04-20T15:06:09.000Zfalse0xcd47823e3e62416ebd998b598d35c4ea290e0c56cde4d153669baec0fd839c810xb31f66aa3c1e785363f0875a1b74e27b85fd66c7142258184020420269213
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c0x450d85afc3f8afabaa1c7423fd8ca52544f47a9ffalse62569370210xc7198437980c041c805a1edcba50c1ce5db951180x8ef9d10d953f4c23e94c065ed84b11c05128a30111658952025-02-06T19:49:08.000Zfalse0x2f0b59fd459e5d1af1b32c3ec7abe055de2ec4dbad7923d6367a9e803c6756f30xb31f66aa3c1e785363f0875a1b74e27b85fd66c752140382664744528
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c0x2550feebe8633f3fc435a3e6ff9b97140aa4b5dafalse27105957430xa7d7079b0fead91f3e65f86e8915cb59c1a4c6640xb88041ec230c8cc942d76bed19ffc6856824734521090912022-02-07T06:44:47.000Zfalse0xdf273334bab0a70748ad3b3a7035e0105cbb615babe7ec47c5dd196959b1e6080xa7d7079b0fead91f3e65f86e8915cb59c1a4c6642214545
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.LendingPool_LiquidationCall_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.
addressin_userremovedin_amountlog_indexin_repayerin_reserveblock_numberblock_timestamptransaction_hash
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c0x0204e35b4c6531676b0d468ededcb0f0752699b8false2178767341926633749280x0204e35b4c6531676b0d468ededcb0f0752699b80x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab71987282021-11-20T15:10:50.000Z0xbbfb1ea9a5a5e3215c6bb1be9d11b0f6eda3fab5ef7183892f0dfceac32361fa
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c0x0fc92515c95532a875286bd1951a7ddf15b7013afalse35000008671489621700x0fc92515c95532a875286bd1951a7ddf15b7013a0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab72123282021-11-20T22:44:58.000Z0x7e518f36d36e4e517cd87b1965b580fc59f775e8fca7956ecfac45a11f102e7c
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c0x1d11cbabdf4bccfee67d606c6c9c6c75e037aad0false51806766540635910370x1d11cbabdf4bccfee67d606c6c9c6c75e037aad00x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab71788272021-11-20T04:05:01.000Z0x00cecb88be60253b5e1d0b8c45f19d3a8e9428b88bfe62f1fe67ac8353e3bed6
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.LendingPool_Repay_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_ReserveDataUpdated_event

Aave V2/V3 protocol events emitted when lending pool reserve parameters are updated, including liquidity and borrow indices, interest rates for stable and variable borrowing. Used for tracking interest accrual and reserve state changes across lending markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_liquidityRateSTRINGCurrent liquidity interest rate for the reserve in ray units (27 decimal precision). Stored as a numeric string representing the annual percentage yield earned by liquidity providers.
in_stableBorrowRateSTRINGCurrent stable borrow interest rate for the reserve in ray units (27 decimal precision). Stored as a numeric string representing the annual percentage rate charged to borrowers who choose a stable rate loan.
in_variableBorrowRateSTRINGCurrent variable borrow interest rate for the reserve in ray units (27 decimal precision). Stored as a numeric string representing the annual percentage rate charged to borrowers who choose a variable rate loan.
in_liquidityIndexSTRINGCumulative liquidity index for the reserve in ray units (27 decimal precision). Represents the accumulated interest growth factor since the reserve’s inception, stored as a numeric string.
in_variableBorrowIndexSTRINGCumulative variable borrow index for the reserve in ray units (27 decimal precision). Represents the accumulated interest growth factor for variable rate borrowers since the reserve’s inception, stored as a numeric string.
addressremovedlog_indexin_reserveblock_numberblock_timestampin_liquidityRatetransaction_hashin_liquidityIndexin_stableBorrowRatein_variableBorrowRatein_variableBorrowIndex
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2cfalse490x63a72806098bd3d9520cc43356dd78afe5d386d9115302652022-03-01T03:28:30.000Z00x002e57af0704f10abfbab9e2478bc07e1a36084bc0f282a6a6c50191c263700710000112142744869173045398803000000000000000000000000001000000000000000000000000000
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2cfalse420x63a72806098bd3d9520cc43356dd78afe5d386d9115471132022-03-01T12:57:25.000Z00xbb107020e5cb762847374bf789ae1d23f7b1f91998b49a286cf276585a5aa51d10000112142744869173045398803000000000000000000000000001000000000000000000000000000
0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2cfalse460x63a72806098bd3d9520cc43356dd78afe5d386d9115259862022-03-01T01:01:46.000Z00x90b9fbe7e73d0c65259d8c496e77fbb70046c4fd26594c2ea0f76d90353a29ef10000112142744869173045398803000000000000000000000000001000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.LendingPool_ReserveDataUpdated_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
0x02921d9ebb1d85ea9afcd57a4c2c30c6372c68530x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c0x58e57ca18b7a47112b877e31929798cd3d703b0ffalse38020603376607692380x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab193009432022-08-30T04:43:11.000Z0x75563805a35e00e048f836134eeb95875eff5c9713eaed718fac30b688d90c37
0x02921d9ebb1d85ea9afcd57a4c2c30c6372c68530x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c0x58e57ca18b7a47112b877e31929798cd3d703b0ffalse12673105304746417320x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab193009632022-08-30T04:43:51.000Z0x0e08879f3e168b669a0213459546e1b88f199c2ff4bdc870d7f63b3066482ec7
0x063b284006519f9cd2b0a744bc7de252a29d1eac0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c0x063b284006519f9cd2b0a744bc7de252a29d1eacfalse754951384884140833690x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab193281772022-08-30T19:55:24.000Z0x932ef2a78de1614201dd6fc9d30a7643e2f40d064d3e6688fb757724c74116ea
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.LendingPool_Withdraw_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_factorSTRINGReserve factor for the asset in basis points. String-encoded integer where 10000 equals 100%.
addressremovedin_assetin_factorlog_indexblock_numberblock_timestamptransaction_hash
0x230b618ad4c475393a7239ae03630042281bd86efalse0xd586e7f844cea2f87f50152665bcbc2c279d8d7035003441870802024-04-14T09:39:40.000Z0xd1b722002abb91aaa6da4e49ed112c69f03c2035d0539a555bbd1f49990e00d9
0x230b618ad4c475393a7239ae03630042281bd86efalse0xa7d7079b0fead91f3e65f86e8915cb59c1a4c66435004441870802024-04-14T09:39:40.000Z0xd1b722002abb91aaa6da4e49ed112c69f03c2035d0539a555bbd1f49990e00d9
0x230b618ad4c475393a7239ae03630042281bd86efalse0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab35008441870802024-04-14T09:39:40.000Z0xd1b722002abb91aaa6da4e49ed112c69f03c2035d0539a555bbd1f49990e00d9
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.LendingPoolConfigurator_ReserveFactorChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPoolConfigurator_ReserveInitialized_event

Aave protocol events emitted when new lending reserves are initialized in the LendingPoolConfigurator contract, recording the deployed aToken, stable debt token, variable debt token, and interest rate strategy addresses for each asset.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_aTokenSTRINGContract address of the aToken associated with the reserve. Hex-encoded, 0x-prefixed, 42-character string.
in_stableDebtTokenSTRINGContract address of the stable debt token for the reserve. Hex-encoded, 0x-prefixed, 42-character string.
in_variableDebtTokenSTRINGContract address of the variable debt token for the reserve. Hex-encoded, 0x-prefixed, 42-character string.
in_interestRateStrategyAddressSTRINGContract address of the interest rate strategy contract for the reserve. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_assetin_aTokenlog_indexblock_numberblock_timestamptransaction_hashin_stableDebtTokenin_variableDebtTokenin_interestRateStrategyAddress
0x230b618ad4c475393a7239ae03630042281bd86efalse0xb31f66aa3c1e785363f0875a1b74e27b85fd66c70xdfe521292ece2a4f44242efbcd66bc594ca9714b346072322021-09-20T13:23:41.000Z0xeee08f32bc796543b17e766c52355dceb67523990bbea26b849f16bc919ca7a60x2920cd5b8a160b2addb00ec5d5f4112255d4ae750x66a0fe52fb629a6cb4d10b8580afdffe888f5fd40x6724e923e4bb58fcdf7cee7a5e7bbb47b99c2647
0x230b618ad4c475393a7239ae03630042281bd86efalse0x63a72806098bd3d9520cc43356dd78afe5d386d90xd45b7c061016102f9fa220502908f2c0f1add1d7346072282021-09-20T13:23:29.000Z0x9dcd392af519a2f01341e1cbbcb78778475175b23af679f825f79dbd20814da60x66904e4f3f44e3925d22ceca401b6f2da085c98f0x8352e3fd18b8d84d3c8a1b538d788899073c7a8e0x6724e923e4bb58fcdf7cee7a5e7bbb47b99c2647
0x230b618ad4c475393a7239ae03630042281bd86efalse0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab0x53f7c5869a859f0aec3d334ee8b4cf01e3492f211046072072021-09-20T13:22:58.000Z0x18fc717b7680acb69faab2550e4325d3bfbdc76aa94b9887557d35c33ce5ae710x60f6a45006323b97d97cb0a42ac39e2b757ada630x4e575cacb37bc1b5afec68a0462c4165a52689830x6724e923e4bb58fcdf7cee7a5e7bbb47b99c2647
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_currentBalanceSTRINGUser’s current stable debt balance after accrued interest. Numeric string representation of token quantity in smallest denomination.
in_balanceIncreaseSTRINGAccrued interest amount since the last update for the user’s balance. Numeric string representation of token quantity in smallest denomination.
in_avgStableRateSTRINGAverage stable borrow rate across all borrowers for the reserve. Numeric string representation in ray units (27 decimals).
in_newTotalSupplySTRINGUpdated total supply of stable debt tokens after the operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.SToken_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SToken_Mint_event

Stable debt token minting events from Aave protocol lending pools. Captures stable-rate borrowing activity including borrowed amount, interest rate calculations, borrower address, and updated pool totals.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_currentBalanceSTRINGUser’s current stable debt balance after accrued interest. Numeric string representation of token quantity in smallest denomination.
in_balanceIncreaseSTRINGAccrued interest amount since the last update for the user’s balance. Numeric string representation of token quantity in smallest denomination.
in_newRateSTRINGUpdated stable borrow rate for the user after the mint operation. Numeric string representation in ray units (27 decimals).
in_avgStableRateSTRINGAverage stable borrow rate across all borrowers for the reserve. Numeric string representation in ray units (27 decimals).
in_newTotalSupplySTRINGUpdated total supply of stable debt tokens after the operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.SToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_Burn_event

Variable debt token burn events emitted when borrowers repay debt in Aave-based lending protocols. Contains user address, repayment amount, updated interest index, and accrued interest since last interaction for tracking debt position changes.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_userSTRINGAddress of the user account associated with the transaction or protocol 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_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
addressin_userremovedin_indexin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x2dc0e35ec3ab070b8a175c829e23650ee604a9eb0xfcdb094854e00b4e2b916c3996029bf5b7480a0afalse100818313910265705930080423020000006124626102022-03-23T06:15:06.000Z0x842c7306825fabe52ed7011fb188253103870d8c398f7bac116043ef7f441235
0x2dc0e35ec3ab070b8a175c829e23650ee604a9eb0x1fbdc311eb546a92b54fd8919fa7058e41822fa6false1008183259051872976714470467997837918124630332022-03-23T06:29:28.000Z0x5cdb94acd1486a53ce1f460c046255e3db9d343822c3b99224046e9ab8be8f1a
0x4e575cacb37bc1b5afec68a0462c4165a52689830xe1ab85e458ebea43c5302ce84f5a89cb22fe351afalse100835693770540404832180555016963937237824338415124666462022-03-23T08:33:09.000Z0xe286d8d0b7eb443a07cf5e24fe4b4ace16f3f66b9be4c106b5f2001c76ca7e74
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.VToken_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_Mint_event

Variable rate debt token mint events from lending protocols. Records debt token issuance with borrower address, borrowed amount, interest rate index, and accrued interest at the time of minting.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_fromSTRINGAddress originating the transfer or 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_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).
addressin_fromremovedin_indexin_valuelog_indexblock_numberin_onBehalfOfblock_timestamptransaction_hash
0x4e575cacb37bc1b5afec68a0462c4165a52689830x39b47aa07f2994a797f6656688ed86ab2947f873false10046306243805332488147533886024532540286977510476516900x39b47aa07f2994a797f6656688ed86ab2947f8732021-12-01T04:03:57.000Z0x18fa402eac78f217aa7ca78e03853eac34f9917ffdd54f5b2b05ef186ac84194
0x4e575cacb37bc1b5afec68a0462c4165a52689830x11eb2fbd13c0ffb0862731cfab7e409a05ce1e7ffalse10046312775417690274112367391058370000000000005776522590x11eb2fbd13c0ffb0862731cfab7e409a05ce1e7f2021-12-01T04:22:58.000Z0x1cf5794fb17e4c91ae5f9938e1618324eb4809381365bff3933cfea6aa93e491
0x4e575cacb37bc1b5afec68a0462c4165a52689830x49ffe4429610efa450b0654ea9a20e0eb4960920false100463734970221561203063580750167469321229080008476575590x49ffe4429610efa450b0654ea9a20e0eb49609202021-12-01T07:20:14.000Z0x5bc9da977f66d6c0007359ecf0cf7af6ee78dcc502e514b7e24852e5a798d884
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.VToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WrappedTokenGatewayV2_withdrawETH_function

Withdrawal transactions from Aave V2’s Wrapped Token Gateway on Avalanche, converting aTokens back to native AVAX. Records include withdrawal amounts, recipient addresses, and transaction execution details for analyzing protocol exit flows.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueSTRINGAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_anon0STRINGContract address of the lending pool. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
gasin_tovaluestatusgas_usedin_anon0in_amountsignatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
6673050xf902a220ca495f96e3b886cea428001e3c978e660true5081120x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c1400000000000000000x80500d200x68c815cb8c8390bc3f2ce99265044dec9d350c49533335500xf902a220ca495f96e3b886cea428001e3c978e662024-11-20T21:16:57.000Z0x396e04a930ff15489c05bc650aeb3b2f748febfb4a30196a699063ad69718de5
7866130x582faeb9a8e10f5efad9a3faadd3ec91f6d555510true5991640x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c1157920892373161954235709850086879078532699846656405640394575840079131296399350x80500d200x68c815cb8c8390bc3f2ce99265044dec9d350c49533047150x582faeb9a8e10f5efad9a3faadd3ec91f6d555512024-11-20T04:56:38.000Z0xa7296502d46b2295a87acc0128875e9f19189b3d4827dfb0a9d19acc24fd236f
5161750x86cf8514ec1c7bf133f2834c7a8844298edde7540true3948660x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c1157920892373161954235709850086879078532699846656405640394575840079131296399350x80500d200x68c815cb8c8390bc3f2ce99265044dec9d350c49444845280x86cf8514ec1c7bf133f2834c7a8844298edde7542024-04-21T13:59:34.000Z0xa356bbbcd3c89f6535b1011778a894e8d2e410ef1b858e8fc11b550d6f0468a4
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_avalanche.WrappedTokenGatewayV2_withdrawETH_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100