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
0x1a13f4ca1d028320a707d99520abfefca3998b7f0x001b024b98ee862aa01eea595c4c16a0213d2611false1026459135172010294438084152281740200x001b024b98ee862aa01eea595c4c16a0213d2611294233362442022-01-04T11:08:20.000Z0x047f8bfd6339e52d99d0bd55de069059af036e9aae43f5206461c2a2f926cb7b
0x1a13f4ca1d028320a707d99520abfefca3998b7f0x024713784f675dd28b5ce07db91a4d47213c2394false10264952851067515225954509416568309500x024713784f675dd28b5ce07db91a4d47213c2394246233503872022-01-04T21:28:10.000Z0xdf5b8d2411eeb67be0f7a3c20d5bea65dae7de995d44604267f89e31e31f41b8
0x1a13f4ca1d028320a707d99520abfefca3998b7f0x02f21b7c148d5fc587a285d2f538f29c36176e52false102643357104571485260114163110000000000x02f21b7c148d5fc587a285d2f538f29c36176e52365233247262022-01-04T03:47:57.000Z0xb3e58980dc00568bf4bdbe75d6e2738a75d35f9866a022d714e6bfdd476babb8
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_polygon.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
0x1d2a0e5ec8e5bbdca5cb219e649b565d8e5c33600xdef171fe48cf0115b1d80b88dc8eab59176fee57false100026595441092737917769270220777412377420712276291887162022-06-05T08:24:18.000Z0x21777700f964d3ad045eed0f09db748df26984b984090f501ec6be5d42115d69
0x1d2a0e5ec8e5bbdca5cb219e649b565d8e5c33600x521709b3cd7f07e29722be0ba28a8ce0e806dbc3false100026595441092737917769270248952750860330177165291876552022-06-05T07:47:47.000Z0x16820fef44700b41ec6886cb10fe704d52d3344a7e858f079aac69df59a4025d
0x1d2a0e5ec8e5bbdca5cb219e649b565d8e5c33600x125d2e4a83bbba4e6f51a244c494f9a1958d20bbfalse10002659544109273791776927023000000000000000000158291964962022-06-05T12:58:12.000Z0x017ba4c560da8a64d6bcc2d66b4a5b1597eb03210d5a14be38e70099dcf8c0bd
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_polygon.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
0x0f8361ef329b43fa48ac66a7cd8f619c517274f10x357d51124f59836ded84c8a1730d72b749d8bc230x0f8361ef329b43fa48ac66a7cd8f619c517274f1false31442472568977324493060x0f8361ef329b43fa48ac66a7cd8f619c517274f1766413422025-09-19T12:48:54.000Z0x66c642bf14e3ef44aeb1b0dde1c87320208535334d6455a2f75c7912f38971b5
0x5559472b0f983fab295a9c6a2ffd3bcb2fc702380x357d51124f59836ded84c8a1730d72b749d8bc230x5559472b0f983fab295a9c6a2ffd3bcb2fc70238false31604206458744342778870x5559472b0f983fab295a9c6a2ffd3bcb2fc70238766279732025-09-19T04:54:54.000Z0x6f26e9550d6599c5478405da0a821b60e3d47366ae34eeb1371c721b34cd8bfd
0x6e832478aa89fb4507862b2955a3ef3a9fbaf3ec0x357d51124f59836ded84c8a1730d72b749d8bc230x6e832478aa89fb4507862b2955a3ef3a9fbaf3ecfalse139540499452362151770x6e832478aa89fb4507862b2955a3ef3a9fbaf3ec766495332025-09-19T17:39:00.000Z0x6ac10f28eec1e052a8aa337db8505931dc72fe006dc5a233b20bc917e017c154
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_polygon.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
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf0x340f412860da7b7823df372a2b59ff78b7ae6abcfalse1071571424206459184701090x0d500b1d8e8ef31e21c99d1db9a6444d3adf12700326181081455087838666234353661344940x340f412860da7b7823df372a2b59ff78b7ae6abc2022-09-03T00:45:34.000Z0xb126d48439677072e38a6d9326ebc0fbaa89fcaba13478dffe79d6e68d1959e72
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf0x340f412860da7b7823df372a2b59ff78b7ae6abcfalse1058558759252850000322660x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270032655868679784502059400024371527490x340f412860da7b7823df372a2b59ff78b7ae6abc2022-09-03T22:37:19.000Z0xea0af7b6d965745460bfa84e049917688f193ba784291cbac889a612d25185e62
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf0x340f412860da7b7823df372a2b59ff78b7ae6abcfalse1064049447324320042594630x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270032644421695769724400065037094284330x340f412860da7b7823df372a2b59ff78b7ae6abc2022-09-03T16:03:40.000Z0x6fc58a234cd3a3ced5eed85f1a5b875fca2a81f0f00f786924559e3a5e6748972
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_polygon.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
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf0x23159e5aa03fdf5c000c99076f5bfc5c49108bcbfalse17828234910980520992941600x0b3f868e0be5597d5db7feb59e1cadbb0fdda50a0268134580x23159e5aa03fdf5c000c99076f5bfc5c49108bcb2022-04-06T12:37:35.000Z0xaf48e52614d29a7ef25fb70892f72c46548542be410c265be6dc6c3e2a059d9e
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf0x35e191b9c024155a1de170b493b81eb2ffa2394afalse50933595576849451045890x0b3f868e0be5597d5db7feb59e1cadbb0fdda50a0268002380x35e191b9c024155a1de170b493b81eb2ffa2394a2022-04-06T04:40:38.000Z0xe7b297f861d8cdcf73c944e615d9b576014df0da77c5994f1d958ccd8835fa4f
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf0x3b84dc2d75827c740d70b030a6372c0eb79472e1false126960446098924781832150x0b3f868e0be5597d5db7feb59e1cadbb0fdda50a0268102270x3b84dc2d75827c740d70b030a6372c0eb79472e12022-04-06T10:38:36.000Z0x6221335879c2eeed5d59e279810feec04a4c4512ddc5101a158da6bd97b52f80
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_polygon.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
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcffalse0x0d500b1d8e8ef31e21c99d1db9a6444d3adf127058000000000000000000x35784a624d4ffbc3594f4d16fa3801fef063241c1895220000000000000317702580x105b512f095dd2bd22bd95b52c634beac2707a562022-08-11T13:40:52.000Z00xd14cdb8228bb435a385f9c431417fb6ea9095024e8cc3ec218c0aa26aecf380f
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcffalse0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270100000000000000000000x35784a624d4ffbc3594f4d16fa3801fef063241c1829000000000000000317727350x105b512f095dd2bd22bd95b52c634beac2707a562022-08-11T15:14:31.000Z00xe2c225996053ed0ec3d64d15889afa0e223b7756d80c3cfb043e17afb719cc1b
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcffalse0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270659389894179894262310x170dff1826595155d2cf50e6df3b3649caf7443547259345090476190483317773400x170dff1826595155d2cf50e6df3b3649caf744352022-08-11T18:14:38.000Z00x161de43c14b211330f7c48ac959ddb11cd80f9a3f63d6d8adc062a72e4accf54
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_polygon.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
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf0xde3e62d485320b28862d2fbf7bf3d27dd73f09a0false17565392940x2791bca1f2de4661ed88a30c99a7a9449aa841740x1b209ec617eceea8467563cccbea71ce9ed44fb21026904332024-05-03T18:33:07.000Zfalse0xffb733b75f37d8b538b4e5211b28c8c6d40cd1933b3b9b6fdff114b93bac1ab00x2791bca1f2de4661ed88a30c99a7a9449aa84174107824954
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf0x0cd9a37793b4b52bbed71102ff94adb41f593e60false158565189750x2791bca1f2de4661ed88a30c99a7a9449aa841740x7b15a342ca8dc73c4b6fb97cad00b67a35c3e5ed151087642024-05-03T04:49:56.000Zfalse0x286849d9f1568d22a5e4a90bd140c1c0114000ad265e006ab2c30e36bc1deb4e0x2791bca1f2de4661ed88a30c99a7a9449aa8417415864202
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf0xe40a2466802f9a9117ce64fa8367b0e333c84c5dfalse4105565456160x2791bca1f2de4661ed88a30c99a7a9449aa841740x7b15a342ca8dc73c4b6fb97cad00b67a35c3e5ed1192357692024-05-03T22:42:03.000Zfalse0x7a591bd90329bd9f2f46964b069267d5ae1f91a22d5494c6cf6ebdc7fa715f640x2791bca1f2de4661ed88a30c99a7a9449aa84174125197557
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_polygon.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
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf0x6c095a8345c90cf9de34c26f235e672243b8ef0afalse5271279632891883753100x3db487975ab1728db5787b798866c2021b24ec520x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270758244222025-08-30T03:12:03.000Z0x0451c5014edf9f58feb4f2617cd8c5919ad00378fdbc61edaf0db6bdc12c7c74
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf0xa5dcc5dc7020bbe8bc85ba8f30d044c7c9419913false4239939243969421983130xf1e6d4347105138b51e2baca9a22fa228309ebb10x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270758252122025-08-30T03:40:33.000Z0x9a542a559580ff62056d331037b4dfd7454a2b603917ab6dca6232740d78c9d7
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf0x725d73881e36db47d63dbf48d44d3c709089cc9cfalse4010754931337525481560xf1e6d4347105138b51e2baca9a22fa228309ebb10x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270758250832025-08-30T03:35:59.000Z0xfd2929210cc7765cdd4af0fbf4dcad9f27c70fbf5350d75ea58ce52b5fa723d3
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_polygon.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
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcffalse2960x9a71012b13ca4d3d0cdc72a177df3ef03b0e76a3307319962022-07-15T00:00:03.000Z3563854944891565157877055220xa80bf33bde9b9c46375514f47b7433dd7046609fae7bf1fd8ad83858a36f1fda10229631550481963723268239168002295924680802245360149947702295924680802245360149941056149300394664858277158688
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcffalse180x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6307319982022-07-15T00:00:07.000Z369022761244690007749420xc6c13c29d64407484f15c6fd1e0463632ffe599ad3d8c48ca4bf7431c0878d8d10039648010251558360062327123297837866178855031600700523827029294308402528056051014859143489383984767150403
0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcffalse140x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6307320022022-07-15T00:00:15.000Z369250399416980319194770x56564c09113796eee46960624850887970fdc8cc73804dae88aeda426f3e27d010039648010345542597268511493297929715276046980002579123834377222083758400206321014859144102805561325059901
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_polygon.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
0x1380f2f57553ada04b31ee7b1e039e496939db3d0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf0x1380f2f57553ada04b31ee7b1e039e496939db3dfalse100533793094417869824660x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270775414712025-10-11T12:59:38.000Z0x705fbd202ec0a8e1e1a5eb761bd74e9c34ee015f8e7715f73748f7431574b5a2
0xf1e6d4347105138b51e2baca9a22fa228309ebb10x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf0xf1e6d4347105138b51e2baca9a22fa228309ebb1false316913603127201175363630x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270775252752025-10-11T03:59:34.000Z0xfa0cf4844acc84bb06236c09b6365888b596f4ba513071c00e7513f3d258b10f
0x1380f2f57553ada04b31ee7b1e039e496939db3d0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf0x1380f2f57553ada04b31ee7b1e039e496939db3dfalse35600006250x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6775194052025-10-11T00:43:54.000Z0xd57fe68df510b6796147b7f9d5df2a8f879a6c7961a90e374b549178b54fdfac
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_polygon.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
0x26db2b833021583566323e3b8985999981b9f1f3false0xd6df932a45c0f255f85145f286ea0b292b21c90b058126873632021-03-31T09:03:17.000Z0x3afba04470ac88647da9b871517b2671d95c36d518a9c969496da197ad8b6697
0x26db2b833021583566323e3b8985999981b9f1f3false0x7ceb23fd6bc0add59e62ac25578270cff1b9f619100052126873632021-03-31T09:03:17.000Z0x3afba04470ac88647da9b871517b2671d95c36d518a9c969496da197ad8b6697
0x26db2b833021583566323e3b8985999981b9f1f3false0x2791bca1f2de4661ed88a30c99a7a9449aa84174100043126873632021-03-31T09:03:17.000Z0x3afba04470ac88647da9b871517b2671d95c36d518a9c969496da197ad8b6697
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_polygon.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
0x26db2b833021583566323e3b8985999981b9f1f3false0xd6df932a45c0f255f85145f286ea0b292b21c90b0x1d2a0e5ec8e5bbdca5cb219e649b565d8e5c336025126873502021-03-31T09:02:35.000Z0x1509cfb06a8c54aa6012f62ee1c33b428d8b1361269e1119b6626eccb9e4dc8d0x17912140e780b29ba01381f088f21e8d75f954f90x1c313e9d0d826662f5ce692134d938656f6813500xae9b3eb616ed753dce96c75b6ae30a60ff9290b4
0x26db2b833021583566323e3b8985999981b9f1f3false0x7ceb23fd6bc0add59e62ac25578270cff1b9f6190x28424507fefb6f7f8e9d3860f56504e4e5f5f39017126873502021-03-31T09:02:35.000Z0x1509cfb06a8c54aa6012f62ee1c33b428d8b1361269e1119b6626eccb9e4dc8d0xc478cbbeb590c76b01ce658f8c4dda04f30e2c6f0xede17e9d79fc6f9ff9250d9eefbdb88cc18038b50xcdac94de1cf4e8e25b6c61df6481c344c5e88f44
0x26db2b833021583566323e3b8985999981b9f1f3false0x0d500b1d8e8ef31e21c99d1db9a6444d3adf12700x8df3aad3a84da6b69a4da8aec3ea40d9091b2ac421126873502021-03-31T09:02:35.000Z0x1509cfb06a8c54aa6012f62ee1c33b428d8b1361269e1119b6626eccb9e4dc8d0xb9a6e29fb540c5f1243ef643eb39b0acbc2e68e30x59e8e9100cbfcbcbadf86b9279fa61526bbb87650x553b64567de5392f6b189f6ac89581342dad12f9
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_polygon.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_polygon.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_polygon.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
0xede17e9d79fc6f9ff9250d9eefbdb88cc18038b50x55a10618c7e9489cee047705cd003df6d9e09195false100332307652558497124795969118622584378638821782167143052682021-05-10T01:19:10.000Z0x38b55ae3c65a8d87598efb9970d311209f01f805a8fe9a516a5aeb813c2f92e1
0xede17e9d79fc6f9ff9250d9eefbdb88cc18038b50x55a10618c7e9489cee047705cd003df6d9e09195false10033230765255849712479596913017457929779303189143052682021-05-10T01:19:10.000Z0x38b55ae3c65a8d87598efb9970d311209f01f805a8fe9a516a5aeb813c2f92e1
0xede17e9d79fc6f9ff9250d9eefbdb88cc18038b50x55a10618c7e9489cee047705cd003df6d9e09195false100332307652558497124795969123875108177742079206178143052682021-05-10T01:19:10.000Z0x38b55ae3c65a8d87598efb9970d311209f01f805a8fe9a516a5aeb813c2f92e1
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_polygon.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
0x248960a9d75edfa3de94f7193eae3161eb349a120x0fa6ec362723f6ddd854a8245922d5c858d27ff8false1049472470717279170787336837250125000171298312770x0fa6ec362723f6ddd854a8245922d5c858d27ff82022-06-21T14:24:04.000Z0xfcc8a4aad18e3ead8b40bcba3ecbad6c29bebda2c54cef97bf0795d0330cc855
0x248960a9d75edfa3de94f7193eae3161eb349a120x12bb764971412d115446fe66acb6fbed9b4e7e01false1049444251905781515835457743195287000011298081110x12bb764971412d115446fe66acb6fbed9b4e7e012022-06-21T00:01:18.000Z0xc78fa18be8522852048c715e5c2812442b55f913dd8b4d49ee700a55b126610e
0x248960a9d75edfa3de94f7193eae3161eb349a120x12bb764971412d115446fe66acb6fbed9b4e7e01false10494442126452139363956627924592210000111298080990x12bb764971412d115446fe66acb6fbed9b4e7e012022-06-21T00:00:06.000Z0x7cdd06e692edb865fa180e473c03b7448f1a566846a63a34f9b2cfe0e3e8719a
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_polygon.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 Polygon, converting wrapped ETH (WETH) positions back to native ETH. Used for tracking user exit flows and unwrapping activity in Aave’s lending protocol.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasNUMERICGas 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
6692830x7982398688c1a0df28f1649d8d21d74cd5a37bd20true3468100x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf1157920892373161954235709850086879078532699846656405640394575840079131296399350x80500d200xf1e6d4347105138b51e2baca9a22fa228309ebb1713676800x7982398688c1a0df28f1649d8d21d74cd5a37bd22025-05-11T02:24:31.000Z0x28c6ce1d64dff11a7b502d2a0100ca63273e2be14a633e0eb482845bc471d759
6722560x86aabcd459587bc1a347ae1e2d15223856354ec90true3468100x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf1157920892373161954235709850086879078532699846656405640394575840079131296399350x80500d200xf1e6d4347105138b51e2baca9a22fa228309ebb1713732510x86aabcd459587bc1a347ae1e2d15223856354ec92025-05-11T05:41:57.000Z0x7855b9a3745d6116a1ee76169f3a98c01f9187de9d63d3ac57e9b59cb7f4dde7
8763640x3c152093717fe0ca27fdf3457acfa569f38b11df0true4810360x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf1157920892373161954235709850086879078532699846656405640394575840079131296399350x80500d200xf1e6d4347105138b51e2baca9a22fa228309ebb1568397680x3c152093717fe0ca27fdf3457acfa569f38b11df2024-05-11T11:20:12.000Z0xf8676afd7660a5328bbfb4c3ae60bd2df553463779ab472a1c6912ee35140c24
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v2_polygon.WrappedTokenGatewayV2_withdrawETH_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100