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.
removedSTRINGBoolean 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).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.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.
removedSTRINGBoolean 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.hydradx_v1_hydradx.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.
removedSTRINGBoolean 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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.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.
removedSTRINGBoolean 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.hydradx_v1_hydradx.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.
removedSTRINGBoolean 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
0x1b02e051683b5cfac5929c25e84adb26ecf87b380xf646a82b7f6ac0fca3614db37b7518def6fec086false10000000000000110x00000000000000000000000000000001000000056896585258353082953992350687128600xf646a82b7f6ac0fca3614db37b7518def6fec0862025-02-04T02:59:12.000Z00x7874e2f78dbfe0fcd594eebdfcfbc1f7ddbee0298973e4e01dc4ee4ca56c1f592
0x1b02e051683b5cfac5929c25e84adb26ecf87b380x76126bccbd03939a60016a0719775d47876f7eb2false300000000120x000000000000000000000000000000010000000a6898677287495497284175172251014410x76126bccbd03939a60016a0719775d47876f7eb22025-02-04T11:03:48.000Z00x8668e144d090834be873a4a2b09f2ede2f72d60336e62df93907ab709ce2a58b2
0x1b02e051683b5cfac5929c25e84adb26ecf87b380x39b812e2751f3a5a32e08b51f73c95c09d22dd26false745460000120x000000000000000000000000000000010000000a6896216295538778935685304235546080x39b812e2751f3a5a32e08b51f73c95c09d22dd262025-02-04T01:30:48.000Z00x8649697a30631c37af4195931cf163133d2730deee9ce122ff8cd8a9f8a576982
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.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.
removedSTRINGBoolean 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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.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.
removedSTRINGBoolean 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
0x1b02e051683b5cfac5929c25e84adb26ecf87b380xc85e5b06f48428c0e2070b4a4f55ca6493a15666false2377149880x00000000000000000000000000000001000000160xeb23f8b56c4a1c9fd4ad3f1f48e08aa35a71666989614285882025-05-31T01:37:18.000Zfalse0x55d438647113a670319b99dcf153d208ead61454903c8a779c77d928a79f4f4c0x00000000000000000000000000000001000002b22405391189333827308340
0x1b02e051683b5cfac5929c25e84adb26ecf87b380xc85e5b06f48428c0e2070b4a4f55ca6493a15666false2077149770x00000000000000000000000000000001000000160xeb23f8b56c4a1c9fd4ad3f1f48e08aa35a7166692764616232025-05-31T01:36:12.000Zfalse0x58e5805934bbbc751ef416c72c58c8b7a0413bd141d1efe9c915e6840e64cf020x0000000000000000000000000000000100000005745397861931
0x1b02e051683b5cfac5929c25e84adb26ecf87b380x9845856b900dfd4e97369f6659a14f0a479bb784false2066117780x00000000000000000000000000000001000000160x8440e84ce660add55d3bda47371e30793e75a28f115561712024-12-19T20:37:36.000Zfalse0x3027500848a6d56e02d741e42268341972bad7c0c0ed55889090dbf71b2f32160x000000000000000000000000000000010000000517833409843
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.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.
removedSTRINGBoolean 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
0x1b02e051683b5cfac5929c25e84adb26ecf87b38false130x000000000000000000000000000000010000000a78555382025-06-10T09:24:48.000Z6437389510xca07645c470894b5b782c3fe0e33a06266faaf2e173aa1ea3ba80944aad695a8
0x1b02e051683b5cfac5929c25e84adb26ecf87b38false250x00000000000000000000000000000001000f453d78555382025-06-10T09:24:48.000Z79783484912500xca07645c470894b5b782c3fe0e33a06266faaf2e173aa1ea3ba80944aad695a8
0x1b02e051683b5cfac5929c25e84adb26ecf87b38false190x000000000000000000000000000000010000000578555382025-06-10T09:24:48.000Z99097823028700xca07645c470894b5b782c3fe0e33a06266faaf2e173aa1ea3ba80944aad695a8
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.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.
removedSTRINGBoolean 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
0x1b02e051683b5cfac5929c25e84adb26ecf87b380x32d5550f150912cff91e817873cf77e4f7bc16c3false13637256410110x32d5550f150912cff91e817873cf77e4f7bc16c30x00000000000000000000000000000001000000059826548false2025-10-27T12:19:54.000Z0xbca59e5ddbbc3ed4004347ee0e008e94bc6263ce7dba310f36bf63083f89f940
0x1b02e051683b5cfac5929c25e84adb26ecf87b380x32d5550f150912cff91e817873cf77e4f7bc16c3false80000000000110x32d5550f150912cff91e817873cf77e4f7bc16c30x00000000000000000000000000000001000000059826430false2025-10-27T12:08:00.000Z0x20d19c18cf0e2e1e30a40ac60fa9452a9a46694fc6b6c291aaf900aa118bac4f
0x1b02e051683b5cfac5929c25e84adb26ecf87b380x32d5550f150912cff91e817873cf77e4f7bc16c3false90000000000110x32d5550f150912cff91e817873cf77e4f7bc16c30x00000000000000000000000000000001000000059826353false2025-10-27T12:00:12.000Z0xca0e1ad2a439a6d50f2988780f49a5a72ff4b46a5673a146a3e5cdfde6836bee
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.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.
removedSTRINGBoolean 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
0x1b02e051683b5cfac5929c25e84adb26ecf87b38false80x000000000000000000000000000000010000000566224222024-12-21T13:52:48.000Z2457411633386603785108590x0130251de4129ee64209594d7dc51b3b79e52ed17e999a65a26156037a6f051410000138345385307326828230699651719121384305800708794265171912138430580070879421000322195675526022531317236
0x1b02e051683b5cfac5929c25e84adb26ecf87b38false80x000000000000000000000000000000010000000566197682024-12-21T03:29:24.000Z2626584976568602451346980x7a6bd32880b85e351777a2f2c2383211853e4cd3153e2b8d55824ca55a35e27210000135358464737460759006219673778635956288297237122767377863595628829723712271000314368857062458402726826
0x1b02e051683b5cfac5929c25e84adb26ecf87b38false80x000000000000000000000000000000010000000566235112024-12-21T18:05:00.000Z3063733287525908378643410xab2b75b2888b6ed2f95893201876450025ef78302030a43cdfe2eaf48f3a822510000139632030801931124268579727690970440933886147197872769097044093388614719781000325459372505101094838458
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.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.
removedSTRINGBoolean 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
0x1b02e051683b5cfac5929c25e84adb26ecf87b380x6d6f646c726f7574657265780000000000000000false102623126141590x000000000000000000000000000000010000000582495220x6d6f646c726f75746572657800000000000000002025-07-08T09:26:00.000Z00x823352a30c703042d632d9bd4b8a03fd22f34c3524399befb2d189fc74eab3f4
0x1b02e051683b5cfac5929c25e84adb26ecf87b380x6d6f646c726f7574657265780000000000000000false1800000000000110x000000000000000000000000000000010000000582468700x6d6f646c726f75746572657800000000000000002025-07-08T04:57:18.000Z00x7f2d5ab6bf899ba77baa70d21e081a361d001e96f2de7dca193fa93d3776ff50
0x1b02e051683b5cfac5929c25e84adb26ecf87b380x6d6f646c726f7574657265780000000000000000false2000000000000110x000000000000000000000000000000010000000582468310x6d6f646c726f75746572657800000000000000002025-07-08T04:53:24.000Z00x3bddedf09b222b9613798610dc6c04f0329776b8bb9f5823132e8b5baded2d93
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.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.
removedSTRINGBoolean 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
0x34cd97eea8d7958109c6db5e35eb407390555d9d0x1b02e051683b5cfac5929c25e84adb26ecf87b380x34cd97eea8d7958109c6db5e35eb407390555d9dfalse2500000000000130x000000000000000000000000000000010000000575442932025-05-15T19:46:00.000Z0x8bfd53ac4396b99810fdb58b581e0c35bdbf2991c88440f2bc7645e09cd9c05d
0xba189d4f166ad6e387dd42c40f60fdd49ed7bec10x1b02e051683b5cfac5929c25e84adb26ecf87b380xba189d4f166ad6e387dd42c40f60fdd49ed7bec1false2069449000000130x000000000000000000000000000000010000000575409982025-05-15T07:59:36.000Z0xddf836a5c2c26d6d06208b1ed0d16c56905813559c198980f61b89bdb7700e58
0xba189d4f166ad6e387dd42c40f60fdd49ed7bec10x1b02e051683b5cfac5929c25e84adb26ecf87b380xba189d4f166ad6e387dd42c40f60fdd49ed7bec1false4233655000000130x000000000000000000000000000000010000000575407612025-05-15T07:09:00.000Z0xf028c5763c25adbf0f36402e05c6a2e41349d2f577c3ecbd280f9fbda223f2f6
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.LendingPool_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPoolConfigurator_CollateralConfigurationChanged_event

Collateral parameter update events from lending protocol configurator contracts, recording changes to loan-to-value (LTV), liquidation threshold, and liquidation bonus for specific assets. Used for tracking risk parameter adjustments in lending markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedSTRINGBoolean 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
00xe64c38e2fa00dfe4f1d0b92f75b8e44ebdf292e4false0x00000000000000000000000000000001000000672784382952025-07-21T16:36:33.000Z00
00xe64c38e2fa00dfe4f1d0b92f75b8e44ebdf292e4false0x000000000000000000000000000000010000006e7893331472025-09-22T14:37:06.000Z00
00xe64c38e2fa00dfe4f1d0b92f75b8e44ebdf292e4false0x000000000000000000000000000000010000006f11993331472025-09-22T14:37:06.000Z00
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.LendingPoolConfigurator_CollateralConfigurationChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPoolConfigurator_LiquidationProtocolFeeChanged_event

Aave V3 LendingPoolConfigurator event capturing changes to liquidation protocol fee parameters. Records the asset address, previous fee value, and new fee value for each configuration update.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedSTRINGBoolean 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
0xe64c38e2fa00dfe4f1d0b92f75b8e44ebdf292e4false0x0000000000000000000000000000000100000067100003884382952025-07-21T16:36:33.000Z
0xe64c38e2fa00dfe4f1d0b92f75b8e44ebdf292e4false0x0000000000000000000000000000000100001068100009681557422025-07-01T18:24:06.000Z
0xe64c38e2fa00dfe4f1d0b92f75b8e44ebdf292e4false0x00000000000000000000000000000001000000221000014081557422025-07-01T18:24:06.000Z
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.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.
removedSTRINGBoolean 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
0xe64c38e2fa00dfe4f1d0b92f75b8e44ebdf292e4false0x000000000000000000000000000000010000002781100203012025-11-10T04:22:48.000Z20000
0xe64c38e2fa00dfe4f1d0b92f75b8e44ebdf292e4false0x000000000000000000000000000000010000002781100203012025-11-10T04:22:48.000Z20000
0xe64c38e2fa00dfe4f1d0b92f75b8e44ebdf292e4false0x000000000000000000000000000000010000002781100203012025-11-10T04:22:48.000Z20000
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.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.
removedSTRINGBoolean 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
0xe64c38e2fa00dfe4f1d0b92f75b8e44ebdf292e4false0x00000000000000000000000000000001000000160x2ec4884088d84e5c2970a034732e5209b0acfa931063829022024-11-12T14:38:24.000Z0xbc855bec90957ba4dea5335dc5f2dea935303cdc7d9b689b9cad0ad77d3f6bde0xdf9140c953215292da5cdf4c05604e132606f2080xf006621efdc155f5996c3afa23f5a6379c5780100x38b98f565e2b4c5af7d940b97999b6917c93d6ed
0xe64c38e2fa00dfe4f1d0b92f75b8e44ebdf292e4false0x000000000000000000000000000000010000000a0xc64980e4eaf9a1151bd21712b9946b81e41e2b921063829042024-11-12T14:38:48.000Z0xd0e9cbcb36c1b3fd754a4c0a10df1940a04bf51e4dbed0e5107b5977ff88842a0x6863e05d3f794903e76056cc751c1b20067283800x32a8090e20748e530670ff520c4abc903db7e1270x38b98f565e2b4c5af7d940b97999b6917c93d6ed
0xe64c38e2fa00dfe4f1d0b92f75b8e44ebdf292e4false0x00000000000000000000000000000001000000130x02759d14d0d4f452b9c76f5a230750e8857d36f21063829052024-11-12T14:39:00.000Z0x42ad8831078ca0d60ee582e94938d4be60c7f77dc51b7d1d4ffc6d6323dc837f0x017515fb70aed4960c3cc119cdd5241336758e690x5c2209375bbf32ac443ba9f10b9a7558cd7f99e60x28cc3980bdfa1cb78ebff4a990a139e53bf3d3f2
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.LendingPoolConfigurator_ReserveInitialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SToken_Burn_event

Stable rate debt token burn events from Aave-based lending protocols, emitted when borrowers repay stable-rate debt positions. Records the burn amount, user balance changes, average stable rate, and updated total supply for tracking debt repayments and interest accrual.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedSTRINGBoolean 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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.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.
removedSTRINGBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_currentBalanceSTRINGUser’s current stable debt balance after accrued interest. Numeric string representation of token quantity in smallest denomination.
in_balanceIncreaseSTRINGAccrued interest amount since the last update for the user’s balance. Numeric string representation of token quantity in smallest denomination.
in_newRateSTRINGUpdated stable borrow rate for the user after the mint operation. Numeric string representation in ray units (27 decimals).
in_avgStableRateSTRINGAverage stable borrow rate across all borrowers for the reserve. Numeric string representation in ray units (27 decimals).
in_newTotalSupplySTRINGUpdated total supply of stable debt tokens after the operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.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.
removedSTRINGBoolean 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
0x342923782ccaebf9c38dd9cb40436e82c42c73b50x7bc16587416f342af4294b46e7b7a3b366c4bc57false10060473338405269311991278921311296533527443591981500x0000000000000000000000000000000000000000699711092025-11-06T17:06:12.000Z0x34b90d7a60f776e6932b0449d77b4b994dd6c9aff95a077bfe89c4d50d9baa67105826101088651792592
0x342923782ccaebf9c38dd9cb40436e82c42c73b50xee79be3739cf9b0e8ef92bee2c771cb1ed7e9c0dfalse10060533294269368962001747541999998298438675892450x0000000000000000000000000000000000000000799717472025-11-06T18:10:24.000Z0x11f5bbadf4e2104275e8dc24ab1e60be55b756b302c616edcb4826c2b0b14856170156132410755
0x342923782ccaebf9c38dd9cb40436e82c42c73b50xee79be3739cf9b0e8ef92bee2c771cb1ed7e9c0dfalse10060571957586185386924978966104974604331229455640x0000000000000000000000000000000000000000799721572025-11-06T18:51:48.000Z0x20ef1fbb1a21949eec14f4a79cfc7af4df5f40ab798ece7ec8359d1bb62484dd102494767240054436
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.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.
removedSTRINGBoolean 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
0x342923782ccaebf9c38dd9cb40436e82c42c73b5false100539386109098398999741440750201382136634850266820x9805a6bb703c2230702190fbd92b50003edbf731699022300x9805a6bb703c2230702190fbd92b50003edbf7312025-11-01T20:26:36.000Z0xfc95b8e67e5761e27a5b2b89b1b20b8d947394b9d3356587db84811a24d7a9a620138213663485026682
0x342923782ccaebf9c38dd9cb40436e82c42c73b5false100541290956885970167828987363049084489230222778510xeb23f8b56c4a1c9fd4ad3f1f48e08aa35a716669699042510xeb23f8b56c4a1c9fd4ad3f1f48e08aa35a7166692025-11-01T23:50:42.000Z0xbf01ee09c6d116bfb60ef2c89825524ba2b9b4efd90ebf51896eb70dd1b8e27127836400475222277851
0x342923782ccaebf9c38dd9cb40436e82c42c73b5false100541326422302136791229790941929271858841237011700xeb23f8b56c4a1c9fd4ad3f1f48e08aa35a716669699042890xeb23f8b56c4a1c9fd4ad3f1f48e08aa35a7166692025-11-01T23:54:30.000Z0xe40ba772fb090088a8d7c877efd25deb30c7380c812ac17e654bef381476c9c336681335023701170
Query with partition filter
SELECT *
FROM `tt-contracts.hydradx_v1_hydradx.VToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100