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
0x47fffa06eeeef596d46cf7d58c3856a751ea68ed0x578ee1ca3a8e1b54554da1bf7c583506c4cd11c60xcf3fe53a837b780369e4ac191cbdc42d05b39bc8false100060469695739092315891530287817001112271012392025-05-16T00:01:01.000Z0x0eb1fb59cd05f9cda5b74977a4083064389849f1c1bc84a50f00981c288c6f7f
0x41d920dae2a39889c7d76496ef871d745672e09e0x578ee1ca3a8e1b54554da1bf7c583506c4cd11c60x90de6243cbe4f54efbda03b10badf773d378e962false10006046989660269170443580301123220879413271014752025-05-16T00:02:23.000Z0x1abd25383ec9c0ddf73f7d71be9d99524c1d09c022d55b06e620d6b286527300
0x41d920dae2a39889c7d76496ef871d745672e09e0x578ee1ca3a8e1b54554da1bf7c583506c4cd11c60x90de6243cbe4f54efbda03b10badf773d378e962false10006047015871893250923208141123223001811271017852025-05-16T00:04:10.000Z0x759e792d8065217c01b71687af5aeb72a2c82572772eba683ff5037a268890e4
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0xeaa74d7f42267eb907092af4bc700f667eed0b8b0x019425b418ff167d62f23324a6fa5fa0023760defalse1000000068550713984005042152121840000000000000000010x019425b418ff167d62f23324a6fa5fa0023760de2425356862025-08-11T16:13:29.000Z0x1c17c4d7210799d4c6d163f328bc1ebd1eca56899c72788a9b0b3be818fb0e530
0xeaa74d7f42267eb907092af4bc700f667eed0b8b0x019425b418ff167d62f23324a6fa5fa0023760defalse100000006855071398400504215228000000000000000000000x019425b418ff167d62f23324a6fa5fa0023760de2425417982025-08-11T17:13:34.000Z0x9e728f695dbc468c793081de995f773cd087f3ec9ffd7293a123bed2053b9b180
0x6c5e14a212c1c3e4baf6f871ac9b1a969918c1310x019425b418ff167d62f23324a6fa5fa0023760defalse1004463454215414054438492536199999748158622336521180x019425b418ff167d62f23324a6fa5fa0023760de2425059602025-08-11T11:55:08.000Z0x441a3353dd09d98b7d771ddce8ec8d9951ed2888751025f036da0f82118fe69825184137766347883
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x578ee1ca3a8e1b54554da1bf7c583506c4cd11c60x5362dbb1e601abf3a4c14c22ffeda64042e5eaa3false0x90x1ab55bbdd5df0782bbcf73553af93bc6b29a286b41989106Aave Sonic USDC2025-08-07T10:21:38.000ZaSonUSDC0x38c7bc5ad3e263b8c31778430f33d2a1f06b9db93554771d26025296cea43d7360x29219dd400f2bf60e5a23d13be72b486d40388940x24bd6e9ca54f1737467def82dca9702925b3aa59
0xeaa74d7f42267eb907092af4bc700f667eed0b8b0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa3false0x210x1ab55bbdd5df0782bbcf73553af93bc6b29a286b41989106Aave Sonic stS2025-08-07T10:21:38.000ZaSonstS0x38c7bc5ad3e263b8c31778430f33d2a1f06b9db93554771d26025296cea43d73180xe5da20f15420ad15de0fa650600afc998bbe39550x24bd6e9ca54f1737467def82dca9702925b3aa59
0xe18ab82c81e7eecff32b8a82b1b7d2d23f1ece960x5362dbb1e601abf3a4c14c22ffeda64042e5eaa3false0x30x1ab55bbdd5df0782bbcf73553af93bc6b29a286b41989106Aave Sonic WETH2025-08-07T10:21:38.000ZaSonWETH0x38c7bc5ad3e263b8c31778430f33d2a1f06b9db93554771d26025296cea43d73180x50c42deacd8fc9773493ed674b675be577f2634b0x24bd6e9ca54f1737467def82dca9702925b3aa59
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x578ee1ca3a8e1b54554da1bf7c583506c4cd11c6false10005553175435490272806686601099800x000000000000c9b3e2c3ec88b1b4c0cd853f432119212221460x83fe9748fac353106c5c988b93ce229f895e0b022025-04-20T18:55:16.000Z0xd9ad7357e019e5e7ef402574606669a22d5fc67572dd08bdebab321cf4ff7c67109980
0x578ee1ca3a8e1b54554da1bf7c583506c4cd11c6false10005561055552551753884271701340x000000000000c9b3e2c3ec88b1b4c0cd853f432122212474980x769162779191b0a513d0d08db6135a144906c39e2025-04-20T21:54:56.000Z0xd301ef627eebd3c2ccfa80d8837db027233d94d2e4e896e1380e6268641104d9134
0x578ee1ca3a8e1b54554da1bf7c583506c4cd11c6false10005556956800110951927333252650x000000000000c9b3e2c3ec88b1b4c0cd853f43214212346620x769162779191b0a513d0d08db6135a144906c39e2025-04-20T20:21:31.000Z0x957d0549a2d130294c652d20e7b8a9ac3dd70058d13adf4c39f6ae6f6b07700a265
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.AToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

IncentivesController_RewardsClaimed_event

Reward claim events from Aave IncentivesController contracts recording the distribution of protocol incentive tokens to users. Tracks user address, claimer address, recipient address, reward token contract, and claimed amount for analyzing liquidity mining and staking reward distributions.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_claimerSTRINGAddress of the account initiating the claim transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.IncentivesController_RewardsClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_Borrow_event

Borrow events emitted by Aave lending pool contracts capturing loan originations with borrower address, reserve asset, loan amount, interest rate, and rate mode (stable or variable). Used for tracking DeFi lending activity and calculating protocol borrowing metrics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_interestRateModeINT64Interest rate mode for the lending operation. Integer value where 0 indicates no interest rate mode, 1 indicates stable rate, and 2 indicates variable rate.
in_borrowRateSTRINGAnnual interest rate applied to the borrowed amount in the lending pool. Numeric string representation expressed in ray units (27 decimal places).
in_referralCodeSTRINGReferral code identifier associated with the operation. Numeric string representation of the code used to track referral-based incentives.
addressin_userremovedin_amountlog_indexin_reserveblock_numberin_borrowRatein_onBehalfOfblock_timestampin_referralCodetransaction_hashin_interestRateMode
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa30x061d8e131f26512348ee5fa42e2df1ba9d6505e9false133672063284796653928970x039e2fb66102314ce7b64ce5ce3e5183bc94ad3814806678414047210633995405731227470x95333df86727053ba59db90e8005b5fbacbb52082025-03-20T09:39:20.000Z00xc485ec1266d8eaaa3a366f1a268448046d436ccdefe2a3a5262f9bd2204773c22
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa30x061d8e131f26512348ee5fa42e2df1ba9d6505e9false260000000000000000000050x039e2fb66102314ce7b64ce5ce3e5183bc94ad3814771200414477233472423240381147400x1b648ade1ef219c87987cd60eba069a7faf1621f2025-03-20T04:58:41.000Z00x6320286717f4c3928448dfee75c76b6ef67be485055fafc9e3000c381981fe0d2
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa30x061d8e131f26512348ee5fa42e2df1ba9d6505e9false10000000000000000000050x039e2fb66102314ce7b64ce5ce3e5183bc94ad3814855735247156323450721596725850470xad036a7e58dfa18a6511e85d29b0341e16bcbd9b2025-03-20T15:22:36.000Z00x7e90e4897fc60dc1369d560a88fa05ffb5615da4115c97fb9f861168dc0e01712
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa3false0x039e2fb66102314ce7b64ce5ce3e5183bc94ad385000000000000000x5fb7e07deb733d2d6eb804316b1eca1e436f5f8438250000000000366304830x5fb7e07deb733d2d6eb804316b1eca1e436f5f842025-06-30T20:22:05.000Z00x33ac14f5ec4057b9d2513ceedd0ea8cc557c7ecf2fe356a172f659588a8791a30
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa3false0x039e2fb66102314ce7b64ce5ce3e5183bc94ad38134441272499042609920x91fa0194890de278bd5fae713c8c8345c5282783146722063624952130365485610x91fa0194890de278bd5fae713c8c8345c52827832025-06-30T06:52:33.000Z00x5c8cbc7785922abc3dd72579cbbe7a32c8bec9fa09f550ff62b14e4daab8f2fc0
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa3false0x039e2fb66102314ce7b64ce5ce3e5183bc94ad3868656028024604364438850x91fa0194890de278bd5fae713c8c8345c5282783423432801401230218222365920760x91fa0194890de278bd5fae713c8c8345c52827832025-06-30T14:07:05.000Z00xf2889b05eb884f8dc29e95315891ea8beab4e163b840a5061f93473a398a61700
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa30x943840e5243259e4d482968f28c7bef10bc5b9dafalse13139065650x039e2fb66102314ce7b64ce5ce3e5183bc94ad380x678cd6e3485f420e92229180b151309ac05446ad2500193976369446312025-03-15T17:01:07.000Zfalse0x91a0822b6f73aed15bc9c40d9e767688291a1abea60105b798c149551f7810550x50c42deacd8fc9773493ed674b675be577f2634b74972710528487
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa30xddcd6080e56b183eb11cb21b84714b51c4b75583false65177756450x29219dd400f2bf60e5a23d13be72b486d40388940x6b68fc283c7e00ffee284f6fe2f0774e7d0c7a61572025-04-02T22:12:59.000Zfalse0xf7e68ec7b923dfe00892fbd7339ac08a4c0f3c4b3e180230d0dd94241c83d13a0x039e2fb66102314ce7b64ce5ce3e5183bc94ad38131415883998672
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa30xb7752ccf529cbbefde7e2ae78ff2c36d18dd6496false14177756480x29219dd400f2bf60e5a23d13be72b486d40388940x6b68fc283c7e00ffee284f6fe2f0774e7d0c7a613942025-04-02T22:13:00.000Zfalse0x0480a0d919bc5016861b3e2e9456086a9bac3f1771051ec2e666ead50709268e0x039e2fb66102314ce7b64ce5ce3e5183bc94ad38908383478868016
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa3false50x29219dd400f2bf60e5a23d13be72b486d4038894454475262025-09-02T06:04:47.000Z3314357630x93e2bbe5972538759a6f61263f4df77a40b8fb16c8e506b70011a13f3ffb6695
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa3false110xe5da20f15420ad15de0fa650600afc998bbe3955454475262025-09-02T06:04:47.000Z11353739823471244480x93e2bbe5972538759a6f61263f4df77a40b8fb16c8e506b70011a13f3ffb6695
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa3false20x50c42deacd8fc9773493ed674b675be577f2634b454475262025-09-02T06:04:47.000Z1647698111115550x93e2bbe5972538759a6f61263f4df77a40b8fb16c8e506b70011a13f3ffb6695
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa30x00005ff7b4e62b6b868d36809f8a30c85a6d0000false6000000000000000000000040x00005ff7b4e62b6b868d36809f8a30c85a6d00000x039e2fb66102314ce7b64ce5ce3e5183bc94ad3813188438false2025-03-12T05:42:00.000Z0xa58fcdb720745f8e93c9a183f2e5043e911bc13bbbf2e4e21f7bf9a27904cf23
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa30x00005ff7b4e62b6b868d36809f8a30c85a6d0000false6000000000000000000000040x00005ff7b4e62b6b868d36809f8a30c85a6d00000x039e2fb66102314ce7b64ce5ce3e5183bc94ad3813188645false2025-03-12T05:43:37.000Z0x9bd281b2f1845e672093fedd11c6c720acd324a4599e064ef1cb32a7723a8a70
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa30x03adfaa573ac1a9b19d2b8f79a5aaffb9c2a0532false995000000000000140x03adfaa573ac1a9b19d2b8f79a5aaffb9c2a05320x039e2fb66102314ce7b64ce5ce3e5183bc94ad3813274253false2025-03-12T15:44:59.000Z0xa5d8211a167b9806b527e1919d6cbaddc75e4148dccb8bb8a62ba759386babc2
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa3false00x039e2fb66102314ce7b64ce5ce3e5183bc94ad38211391322025-04-20T06:41:58.000Z101565539313620435235005760x2e1d31bdedaa3b72aa3434635d39961d260e476d8a4bab520aec1ff6c4d1d3b010012712027851410872367259810431128258427197938603015841004024298691065224328104790
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa3false00x039e2fb66102314ce7b64ce5ce3e5183bc94ad38211270052025-04-20T04:29:52.000Z98717533424511674411308660x9fa111fcc7c9e5656ec7968a6a0cc54be0ff36d693e13954fefcd337ccf2704210012687263291783916732347300425040631343903378729625161004013589983976505756759930
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa3false00x039e2fb66102314ce7b64ce5ce3e5183bc94ad38211727452025-04-20T11:51:02.000Z103069580500034165411999700xf3ffcf88663067f469f399fafb4dfb14c5846a14d5293bc5912a5baecbe2299210012773045004479560135231280434308725319848270056719311004049807549657367279869754
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa30x061d8e131f26512348ee5fa42e2df1ba9d6505e9false20000000000000000000120x039e2fb66102314ce7b64ce5ce3e5183bc94ad38198229240xd0be6274e8a6be25a3e1982cf957595fcb67a4ef2025-04-12T16:15:42.000Z00x460c957a36f4164b3d8ce9b68411e1b28dbe55bc071e2ce66603600496a08c8a
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa30x061d8e131f26512348ee5fa42e2df1ba9d6505e9false180000000000000000000070x039e2fb66102314ce7b64ce5ce3e5183bc94ad38197421130xe3b20f2cca92d5d9aac068a3ee11a91bc8e0e1a92025-04-12T07:31:24.000Z00xe239b8c2952ea127c78b2d0cec91d2db4b089a08f76948977c02e466cd2aa208
0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa30x061d8e131f26512348ee5fa42e2df1ba9d6505e9false1500000000000000000070x039e2fb66102314ce7b64ce5ce3e5183bc94ad38198833280xb81b8e6b9688db65771512c347f2a36405889dee2025-04-12T23:42:56.000Z00x2edb3f217734fa57b7d17cc70cf01dd054f9f2aa966edcdc4c88a50f83a24585
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x00e046a6f4676fd753cab716d9a9b05c2b4a444f0x5362dbb1e601abf3a4c14c22ffeda64042e5eaa30x00e046a6f4676fd753cab716d9a9b05c2b4a444ffalse330000000370x29219dd400f2bf60e5a23d13be72b486d4038894179727872025-04-03T19:37:53.000Z0x8aac2e8ac8507ba8a71c9005a366b2c8065e8f3c59e050d513acf2bf69df70a5
0x0258da40e011acb8e0f6308d6dda4de363c9b6040x5362dbb1e601abf3a4c14c22ffeda64042e5eaa30xc4a9d8b486f388cc0e4168d2904277e8c8372fa3false19939590x29219dd400f2bf60e5a23d13be72b486d4038894178904332025-04-03T11:18:23.000Z0x2679e792f01dbeb418708f18a4fbfcc00c796948be8dad6e77d32880d40dd940
0x061d8e131f26512348ee5fa42e2df1ba9d6505e90x5362dbb1e601abf3a4c14c22ffeda64042e5eaa30x061d8e131f26512348ee5fa42e2df1ba9d6505e9false4220392677838228430380x039e2fb66102314ce7b64ce5ce3e5183bc94ad38179273752025-04-03T14:56:53.000Z0x8e4377d7b6e9cdb61d4d04f08e4b1142a92dc34f9a347e4ce27d3a5a830487bf
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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_sonic.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
66000x50c70feb95abc1a92fc30b9acc41bd349e5de2f0false0xe5da20f15420ad15de0fa650600afc998bbe395515232996582025-04-30T13:51:39.000Z0xe8fc08b9b7f6b8a6296812aa98f462374d517abbdc992ac7717e346e7ea756db110006800
68000x50c70feb95abc1a92fc30b9acc41bd349e5de2f0false0x039e2fb66102314ce7b64ce5ce3e5183bc94ad3878114552492025-03-03T18:56:22.000Z0x3e6673f200c89200859739d305395d1d9deb3ea0df43b57555a3b9223c04bbdc110007000
80000x50c70feb95abc1a92fc30b9acc41bd349e5de2f0false0x50c42deacd8fc9773493ed674b675be577f2634b70114552492025-03-03T18:56:22.000Z0x3e6673f200c89200859739d305395d1d9deb3ea0df43b57555a3b9223c04bbdc106008300
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x50c70feb95abc1a92fc30b9acc41bd349e5de2f0false1370123672025-07-03T14:51:37.000Z0x30ba03b72745dde770fbff1e945dc7c51c71e2053b1b4f544f6d25107398098b100004
0x50c70feb95abc1a92fc30b9acc41bd349e5de2f0false1579865982025-02-15T11:47:26.000Z0x841161ef03d2ea0d9cf63159b1e9ad2760d9bf075084bdb8a8891efb50643f0440
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x50c70feb95abc1a92fc30b9acc41bd349e5de2f0false1479865982025-02-15T11:47:26.000Z0x841161ef03d2ea0d9cf63159b1e9ad2760d9bf075084bdb8a8891efb50643f0450
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x50c70feb95abc1a92fc30b9acc41bd349e5de2f0false0xe5da20f15420ad15de0fa650600afc998bbe39551000016232996582025-04-30T13:51:39.000Z0xe8fc08b9b7f6b8a6296812aa98f462374d517abbdc992ac7717e346e7ea756db
0x50c70feb95abc1a92fc30b9acc41bd349e5de2f0false0x29219dd400f2bf60e5a23d13be72b486d40388941000075114552492025-03-03T18:56:22.000Z0x3e6673f200c89200859739d305395d1d9deb3ea0df43b57555a3b9223c04bbdc
0x50c70feb95abc1a92fc30b9acc41bd349e5de2f0false0x039e2fb66102314ce7b64ce5ce3e5183bc94ad381000079114552492025-03-03T18:56:22.000Z0x3e6673f200c89200859739d305395d1d9deb3ea0df43b57555a3b9223c04bbdc
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x50c70feb95abc1a92fc30b9acc41bd349e5de2f0false0x50c42deacd8fc9773493ed674b675be577f2634b55114552492025-03-03T18:56:22.000Z0x3e6673f200c89200859739d305395d1d9deb3ea0df43b57555a3b9223c04bbdc15000
0x50c70feb95abc1a92fc30b9acc41bd349e5de2f0false0x039e2fb66102314ce7b64ce5ce3e5183bc94ad3867114552492025-03-03T18:56:22.000Z0x3e6673f200c89200859739d305395d1d9deb3ea0df43b57555a3b9223c04bbdc15000
0x50c70feb95abc1a92fc30b9acc41bd349e5de2f0false0x29219dd400f2bf60e5a23d13be72b486d403889461114552492025-03-03T18:56:22.000Z0x3e6673f200c89200859739d305395d1d9deb3ea0df43b57555a3b9223c04bbdc10000
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x50c70feb95abc1a92fc30b9acc41bd349e5de2f0false0xe5da20f15420ad15de0fa650600afc998bbe39550xeaa74d7f42267eb907092af4bc700f667eed0b8b5232996582025-04-30T13:51:39.000Z0xe8fc08b9b7f6b8a6296812aa98f462374d517abbdc992ac7717e346e7ea756db0x00000000000000000000000000000000000000000x333cfdcb6457c409e4f0c88f3806252bee5fe4250xdff435bccf782f11187d3a4454d96702ed78e092
0x50c70feb95abc1a92fc30b9acc41bd349e5de2f0false0x039e2fb66102314ce7b64ce5ce3e5183bc94ad380x6c5e14a212c1c3e4baf6f871ac9b1a969918c13144114552492025-03-03T18:56:22.000Z0x3e6673f200c89200859739d305395d1d9deb3ea0df43b57555a3b9223c04bbdc0x00000000000000000000000000000000000000000xf6089b790fbf8f4812a79a31cfabeb00b06ba7bd0xdff435bccf782f11187d3a4454d96702ed78e092
0x50c70feb95abc1a92fc30b9acc41bd349e5de2f0false0x50c42deacd8fc9773493ed674b675be577f2634b0xe18ab82c81e7eecff32b8a82b1b7d2d23f1ece9634114552492025-03-03T18:56:22.000Z0x3e6673f200c89200859739d305395d1d9deb3ea0df43b57555a3b9223c04bbdc0x00000000000000000000000000000000000000000x07b1adfb7d5795cf21bae8a77eceb222f2fafbce0xdff435bccf782f11187d3a4454d96702ed78e092
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.LendingPoolConfigurator_ReserveInitialized_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
0x6646248971427b80ce531bdd793e2eb859347e55false0xba1333333333a1ba1108e8412f11850a5c319ba9324760250xba1333333333a1ba1108e8412f11850a5c319ba932451214161343296812025-06-16T14:18:50.000Z0x780747448d4d813eaf89ef4714820df3e2d5ac166273e5e91bf1f9c7685e73b3
0x6646248971427b80ce531bdd793e2eb859347e55false0xba1333333333a1ba1108e8412f11850a5c319ba931693408280xba1333333333a1ba1108e8412f11850a5c319ba93166917590230343443562025-06-16T16:05:07.000Z0x3bbd0bc9f5afac4ed753a0db3f55ba997b4c300079f2f93827a24a700dcab84f
0x6646248971427b80ce531bdd793e2eb859347e55false0xba1333333333a1ba1108e8412f11850a5c319ba91241254670xba1333333333a1ba1108e8412f11850a5c319ba9124030762112343094712025-06-16T11:35:16.000Z0x7c3ee8a0a229b05932b944587ea00b236a5ba6b39ea28d09c7077bcf0f4df09c
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0xeb5e9b0ae5bb60274786c747a1a2a798c11271e0false161120213372025-03-06T09:28:15.000Z0xc21b8d7d61385a2fff9cc7b09106cff54cbc783c7149bad7ad433716cbf1497e
0x18b7b8695165290f2767bc63c36d3dfea4c0f9bbfalse91120213372025-03-06T09:28:15.000Z0xc21b8d7d61385a2fff9cc7b09106cff54cbc783c7149bad7ad433716cbf1497e
0x6646248971427b80ce531bdd793e2eb859347e55false21120213372025-03-06T09:28:15.000Z0xc21b8d7d61385a2fff9cc7b09106cff54cbc783c7149bad7ad433716cbf1497e
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x6646248971427b80ce531bdd793e2eb859347e55false0xba1333333333a1ba1108e8412f11850a5c319ba9676050270xba1333333333a1ba1108e8412f11850a5c319ba967505297730xba1333333333a1ba1108e8412f11850a5c319ba9409795322025-07-31T04:25:52.000Z0x15eeb6d6595049d7f2b72323f122994dc5c9cc9f1820fe7baf417e6bbd6f115d
0x6646248971427b80ce531bdd793e2eb859347e55false0xba1333333333a1ba1108e8412f11850a5c319ba925905397400xba1333333333a1ba1108e8412f11850a5c319ba9258668372480xba1333333333a1ba1108e8412f11850a5c319ba9410271522025-07-31T12:06:52.000Z0x733e0ce8f605212d63ce0c125e6dedbcbd6e52f54dcd3427181bcf6804ac58b0
0x6646248971427b80ce531bdd793e2eb859347e55false0xba1333333333a1ba1108e8412f11850a5c319ba98322390xba1333333333a1ba1108e8412f11850a5c319ba9830991320xba1333333333a1ba1108e8412f11850a5c319ba9410662512025-07-31T17:26:33.000Z0x1c7081540167dcdec26d29eeb702c3e1241b21e1f01eb3772958d60dcb3d924e
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0xfeeb6fe430b7523fef2a38327241ee7153779535false20120213370xeb5e9b0ae5bb60274786c747a1a2a798c11271e00x50c42deacd8fc9773493ed674b675be577f2634b2025-03-06T09:28:15.000Z0xc21b8d7d61385a2fff9cc7b09106cff54cbc783c7149bad7ad433716cbf1497e
0xfeeb6fe430b7523fef2a38327241ee7153779535false6120213370x6646248971427b80ce531bdd793e2eb859347e550x29219dd400f2bf60e5a23d13be72b486d40388942025-03-06T09:28:15.000Z0xc21b8d7d61385a2fff9cc7b09106cff54cbc783c7149bad7ad433716cbf1497e
0xfeeb6fe430b7523fef2a38327241ee7153779535false13120213370x18b7b8695165290f2767bc63c36d3dfea4c0f9bb0x039e2fb66102314ce7b64ce5ce3e5183bc94ad382025-03-06T09:28:15.000Z0xc21b8d7d61385a2fff9cc7b09106cff54cbc783c7149bad7ad433716cbf1497e
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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_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).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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_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).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x07b1adfb7d5795cf21bae8a77eceb222f2fafbce0x0c3f9dbf394c33449895c9c3011a7de087bba603false100326440393962319241559441925055082805897586080x00000000000000000000000000000000000000001230242862025-04-29T07:07:01.000Z0xce68a654bc691b59a3996756c0b185fee2b6b10788033c589e4746af358950cb2689272830999516
0x07b1adfb7d5795cf21bae8a77eceb222f2fafbce0x184d00210605061ffa9d3f6045804d4976eee5d2false1003285019726309685006451315997372987667123360x00000000000000000000000000000000000000004231053152025-04-29T15:56:16.000Z0x57b528869fac30397ef7a259be564e153b0b65bb619f168eef95a76d36b46821262701233287664
0x07b1adfb7d5795cf21bae8a77eceb222f2fafbce0x27bc5aecfc7adb820c37cb1ef4fc0833c9faac5dfalse100329071055213855655375376028924787497005760x000000000000000000000000000000000000000011231277882025-04-29T18:21:31.000Z0xd7976126b74be5c101e1db918065c32333b704d3bee18522ff9588795cbb41701848665511480433
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.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
0x07b1adfb7d5795cf21bae8a77eceb222f2fafbcefalse10047699462289187060084944002300001754232403461810x10510c13d916f32f101607d71b06d7f2e55513717309161660x10510c13d916f32f101607d71b06d7f2e55513712025-05-31T14:45:48.000Z0x9995138a012c2865829827c56f75f9fbab6d8c22f5b43170ede28ffe1dca1e43175423240346181
0x07b1adfb7d5795cf21bae8a77eceb222f2fafbcefalse1004770138611409376029592532800000610855492203440x10510c13d916f32f101607d71b06d7f2e55513711309174470x10510c13d916f32f101607d71b06d7f2e55513712025-05-31T14:53:27.000Z0x5e211879c39b1a31513419f62a5aa9af31f2cb4786008aadc3c9ecc2615e594d61085549220344
0x07b1adfb7d5795cf21bae8a77eceb222f2fafbcefalse1004770249373818956249584284130000439883557036290x10510c13d916f32f101607d71b06d7f2e555137111309181390x10510c13d916f32f101607d71b06d7f2e55513712025-05-31T14:57:51.000Z0xda1351409a87bc3c76bc6039c4bffadce74dc6c8fd19c7c665c1d336eba12ef943988355703629
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_sonic.VToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WrappedTokenGatewayV3_withdrawETH_function

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