Skip to main content

Tables

AToken_BalanceTransfer_event

Interest-bearing aToken balance transfer events from Aave V3 lending protocol. Records movements between accounts with normalized interest index for calculating accrued yields on deposited collateral.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
in_toaddressin_fromremovedin_indexin_valuelog_indexblock_numberblock_timestamptransaction_hash
0x000000000000000000000000000000000000dead0x625e7708f30ca75bfd92586e17077590c60eb4cd0x4d842c484484f629064b99c57104174f87debe06false101411545145887405709400080116949689632023-05-27T12:05:08.000Z0xe7c5a800db91284402be804c3b457bad799939086b460ca55bb5d9602e852d6c
0x09c803b103600d149419025bd44161b08acacc9f0x6ab707aca953edaefbc4fd23ba732942414906200xdd94018f54e565dbfc939f7c44a16e163faab331false1041569713969987422839708726101831000011951340032023-05-27T23:39:06.000Z0x23ef5e9dce70a4551ef2496f93e60134cefa095bed804a84f4b1be3f48c83e90
0x12a6780f6024c96c543c7274c875e2ac9335884c0x82e64f49ed5ec1bc6e43dad4fc8af9bb3a2312ee0xdd94018f54e565dbfc939f7c44a16e163faab331false10166164276494635434620704822149721137522526111814950396852023-05-27T17:00:19.000Z0xd053bf5fe412cf17705b8454aaeeab87e81371a4ac180d9b1d46b8d6456cc8f0
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.AToken_BalanceTransfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AToken_Burn_event

Burn events for Aave interest-bearing tokens (aTokens) emitted when users withdraw or repay underlying assets. Records the amount burned, the user’s address, the interest accrual index at burn time, and optional balance increase from accrued interest in V3 implementations.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_balanceIncreaseSTRINGAccrued interest amount since the last update for the user’s balance. Numeric string representation of token quantity in smallest denomination.
in_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
addressin_fromremovedin_indexin_valuein_targetlog_indexblock_numberblock_timestamptransaction_hashin_balanceIncrease
0x625e7708f30ca75bfd92586e17077590c60eb4cd0x0081772fd29e4838372cbccdd020f53954f5ecdefalse10107692250702559199672526964651961520x0081772fd29e4838372cbccdd020f53954f5ecde80694736842023-03-13T15:19:00.000Z0xb22b103c5bf42fa03bec6427ded6be22d4516049742b8238d5fcfc809d6fff4e0
0x625e7708f30ca75bfd92586e17077590c60eb4cd0x0081772fd29e4838372cbccdd020f53954f5ecdefalse1010783945863160666059928875162661430x0081772fd29e4838372cbccdd020f53954f5ecde52695217902023-03-13T19:02:41.000Z0xdb3b8beab426b9d98aaa72b87296c9a5a375e25ad229319b5efe814dfe83c15b0
0x625e7708f30ca75bfd92586e17077590c60eb4cd0x0081772fd29e4838372cbccdd020f53954f5ecdefalse10107692250702559199672526962703651420x0081772fd29e4838372cbccdd020f53954f5ecde63694736842023-03-13T15:19:00.000Z0xb22b103c5bf42fa03bec6427ded6be22d4516049742b8238d5fcfc809d6fff4e0
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.AToken_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AToken_Initialized_event

Aave V3 AToken initialization events emitted when new interest-bearing token markets are deployed. Contains AToken metadata (name, symbol, decimals), configuration references (pool, treasury, incentives controller), and the underlying asset address being wrapped.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_underlyingAssetSTRINGContract address of the underlying asset represented by the AToken. Hex-encoded, 0x-prefixed, 42-character string.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_treasurySTRINGContract address of the Aave protocol treasury. Hex-encoded, 0x-prefixed, 42-character string.
in_incentivesControllerSTRINGContract address of the incentives controller managing reward distribution for the token. Hex-encoded, 0x-prefixed, 42-character string.
in_aTokenDecimalsINT64Number of decimal places for the AToken. Integer value representing the divisibility of the token amount.
in_aTokenNameSTRINGHuman-readable name of the AToken being initialized in the Aave protocol. String value identifying the token, typically following the pattern “Aave [Chain] [Asset]” or “[Protocol] [Asset]”.
in_aTokenSymbolSTRINGTrading symbol for the AToken being initialized in the Aave protocol. String value representing the ticker symbol, following patterns like “aArb[Asset]”, “aEth[Asset]”, “aBnb[Asset]”, or protocol-specific variants.
in_paramsSTRINGAdditional initialization parameters encoded as bytes. Hex-encoded string used for protocol-specific configuration data during contract initialization or cross-chain operations.
addressin_poolremovedin_paramslog_indexin_treasuryblock_numberin_aTokenNameblock_timestampin_aTokenSymboltransaction_hashin_aTokenDecimalsin_underlyingAssetin_incentivesController
0x8437d7c167dfb82ed4cb79cd44b7a32a1dd95c770x794a61358d6845594f94dc1db02a252b5b4814adfalse0x20x053d55f9b5af8694c503eb288a1b7e552f590710203072170Aave Arbitrum weETH2024-04-20T19:32:53.000ZaArbweETH0x8bb7251e9dde6b5605effdf3445ceeee34ac8d274da8bf819f0d32255ba7df6c180x35751007a407ca6feffe80b3cb397736d2cf4dbe0x929ec64c34a17401f460460d4b9390518e5b473e
0xea1132120ddcdda2f119e99fa7a27a0d036f7ac90x794a61358d6845594f94dc1db02a252b5b4814adfalse0x100x053d55f9b5af8694c503eb288a1b7e552f590710295743569Aave Arbitrum ezETH2025-01-15T16:59:33.000ZaArbezETH0x88b14ce8a9b08a6ef0be2d14d00d0302f392612d463ec16aa3a9fda6b64198ad180x2416092f143378750bb29b79ed961ab195cceea50x929ec64c34a17401f460460d4b9390518e5b473e
0xc45a479877e1e9dfe9fcd4056c699575a1045daa0x794a61358d6845594f94dc1db02a252b5b4814adfalse0x30x053d55f9b5af8694c503eb288a1b7e552f59071090873582Aave Arbitrum MAI2023-05-15T07:36:03.000ZaArbMAI0x72d101080a7af8792402772fdb715edf9db86536008190e71ed00ff706d3b50f180x3f56e0c36d275367b8c502090edf38289b3dea0d0x929ec64c34a17401f460460d4b9390518e5b473e
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.AToken_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AToken_Mint_event

Aave Protocol interest-bearing token (aToken) mint events emitted when users deposit underlying assets into lending pools. Records deposit transactions including depositor address, recipient address, minted token amount, liquidity index, and accrued interest balance increases for lending position tracking.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_balanceIncreaseSTRINGAccrued interest amount since the last update for the user’s balance. Numeric string representation of token quantity in smallest denomination.
in_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
addressremovedin_indexin_valuein_callerlog_indexblock_numberin_onBehalfOfblock_timestamptransaction_hashin_balanceIncrease
0x625e7708f30ca75bfd92586e17077590c60eb4cdfalse114453913624976354850337871339980x0000000000001ff3684f28c67538d4d072c22734163692393270x8002c521c2d7b4cb6035399a056d91d8b4656d142025-08-17T03:13:13.000Z0x006e2254005961b0eb7270ba30cc1183a07f79e7d9484549ac0532b87ec0b62d3998
0x625e7708f30ca75bfd92586e17077590c60eb4cdfalse114459696039047443724730600019340x0000000000001ff3684f28c67538d4d072c22734193694950560xbb448958dbc7f5d98708da0b438781ce1d4dbc372025-08-17T20:57:59.000Z0xf51080f3423c61c04d28576362b2dc7b90c45eea396ca995af05eb330b49fd3c1934
0x6ab707aca953edaefbc4fd23ba73294241490620false1192463672240776295533204057328040x000000000022d473030f116ddee9f6b43ac78ba323694255230x123cc997cec4a5aafd45276dd7eb6ffacbf2ff012025-08-17T16:08:18.000Z0xffea3fe5762f5a0b7772056d14c7c26d1d370a69ff195890e7037cc6654b855f32804
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.AToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_Borrow_event

Borrow events emitted by Aave lending pool contracts capturing loan originations with borrower address, reserve asset, loan amount, interest rate, and rate mode (stable or variable). Used for tracking DeFi lending activity and calculating protocol borrowing metrics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_interestRateModeINT64Interest rate mode for the lending operation. Integer value where 0 indicates no interest rate mode, 1 indicates stable rate, and 2 indicates variable rate.
in_borrowRateSTRINGAnnual interest rate applied to the borrowed amount in the lending pool. Numeric string representation expressed in ray units (27 decimal places).
in_referralCodeSTRINGReferral code identifier associated with the operation. Numeric string representation of the code used to track referral-based incentives.
addressin_userremovedin_amountlog_indexin_reserveblock_numberin_borrowRatein_onBehalfOfblock_timestampin_referralCodetransaction_hashin_interestRateMode
0x794a61358d6845594f94dc1db02a252b5b4814ad0x6259ea067d5391d1731eeb2749a6193e889067acfalse500000000000000000000040x17fc002b466eec40dae837fc4be5c67993ddbd6f2820869491499844557355204895006917100x6259ea067d5391d1731eeb2749a6193e889067ac2024-12-06T22:43:57.000Z00x4be0607724a4fe89be8e37907472fa723fb9a51a091da3668c9ef2ffc4de134d2
0x794a61358d6845594f94dc1db02a252b5b4814ad0x62bc3de30e94277213c44c21c55ae0bee8aa956ffalse500000000000000000000110x17fc002b466eec40dae837fc4be5c67993ddbd6f282083536548944577456641181707102790x62bc3de30e94277213c44c21c55ae0bee8aa956f2024-12-06T22:29:37.000Z00x5fa4a49f14b2a720301a0e098e9a55c4c1e3ddeb651e29164f5900ffc52b6c612
0x794a61358d6845594f94dc1db02a252b5b4814ad0x63dfa7c09dc2ff4030d6b8dc2ce6262bf898c8a4false101434468193298139114390x17fc002b466eec40dae837fc4be5c67993ddbd6f2820216792441398651807609128556376500x96bfc0a3358aebbc74ba431a8b1e4023719e195c2024-12-06T18:11:06.000Z59360xa745f351c2315adadb68fd8ee77ab8c0dd36eeb663aa8f9768f73e46c721e16c2
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.LendingPool_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_FlashLoan_event

Flash loan events from Aave and Aave-forked lending protocols containing borrowed asset, amount, initiator, recipient, and premium fee charged. Used for tracking uncollateralized borrowing activity and arbitrage transactions.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. Hex-encoded, 0x-prefixed, 42-character string.
in_initiatorSTRINGAddress of the account that initiated the flash loan operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_interestRateModeINT64Interest rate mode for the lending operation. Integer value where 0 indicates no interest rate mode, 1 indicates stable rate, and 2 indicates variable rate.
in_premiumSTRINGFee charged for the flash loan operation. Numeric string representation of the fee amount in smallest denomination of the borrowed asset.
in_referralCodeSTRINGReferral code identifier associated with the operation. Numeric string representation of the code used to track referral-based incentives.
addressremovedin_assetin_amountin_targetlog_indexin_premiumblock_numberin_initiatorblock_timestampin_referralCodetransaction_hashin_interestRateMode
0x794a61358d6845594f94dc1db02a252b5b4814adfalse0x82af49447d8a07e3bd95bd0d56f35241523fbab110526315789473680x6804060adc36e9ba46df0c35adca7d73e3fb4a4132526315789474966353290x6804060adc36e9ba46df0c35adca7d73e3fb4a412023-06-01T09:12:18.000Z00xc9fa412e426088f816b71c0eae7b9895cd43817c108f5b9ef622dcb9f9945a740
0x794a61358d6845594f94dc1db02a252b5b4814adfalse0x82af49447d8a07e3bd95bd0d56f35241523fbab110746910263299300x6804060adc36e9ba46df0c35adca7d73e3fb4a4134537345513165966511230x6804060adc36e9ba46df0c35adca7d73e3fb4a412023-06-01T10:18:08.000Z00x92c1bc9dcb03593983bbe665c336c27f72f8a9733d1871223854ca7f7398f95d0
0x794a61358d6845594f94dc1db02a252b5b4814adfalse0x5979d7b546e38e414f7e9822514be443a480052968292201469920x80af24d8edc2da28627966b0982862f613c80e86283414610073967465270x80af24d8edc2da28627966b0982862f613c80e862023-06-01T16:56:56.000Z00x4b40ba656418e5a69bc4b8968e1afb63bd50c60e3de6c986dace944ba2e21c250
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.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
0x794a61358d6845594f94dc1db02a252b5b4814ad0x1bdd5257a67e0e18ada502aa8dfaf59c14309ce9false221770692660xff970a61a04b1ca14834a43f5de4533ebddb5cc80x0f8ba26d98f2af09bf99d4f8e84be4afb02c497a1904172832024-02-03T15:03:30.000Zfalse0xf8bf24462aa6a807930a02c9ed22641ced0e621a876ea12c9744a4bd49a5a5e10x912ce59144191c1204e64559fe8253a0e49e6548116854885362320152500
0x794a61358d6845594f94dc1db02a252b5b4814ad0x1bdd5257a67e0e18ada502aa8dfaf59c14309ce9false491770571620xaf88d065e77c8cc2239327c5edb3a432268e58310x0f8ba26d98f2af09bf99d4f8e84be4afb02c497a2207186592024-02-03T14:11:28.000Zfalse0x2619eb2f19cf9a6cdb3a3b3eda4fbf56fc580c2c8de7bf97a89af6be740eeea10x912ce59144191c1204e64559fe8253a0e49e6548135039063727763128603
0x794a61358d6845594f94dc1db02a252b5b4814ad0x1bdd5257a67e0e18ada502aa8dfaf59c14309ce9false141769829340xaf88d065e77c8cc2239327c5edb3a432268e58310x9999b50bb6fc4ac42ddc5f10518e406549ebc3a04414216652024-02-03T08:50:16.000Zfalse0xc257a87a46352beb6f1590b8f3fd6deb5696d77588c86afde6074237bbc2e8850x912ce59144191c1204e64559fe8253a0e49e6548266150214666722680143
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.LendingPool_LiquidationCall_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_MintedToTreasury_event

Aave V3 protocol event recording interest-bearing token mints to the treasury reserve. Contains reserve address, amount minted, and transaction identifiers for tracking protocol fee accumulation.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountMintedSTRINGAmount of interest-bearing tokens minted to the protocol treasury. String representation of an unsigned integer value.
addressremovedlog_indexin_reserveblock_numberblock_timestampin_amountMintedtransaction_hash
0x794a61358d6845594f94dc1db02a252b5b4814adfalse350x5979d7b546e38e414f7e9822514be443a48005292763504992024-11-20T06:05:32.000Z5171870928510300x1aed3d52dbeeb7d8985560c86cd74d93ec73b22b61705cd3ca84cd214877426a
0x794a61358d6845594f94dc1db02a252b5b4814adfalse380xec70dcb4a1efa46b8f2d97c310c9c4790ba5ffa82763504992024-11-20T06:05:32.000Z3207329847555670x1aed3d52dbeeb7d8985560c86cd74d93ec73b22b61705cd3ca84cd214877426a
0x794a61358d6845594f94dc1db02a252b5b4814adfalse530x35751007a407ca6feffe80b3cb397736d2cf4dbe2763504992024-11-20T06:05:32.000Z495296273231057480x1aed3d52dbeeb7d8985560c86cd74d93ec73b22b61705cd3ca84cd214877426a
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.LendingPool_MintedToTreasury_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_Repay_event

Loan repayment events from Aave-based lending protocols containing borrower address, repayer address, reserve asset, and repayment amount. Used for tracking debt reduction and loan lifecycle analysis across DeFi lending markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_repayerSTRINGAddress of the account that executed the repayment transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_useATokensBOOLBoolean flag indicating whether aTokens (interest-bearing deposit tokens) were used to repay the debt instead of the underlying reserve asset.
addressin_userremovedin_amountlog_indexin_repayerin_reserveblock_numberin_useATokensblock_timestamptransaction_hash
0x794a61358d6845594f94dc1db02a252b5b4814ad0x1a6182d45e31cb09ffbab66b5a5d09ea379235d3false1711017508431340x1a6182d45e31cb09ffbab66b5a5d09ea379235d30xda10009cbd5d07dd0cecc66161fc93d7c9000da126411233false2022-09-24T14:59:10.000Z0x73f0057ff5428a4594f7778b45844573a2255a3281eed4dce06fff018950ad71
0x794a61358d6845594f94dc1db02a252b5b4814ad0x1c05decb151a459e8b045a93f472d1b238204094false1000070835757562711940x1c05decb151a459e8b045a93f472d1b2382040940xda10009cbd5d07dd0cecc66161fc93d7c9000da126306485false2022-09-24T03:36:07.000Z0x58f94f760c8e48d74696dd16c86d5796dc0c8941b39185d7f1b9c18729273819
0x794a61358d6845594f94dc1db02a252b5b4814ad0x1c54c331ac240cbc5e8ab94937ce42729fc85d75false20098246694563808740x1c54c331ac240cbc5e8ab94937ce42729fc85d750xda10009cbd5d07dd0cecc66161fc93d7c9000da126331011false2022-09-24T06:29:59.000Z0x2bc1d18c7f7da60b5869874b71eca8313b4f90b49f6206d53fa1140fcd469e9a
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.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
0x794a61358d6845594f94dc1db02a252b5b4814adfalse190x82af49447d8a07e3bd95bd0d56f35241523fbab1184837232022-07-25T00:25:00.000Z7906689436294375714583530xa57a412f10379faac449f88dc73725dc98a7e29bd03a2d83c10e0a849a889c3a100037455073545138029898360890000000000000000000000000116901167557519572735973381003952662148356625009149137
0x794a61358d6845594f94dc1db02a252b5b4814adfalse370x82af49447d8a07e3bd95bd0d56f35241523fbab1184964302022-07-25T03:41:39.000Z8226266118766049830094870x531a8d6ad138a2f6f06fb7fb45f28671a9276db33538375b31c1cecb7dd31f68100037489667656535843597910090000000000000000000000000119240252164019057638717511003957102359117651346141821
0x794a61358d6845594f94dc1db02a252b5b4814adfalse330x82af49447d8a07e3bd95bd0d56f35241523fbab1185139402022-07-25T09:02:05.000Z9185211856143332625796650x145aa0b9c2eab75cdafab970caf237c9e604f9a5cce8f2fa489a52afb27eb411100037566665192663780353799990000000000000000000000000125998709569135038723040841003964612336029218206857206
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.LendingPool_ReserveDataUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_Supply_event

Aave V3 Supply events emitted when users deposit assets into lending pools. Records depositor address, reserve token, deposit amount, beneficiary, and optional referral code for tracking liquidity provision across DeFi lending protocols.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_referralCodeSTRINGReferral code identifier associated with the operation. Numeric string representation of the code used to track referral-based incentives.
addressin_userremovedin_amountlog_indexin_reserveblock_numberin_onBehalfOfblock_timestampin_referralCodetransaction_hash
0x794a61358d6845594f94dc1db02a252b5b4814ad0xab7eed4971b3637c3df434b34a5a19fcd947e971false11470620776091536000050x17fc002b466eec40dae837fc4be5c67993ddbd6f1634070330xab7eed4971b3637c3df434b34a5a19fcd947e9712023-12-24T22:55:56.000Z00x85eff74f40502767f2ea572a75e4dfc8d61c01947992e91ce5d88c5c4a59331d
0x794a61358d6845594f94dc1db02a252b5b4814ad0x01c020c8f90aebc4d8fcac2ea1acec596da4e01bfalse7545354110x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f1632248810x01c020c8f90aebc4d8fcac2ea1acec596da4e01b2023-12-24T09:42:11.000Z00x08aaf3314bf62f9085906d97f5ec16f21aacbbfa2c97422df3c3267d0a5637f6
0x794a61358d6845594f94dc1db02a252b5b4814ad0x0246b0a279dd8466ecba9b3b0af5f51076763e09false400000070x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f1633337500x0246b0a279dd8466ecba9b3b0af5f51076763e092023-12-24T17:24:01.000Z00x4ccc057ab650a2cd74818c61ee8c335519d65fb61896d1639be0b3d2290fe02f
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.LendingPool_Supply_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_Withdraw_event

Aave LendingPool withdrawal events recording asset removals from lending positions. Contains user address, reserve token address, withdrawal amount, and recipient address for tracking collateral and liquidity movements across Aave V2 and V3 deployments.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_toaddressin_userremovedin_amountlog_indexin_reserveblock_numberblock_timestamptransaction_hash
0x0246b0a279dd8466ecba9b3b0af5f51076763e090x794a61358d6845594f94dc1db02a252b5b4814ad0x0246b0a279dd8466ecba9b3b0af5f51076763e09false200231432031310545780390x17fc002b466eec40dae837fc4be5c67993ddbd6f1653313062023-12-30T15:30:03.000Z0x952f68549395b021a7e0588ac71db4c51ef6f390f8dcaee47f599cbc2dfadff7
0xd602069b6b743c9b4ec833ae96acb06d777d27170x794a61358d6845594f94dc1db02a252b5b4814ad0xd602069b6b743c9b4ec833ae96acb06d777d2717false701692927618533428734270x17fc002b466eec40dae837fc4be5c67993ddbd6f1652607932023-12-30T10:35:12.000Z0xecf24ceb89bed492c51b9155476e51f25cfa12f58fc00555857afa4cfe024b1f
0x2277a5694a90fb4c0522ea3e661bf5fc0e4f46b30x794a61358d6845594f94dc1db02a252b5b4814ad0xf59d43a9bacb8bfa95fb2a013cd163c84c2b2091false2701773373850672356300x17fc002b466eec40dae837fc4be5c67993ddbd6f1654296022023-12-30T22:36:23.000Z0x38677864cbaba6d9790973ea3a8fde91841f74b9446f8a967d943d0ba6ce50c0
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.LendingPool_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPoolConfigurator_BridgeProtocolFeeUpdated_event

No description available.
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_oldBridgeProtocolFeeSTRING-
in_newBridgeProtocolFeeSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.LendingPoolConfigurator_BridgeProtocolFeeUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPoolConfigurator_CollateralConfigurationChanged_event

Collateral parameter update events from lending protocol configurator contracts, recording changes to loan-to-value (LTV), liquidation threshold, and liquidation bonus for specific assets. Used for tracking risk parameter adjustments in lending markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_ltvSTRINGLoan-to-value ratio for the collateral asset. Numeric string representing basis points where 10000 equals 100%.
in_liquidationThresholdSTRINGLiquidation threshold at which a position becomes eligible for liquidation. Numeric string representing basis points where 10000 equals 100%.
in_liquidationBonusSTRINGLiquidation bonus awarded to liquidators for purchasing collateral during liquidation. Numeric string representing basis points where 10000 equals 100%.
in_ltvaddressremovedin_assetlog_indexblock_numberblock_timestamptransaction_hashin_liquidationBonusin_liquidationThreshold
76000x8145edddf43f50276641b55bd3ad95944510021efalse0xff970a61a04b1ca14834a43f5de4533ebddb5cc871996972582024-04-10T22:00:05.000Z0xb91c08b19b5c0bbbfe1218bcdf9f86d90a44a185bc2f9b1570a5b2cbd1340bb9105007900
76000x8145edddf43f50276641b55bd3ad95944510021efalse0xaf88d065e77c8cc2239327c5edb3a432268e583191996972582024-04-10T22:00:05.000Z0xb91c08b19b5c0bbbfe1218bcdf9f86d90a44a185bc2f9b1570a5b2cbd1340bb9105007900
76000x8145edddf43f50276641b55bd3ad95944510021efalse0xda10009cbd5d07dd0cecc66161fc93d7c9000da161996972582024-04-10T22:00:05.000Z0xb91c08b19b5c0bbbfe1218bcdf9f86d90a44a185bc2f9b1570a5b2cbd1340bb9105007900
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.LendingPoolConfigurator_CollateralConfigurationChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPoolConfigurator_FlashloanPremiumToProtocolUpdated_event

Aave V3 LendingPoolConfigurator event emitted when the protocol’s share of flash loan fees is updated, recording both old and new premium values in basis points. Used for tracking protocol fee parameter changes and governance decisions.
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_oldFlashloanPremiumToProtocolSTRINGPrevious flashloan premium allocated to the protocol treasury before the update. String-encoded integer representing basis points (0.01%), where 4 equals 0.04% and 10000 equals 100%.
in_newFlashloanPremiumToProtocolSTRINGUpdated flashloan premium allocated to the protocol treasury. String-encoded integer representing basis points (0.01%), where 4 equals 0.04% and 10000 equals 100%.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_newFlashloanPremiumToProtocolin_oldFlashloanPremiumToProtocol
0x8145edddf43f50276641b55bd3ad95944510021efalse23538469252025-07-03T14:45:05.000Z0x192900e1597722899cb45fc302b8d06739d9de3bbfba0002d7848dde1c240579100004
0x8145edddf43f50276641b55bd3ad95944510021efalse077424502022-03-11T15:02:08.000Z0x6a6f1e38f3c55dd4da2b6536ad313c1c6e11c1a6f6d55d1642cc49ee2c90bc9e40
0x8145edddf43f50276641b55bd3ad95944510021efalse3892670992023-05-10T13:10:49.000Z0x28196e923a50ce9ea72908d8a5c02818b4303adb3e26d37465124fc1d5e97e3e40
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.LendingPoolConfigurator_FlashloanPremiumToProtocolUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPoolConfigurator_FlashloanPremiumTotalUpdated_event

Aave V3 protocol configuration event tracking changes to flash loan premium rates. Contains old and new premium values in basis points for protocol fee analysis and governance monitoring.
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_oldFlashloanPremiumTotalSTRINGPrevious total flash loan premium fee rate expressed in basis points.
in_newFlashloanPremiumTotalSTRINGUpdated total flash loan premium fee rate expressed in basis points.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_newFlashloanPremiumTotalin_oldFlashloanPremiumTotal
0x8145edddf43f50276641b55bd3ad95944510021efalse077424462022-03-11T15:02:08.000Z0xea0e1798dd709afcd1f825566836ab6fe0d19072c01c5328a7a404b92eb2d91d59
0x8145edddf43f50276641b55bd3ad95944510021efalse2892670992023-05-10T13:10:49.000Z0x28196e923a50ce9ea72908d8a5c02818b4303adb3e26d37465124fc1d5e97e3e59
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.LendingPoolConfigurator_FlashloanPremiumTotalUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPoolConfigurator_LiquidationProtocolFeeChanged_event

Aave V3 LendingPoolConfigurator event capturing changes to liquidation protocol fee parameters. Records the asset address, previous fee value, and new fee value for each configuration update.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_oldFeeSTRINGPrevious liquidation protocol fee before the change. Numeric string representing basis points where 1000 equals 10%.
in_newFeeSTRINGUpdated liquidation protocol fee. Numeric string representing basis points where 1000 equals 10%.
addressremovedin_assetin_newFeein_oldFeelog_indexblock_numberblock_timestamptransaction_hash
0x8145edddf43f50276641b55bd3ad95944510021efalse0x35751007a407ca6feffe80b3cb397736d2cf4dbe10000152030721702024-04-20T19:32:53.000Z0x8bb7251e9dde6b5605effdf3445ceeee34ac8d274da8bf819f0d32255ba7df6c
0x8145edddf43f50276641b55bd3ad95944510021efalse0x2416092f143378750bb29b79ed961ab195cceea510000242957435692025-01-15T16:59:33.000Z0x88b14ce8a9b08a6ef0be2d14d00d0302f392612d463ec16aa3a9fda6b64198ad
0x8145edddf43f50276641b55bd3ad95944510021efalse0xaf88d065e77c8cc2239327c5edb3a432268e583110000211057406262023-06-28T10:09:48.000Z0x904364beeab39ba08a36254891516f94de49af3e0c7272c516a90a678a2a8cc0
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.LendingPoolConfigurator_LiquidationProtocolFeeChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPoolConfigurator_ReserveFactorChanged_event

Events emitted when the reserve factor parameter is modified for a lending pool asset, capturing the asset address, old factor, and new factor values. Used to track protocol fee adjustments in Aave-based lending protocols.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_oldReserveFactorSTRINGPrevious reserve factor value for the asset in the lending pool before the change. Numeric string representing basis points where 10000 equals 100%.
in_newReserveFactorSTRINGUpdated reserve factor value for the asset in the lending pool. Numeric string representing basis points where 10000 equals 100%.
addressremovedin_assetlog_indexblock_numberblock_timestamptransaction_hashin_newReserveFactorin_oldReserveFactor
0x8145edddf43f50276641b55bd3ad95944510021efalse0x93b346b6bc2548da6a1e7d98e9a421b42541425b63604779652025-07-22T19:26:41.000Z0x02133b16eacaba2e68300b0f57995b83f0c534d7cd22d459e00cb5934c6c316b50002000
0x8145edddf43f50276641b55bd3ad95944510021efalse0x4186bfc76e2e237523cbc30fd220fe055156b41f313224373352025-04-03T08:34:06.000Z0x6a50945c6df8309431fb0b136dc0bb12f1133465473cfcbfe232ed6b4b47eee220000
0x8145edddf43f50276641b55bd3ad95944510021efalse0x912ce59144191c1204e64559fe8253a0e49e6548121132601382023-07-20T21:28:09.000Z0x793ecdf0b56b1b94ec81a6c16466ad9ae2cf9b16eb9baebbb903109d0a79d2d520000
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.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
0x8145edddf43f50276641b55bd3ad95944510021efalse0x2416092f143378750bb29b79ed961ab195cceea50xea1132120ddcdda2f119e99fa7a27a0d036f7ac9132957435692025-01-15T16:59:33.000Z0x88b14ce8a9b08a6ef0be2d14d00d0302f392612d463ec16aa3a9fda6b64198ad0x00000000000000000000000000000000000000000x1ffd28689da7d0148ff0fcb669e9f9f0fc13a2190x429f16dba3b9e1900087cbaa7b50d38bc60fb73f
0x8145edddf43f50276641b55bd3ad95944510021efalse0xaf88d065e77c8cc2239327c5edb3a432268e58310x724dc807b04555b71ed48a6896b6f41593b8c637111057406262023-06-28T10:09:48.000Z0x904364beeab39ba08a36254891516f94de49af3e0c7272c516a90a678a2a8cc00xdc1fad70953bb3918592b6fcc374fe05f5811b6a0xf611aeb5013fd2c0511c9cd55c7dc5c1140741a60xf6733b9842883bfe0e0a940ea2f572676af31bde
0x8145edddf43f50276641b55bd3ad95944510021efalse0x35751007a407ca6feffe80b3cb397736d2cf4dbe0x8437d7c167dfb82ed4cb79cd44b7a32a1dd95c7752030721702024-04-20T19:32:53.000Z0x8bb7251e9dde6b5605effdf3445ceeee34ac8d274da8bf819f0d32255ba7df6c0x40b4baecc69b882e8804f9286b12228c27f8c9bf0x3ca5fa07689f266e907439afd1fbb59c44fe12f60x0fc12ad84210695de8c0d5d8b6f720c37ceab02f
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.LendingPoolConfigurator_ReserveInitialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ShortExecutor_ExecutedAction_event

Governance execution event recording completed actions in Aave V3’s ShortExecutor contract. Contains target address, function signature, execution timestamp, and delegatecall flag for tracking protocol governance operations across chains.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_signatureSTRINGCryptographic signature authorizing the order execution. Hex-encoded byte string used to verify the order was signed by the maker’s private key.
in_dataSTRINGEncoded input data for the contract function call. Hex-encoded byte string representing function parameters and additional call data.
in_executionTimeSTRINGUnix timestamp when the action was executed. Integer value representing seconds since epoch.
in_withDelegatecallBOOLBoolean flag indicating whether the contract call was executed using delegatecall opcode instead of a standard call.
in_resultDataSTRINGReturn data from the executed contract function call. Hex-encoded byte string containing the function’s output parameters.
addressin_dataremovedin_valuein_targetlog_indexblock_numberin_signaturein_resultDatablock_timestampin_executionTimetransaction_hashin_withDelegatecall
0xff1137243698caa18ee364cc966cf0e02a4e63270xfalse00xcd320ca435193b4a9b04d0a02c777b5e8902c9b424194780846execute()0x2024-03-27T14:51:18.000Z17115510780x24923d42886dd5305877a03778a79a24039f41166c1b9da9429e35a2b3673369true
0xff1137243698caa18ee364cc966cf0e02a4e63270xfalse00x868b4bc72f3ad129b3c5805b19ce2a18849bc1ae7194779349execute()0x2024-03-27T14:45:01.000Z17115507010x76a5cc2c78abb8823eb43e38ec1951d4b48e225e61e5407c18b1b9ca5077478dtrue
0xff1137243698caa18ee364cc966cf0e02a4e63270xfalse00x0efc2a29c1f203a29dfdc3b8a723dd67d1d9a42d47295743569execute()0x2025-01-15T16:59:33.000Z17369603730x88b14ce8a9b08a6ef0be2d14d00d0302f392612d463ec16aa3a9fda6b64198adtrue
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.ShortExecutor_ExecutedAction_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StataToken_Deposit_event

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

StataToken_Initialized_event

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

StataToken_Withdraw_event

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

StataTokenFactory_StataTokenCreated_event

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

SToken_Burn_event

Stable rate debt token burn events from Aave-based lending protocols, emitted when borrowers repay stable-rate debt positions. Records the burn amount, user balance changes, average stable rate, and updated total supply for tracking debt repayments and interest accrual.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_currentBalanceSTRINGUser’s current stable debt balance after accrued interest. Numeric string representation of token quantity in smallest denomination.
in_balanceIncreaseSTRINGAccrued interest amount since the last update for the user’s balance. Numeric string representation of token quantity in smallest denomination.
in_avgStableRateSTRINGAverage stable borrow rate across all borrowers for the reserve. Numeric string representation in ray units (27 decimals).
in_newTotalSupplySTRINGUpdated total supply of stable debt tokens after the operation. Numeric string representation of token quantity in smallest denomination.
addressin_fromremovedin_amountlog_indexblock_numberblock_timestampin_avgStableRatetransaction_hashin_currentBalancein_newTotalSupplyin_balanceIncrease
0x70effc565db6eef7b927610155602d31b670e8020xfe96719aa7ba8fab02e9d3123c0c40c23945557cfalse1239515612108736972022-04-30T04:23:59.000Z542931867449020752267294550x10745cce1233c91448c2c222df8469675d2ab6989a6c6a763e149bc70c8ef10412411163974012117240160073
0x307ffe186f84a3bc2613d1ea417a5737d69a70070xf4cae903dc1698bb309c650685f69cd84b45bc3cfalse1834614052109034272022-04-30T12:19:59.000Z560719650099588750136700030xc490acfff465ee8ca4c7dc3bcf9a67329e36f2e75f2c21323606a3e5debf8ff116049894023226169490623975919
0x307ffe186f84a3bc2613d1ea417a5737d69a70070xd603a49886c9b500f96c0d798aed10068d73bf7cfalse500000000002109231862022-04-30T17:06:19.000Z563856518985929620014291180x41a689046a31bc825cd5d2dcfe8ece3aa031b906e1da281e9a56997c3eaa9ea750103608817272170754158103608817
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.SToken_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SToken_Mint_event

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

VToken_Burn_event

Variable debt token burn events emitted when borrowers repay debt in Aave-based lending protocols. Contains user address, repayment amount, updated interest index, and accrued interest since last interaction for tracking debt position changes.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_balanceIncreaseSTRINGAccrued interest amount since the last update for the user’s balance. Numeric string representation of token quantity in smallest denomination.
in_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
addressin_fromremovedin_indexin_valuein_targetlog_indexblock_numberblock_timestamptransaction_hashin_balanceIncrease
0xf611aeb5013fd2c0511c9cd55c7dc5c1140741a60xc53a1008802cea1e5b87f19c0b3df4033783f7a6false1002543354756899232923472936585282470x0000000000000000000000000000000000000000521111842792023-07-14T16:47:25.000Z0x2c6aa1bfe7234e0ba507940bccd2f85607f02c6ef6d5900c10640e8580fefed522
0xfccf3cabbe80101232d343252614b6a3ee81c9890xbb9d86186ee173c7490536f3e64db16e3313f706false10300572934457288218874370841999995660x0000000000000000000000000000000000000000561109474102023-07-14T00:11:57.000Z0x2279b6faf085df5a5ff47894e5541c64ce85565b21bb3430373eaaab6b8dd364434
0xfccf3cabbe80101232d343252614b6a3ee81c9890x4d2564ab6e91a2b667ad7b5747918e5ef3dc327ffalse103005865770101180699708086167446079380x0000000000000000000000000000000000000000651109524652023-07-14T00:33:57.000Z0x3d582588cbf42e466ed27d1c19bb302bdcab0e8079f43d7e6bcb926b008392dc3340089
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.VToken_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_Mint_event

Variable rate debt token mint events from lending protocols. Records debt token issuance with borrower address, borrowed amount, interest rate index, and accrued interest at the time of minting.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_balanceIncreaseSTRINGAccrued interest amount since the last update for the user’s balance. Numeric string representation of token quantity in smallest denomination.
in_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
addressremovedin_indexin_valuein_callerlog_indexblock_numberin_onBehalfOfblock_timestamptransaction_hashin_balanceIncrease
0xce186f6cccb0c955445bb9d10c59cae488fea559false1012540113181758806951551859499827190362205000x9e8e9d6b0d24216f59043db68bdda1620892f549231890338540x2b4cbfd8ca8df67e87d83ad7f5cd6a96ad14ef5b2024-03-10T17:12:19.000Z0xd886f61a249ade8b5ce8a64cd8796f2ecefeeaefaf2d0db613d99c050a671bd13508930161195
0xa8669021776bc142dfca87c21b4a52595bcbb40afalse105100270272164480894228765933784054251401135202190x9e8e9d6b0d24216f59043db68bdda1620892f549221890327840xc27e87cfe1fd2ed6f43dfffbb9e9e46428497a242024-03-10T17:07:08.000Z0x9017dda273a934109a2063d88b076f83ff9252c720a1ddd992c14d18b85522cb20588755670470566
0xa8669021776bc142dfca87c21b4a52595bcbb40afalse1051002125369633886538283022105786987576287458667650xc27e87cfe1fd2ed6f43dfffbb9e9e46428497a2441890325070xc27e87cfe1fd2ed6f43dfffbb9e9e46428497a242024-03-10T17:05:54.000Z0x1eb48c9c4cd2639cd658ea4fe221d5f03aea65302a5b919b570ac3db725799db269198757628745866765
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.VToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WrappedTokenGatewayV3_withdrawETH_function

Aave V3 WrappedTokenGatewayV3 withdrawETH function call records containing withdrawal amounts, pool addresses, and recipient addresses. Used for tracking ETH unwrapping and withdrawal transactions from Aave lending pools across multiple chains.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueSTRINGAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_anon0STRINGContract address of the lending pool. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
gasin_tovaluestatusgas_usedin_anon0in_amountsignatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
5159800x78583242f3912f6cc94897de774cfe30701f106f0true3484090x794a61358d6845594f94dc1db02a252b5b4814ad10000000000000000x80500d200x5283beced7adf6d003225c13896e536f2d4264ff3347462920x78583242f3912f6cc94897de774cfe30701f106f2025-05-09T03:17:05.000Z0x4ed1bb1234b1a6377e94aaa84e7bcfeef9652ebd8cdbdb602cd2c98864c10d15
7002410x08baa969b1ee930d775518a609514fe0b5a6339d0true4216350x794a61358d6845594f94dc1db02a252b5b4814ad10000000000000000x80500d200x5283beced7adf6d003225c13896e536f2d4264ff3349087650x08baa969b1ee930d775518a609514fe0b5a6339d2025-05-09T14:35:42.000Z0xb296ac51facae10fcd43b745b6cab595008c4565b48c1c3f6e44b6591df5fb20
5954500xc089a3d1c6c739a5bfcf6a59b91a7e418bedd74e0true3517090x794a61358d6845594f94dc1db02a252b5b4814ad10000000000000000x80500d200x5283beced7adf6d003225c13896e536f2d4264ff3349229110xc089a3d1c6c739a5bfcf6a59b91a7e418bedd74e2025-05-09T15:34:42.000Z0x593c445ef5d91788e414fa9c47fbd6ec31fd31b0e18691cad15c7cc226bef07b
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_arbitrum.WrappedTokenGatewayV3_withdrawETH_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100