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
0xcc5228e62ab844d05196e0b5f57bf3e688e328460xec2358f4406bcdb371a9baa6e0592755d297bcbe0x430fbea7274af6ca43e35b56cb566b4d77742022false1013594400999999999999999997393673880110733746962024-04-05T13:54:46.000Z0x516e1aa8cf6116b43fdd213fae2ab6e34bc2834a1307fadb235f07af0cf90072
0x57ba8baa7c3ff6606751859f1ced9f68819c2f410xdaef7d4000fb0e511c9f2deeae602d9c8fcb28f70xa408b7c5bc50fa392642c58b9758410ea3376a09false100050813696370074302607268650000000000000000022733817142024-04-05T19:26:30.000Z0xa972debfc5b8cfe24b04dad91cfb6483d663dc0218da73dad34b638b98eae57d
0x57ba8baa7c3ff6606751859f1ced9f68819c2f410xdaef7d4000fb0e511c9f2deeae602d9c8fcb28f70x00d93262c00311349b21b8982e277f43338f7302false10000000002792601615189982404999998908766740022194733631622024-04-05T05:01:13.000Z0x82f1335c97ecee25275426f3a3c01ad62355515bfa8709d363737eb9ce33bbd6
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.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_balanceIncreaseSTRING-
in_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
addressin_fromremovedin_indexin_valuein_targetlog_indexblock_numberblock_timestamptransaction_hash
0xdaef7d4000fb0e511c9f2deeae602d9c8fcb28f70x57ba8baa7c3ff6606751859f1ced9f68819c2f41false1017466499580617977013862610111095590436238348205170x57ba8baa7c3ff6606751859f1ced9f68819c2f4110871597632025-04-07T21:35:49.000Z0x927e441a1df6f6a4ddea87e9215e81bf805b867a011c0f515866a4697357431e
0xec826980367dabbaa28f614b8d0e14548dcca37b0xe0844091bde320784d6b6a37b3119e69b877287cfalse1107716412008252451521944332497404321119912653660xe0844091bde320784d6b6a37b3119e69b877287c2871438882025-04-07T12:08:51.000Z0x60fefcc213792e19f200c56fb9adc36d5b74acc758eef7a8055de3eaa374a43c
0xec826980367dabbaa28f614b8d0e14548dcca37b0xe0844091bde320784d6b6a37b3119e69b877287cfalse1107726003393192702059257662803695011598730825760xe0844091bde320784d6b6a37b3119e69b877287c3871442032025-04-07T12:19:48.000Z0x24aec4161ac7bbbaac73ed82f735a145e21d950f0a7fb6881626b0dfb9f8531d
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.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
0xec2358f4406bcdb371a9baa6e0592755d297bcbe0x70d8005e3c8c7e383fe35fa40156042f3393449ffalse0x10240xaedb3806a395eddf45c2700ab0ab67f99c06faf473305368Fathom xUSDT2024-04-03T09:59:10.000ZfmxUSDT0x6138ac45ac5812d335520adffd276a38e0c61edd5fb4c2edf8b30f39969a4dc760xd4b5f10d61916bd6e0860144a91ac658de8a14370xf5e0c80114c0b0e3c4b55c217643e9a02699bb9b
0xdaef7d4000fb0e511c9f2deeae602d9c8fcb28f70x70d8005e3c8c7e383fe35fa40156042f3393449ffalse0x10200xaedb3806a395eddf45c2700ab0ab67f99c06faf473305368Fathom WXDC2024-04-03T09:59:10.000ZfmWXDC0x6138ac45ac5812d335520adffd276a38e0c61edd5fb4c2edf8b30f39969a4dc7180x951857744785e80e2de051c32ee7b25f9c458c420xf5e0c80114c0b0e3c4b55c217643e9a02699bb9b
0xec826980367dabbaa28f614b8d0e14548dcca37b0x70d8005e3c8c7e383fe35fa40156042f3393449ffalse0x10160xaedb3806a395eddf45c2700ab0ab67f99c06faf473305368Fathom FXD2024-04-03T09:59:10.000ZfmFXD0x6138ac45ac5812d335520adffd276a38e0c61edd5fb4c2edf8b30f39969a4dc7180x49d3f7543335cf38fa10889ccff10207e22110b50xf5e0c80114c0b0e3c4b55c217643e9a02699bb9b
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.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_callerSTRING-
in_onBehalfOfSTRING-
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_balanceIncreaseSTRING-
in_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
addressin_fromremovedin_indexin_valuelog_indexblock_numberblock_timestamptransaction_hash
0xdaef7d4000fb0e511c9f2deeae602d9c8fcb28f7false1041013353834661833646600618500030869513471714405184906669712025-07-04T07:19:31.000Z0xb8d7f3b6b6a65cfc1931bc365634602730c5d401aa70c6a2551fff3bbbd36b87
0xdaef7d4000fb0e511c9f2deeae602d9c8fcb28f7false10415826210166117432215709484162249529880985482934906785042025-07-04T14:16:27.000Z0xef92fef645d537e6cd98e74f08884fbb23b8e29144ec5c2ce2834d42be4c7efe
0xdaef7d4000fb0e511c9f2deeae602d9c8fcb28f7false1040989583359069098040028105130030901341011277474194906665402025-07-04T07:04:00.000Z0x6f71bfbbad77d0465de05c2cd47bda49edf9a2b31fc45539f82038a1a2898029
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.AToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPool_Borrow_event

Borrow events emitted by Aave lending pool contracts capturing loan originations with borrower address, reserve asset, loan amount, interest rate, and rate mode (stable or variable). Used for tracking DeFi lending activity and calculating protocol borrowing metrics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_interestRateModeINT64Interest rate mode for the lending operation. Integer value where 0 indicates no interest rate mode, 1 indicates stable rate, and 2 indicates variable rate.
in_borrowRateSTRINGAnnual interest rate applied to the borrowed amount in the lending pool. Numeric string representation expressed in ray units (27 decimal places).
in_referralCodeSTRINGReferral code identifier associated with the operation. Numeric string representation of the code used to track referral-based incentives.
addressin_userremovedin_amountlog_indexin_reserveblock_numberin_borrowRatein_onBehalfOfblock_timestampin_referralCodetransaction_hashin_interestRateMode
0x70d8005e3c8c7e383fe35fa40156042f3393449f0x1fd3595c20c68eacfba4c3623621eda0603f85b8false5000000000000000000050x49d3f7543335cf38fa10889ccff10207e22110b573411613372295316668889293411880750x1fd3595c20c68eacfba4c3623621eda0603f85b82024-04-06T18:26:09.000Z00x92e428b471d163c8f4f8728b471105a01e1fed37c95d92fe280110c32dd060052
0x70d8005e3c8c7e383fe35fa40156042f3393449f0x1fd3595c20c68eacfba4c3623621eda0603f85b8false2500000000000000000050x49d3f7543335cf38fa10889ccff10207e22110b573411576219235652322500980598602910x1fd3595c20c68eacfba4c3623621eda0603f85b82024-04-06T18:24:21.000Z00xfbbe6d96728b49718ded68e8acc58e226c5d06f2f1bfa66ca4e8c853f59f19db2
0x70d8005e3c8c7e383fe35fa40156042f3393449f0xd80d3be702e334744420956fb998958997fa987ffalse50000000000000000000050x49d3f7543335cf38fa10889ccff10207e22110b573408195358045693125001077878579230xd80d3be702e334744420956fb998958997fa987f2024-04-06T15:55:44.000Z00x3417c186dabdcb7cf54356259595b3ea3b9f8bc53e8b88623a7a0cf87d48ef1a2
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.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
0x70d8005e3c8c7e383fe35fa40156042f3393449ffalse0xd4b5f10d61916bd6e0860144a91ac658de8a1437169000000000x430fbea7274af6ca43e35b56cb566b4d777420222148450000733746290x430fbea7274af6ca43e35b56cb566b4d777420222024-04-05T13:51:18.000Z00xf70ab54cdc6acedf87a6964e6ab8d6cecff1366d06b604d595e1416ae42e2dea0
0x70d8005e3c8c7e383fe35fa40156042f3393449ffalse0xd4b5f10d61916bd6e0860144a91ac658de8a1437169000000000x430fbea7274af6ca43e35b56cb566b4d777420222198450000733746290x430fbea7274af6ca43e35b56cb566b4d777420222024-04-05T13:51:18.000Z00xf70ab54cdc6acedf87a6964e6ab8d6cecff1366d06b604d595e1416ae42e2dea0
0x70d8005e3c8c7e383fe35fa40156042f3393449ffalse0xd4b5f10d61916bd6e0860144a91ac658de8a1437169000000000x430fbea7274af6ca43e35b56cb566b4d777420223648450000733746290x430fbea7274af6ca43e35b56cb566b4d777420222024-04-05T13:51:18.000Z00xf70ab54cdc6acedf87a6964e6ab8d6cecff1366d06b604d595e1416ae42e2dea0
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.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
0x70d8005e3c8c7e383fe35fa40156042f3393449f0x8e3f672ed8adbb6fb32896c150006e125ecf3094false86767771080x49d3f7543335cf38fa10889ccff10207e22110b50xe537bde69737c6d8f1364bba34c40443e45685d825002432402146702024-07-04T14:48:57.000Zfalse0xa4e7cbce153df84ba0a3c510c6dd539d07c2792f868094c955900093a17820450x951857744785e80e2de051c32ee7b25f9c458c4297092682044731994
0x70d8005e3c8c7e383fe35fa40156042f3393449f0x4dd8a0521d56f7158f5286acaa98afdcb1a26bc8false54970415720xd4b5f10d61916bd6e0860144a91ac658de8a14370xa6dbef2053379d7f05ffbdfc278076f5a506495511780802025-12-09T15:20:30.000Zfalse0xba0ff6633ba38c22862eb4f4e1c6019b9cfaa5f9cd0d74d55df17f2609bc78e80xd4b5f10d61916bd6e0860144a91ac658de8a14371231094
0x70d8005e3c8c7e383fe35fa40156042f3393449f0xbad9dff1026e59ea4c39cc3398aa5eb6f6f229acfalse12841733790x3279dbefabf3c6ac29d7ff24a6c46645f3f4403c0xbad9dff1026e59ea4c39cc3398aa5eb6f6f229ac30000000000000000002025-01-23T13:08:16.000Zfalse0x60840d16941368d5346f5ebf130d1f4d75119825d3cda884b4746dd45906ffd70x951857744785e80e2de051c32ee7b25f9c458c422346472303206997150
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.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
0x70d8005e3c8c7e383fe35fa40156042f3393449ffalse50x951857744785e80e2de051c32ee7b25f9c458c42812526042024-11-01T04:30:30.000Z595998339298125387940x65c6ab4362b8c60d1b4b7860c7d848e355c48fca4c45a53b644a88dcb33adf68
0x70d8005e3c8c7e383fe35fa40156042f3393449ffalse80xd4b5f10d61916bd6e0860144a91ac658de8a1437812526042024-11-01T04:30:30.000Z10102740x65c6ab4362b8c60d1b4b7860c7d848e355c48fca4c45a53b644a88dcb33adf68
0x70d8005e3c8c7e383fe35fa40156042f3393449ffalse20x49d3f7543335cf38fa10889ccff10207e22110b5812526042024-11-01T04:30:30.000Z288693760004731353800x65c6ab4362b8c60d1b4b7860c7d848e355c48fca4c45a53b644a88dcb33adf68
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.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
0x70d8005e3c8c7e383fe35fa40156042f3393449f0x0c834261cb0b1f62bdf12753e90965b370a20144false20878165575293408518540x0c834261cb0b1f62bdf12753e90965b370a201440x3279dbefabf3c6ac29d7ff24a6c46645f3f4403c95760673false2025-11-07T22:48:17.000Z0xdf990ecd58b686fc766ce23d73dadf47226f046d41b9360796a035a839d16159
0x70d8005e3c8c7e383fe35fa40156042f3393449f0xb694ff496cdf365c5742eae70cc0ce4d2f75cd85false109774000000000000000040xb694ff496cdf365c5742eae70cc0ce4d2f75cd850x49d3f7543335cf38fa10889ccff10207e22110b597749677false2025-12-28T15:14:30.000Z0x4830c6b074d85c2a406b1c27b9956a7d7f7f8492a480f72d5371fbf2824cece5
0x70d8005e3c8c7e383fe35fa40156042f3393449f0x57ffb07825f23829c9c7a5be1e294fd199151efffalse35000000200x57ffb07825f23829c9c7a5be1e294fd199151eff0xd4b5f10d61916bd6e0860144a91ac658de8a143776717545false2024-07-03T04:45:27.000Z0xef585b174ad9d445545e68e663b23cefb690046e4e8681ab3c29ae2f94faf0fe
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.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
0x70d8005e3c8c7e383fe35fa40156042f3393449ffalse00x951857744785e80e2de051c32ee7b25f9c458c42957732192025-11-08T05:58:59.000Z178371536189137532059375850x726cfb251e2c8508a85e10c088880f4bfa47c3538747e57fcbb7c507edf5e0da1104683126049655903593244075145524452478364252518061236555244524783642525180612361228271820899914125137682882
0x70d8005e3c8c7e383fe35fa40156042f3393449ffalse20x49d3f7543335cf38fa10889ccff10207e22110b5957974292025-11-08T20:13:42.000Z3270164217300600302021573150xb71b0883286262f203cef7043e3e0a6ef6e67d71677adb48d30f8d7946d9250211934589244039035271415879514199319414438416603407026484049319414438416603407026481249361729055963002955171518
0x70d8005e3c8c7e383fe35fa40156042f3393449ffalse20x49d3f7543335cf38fa10889ccff10207e22110b5957972272025-11-08T20:06:58.000Z3469216603218844177461241830xb7370c10aa922a51b15e5d1056e91b000455a9bc9401e06059a691f9d365cf0f11934536203036931307659002084418054221676242497544022804268054221676242497544022801249354897939425591300339602
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.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
0x70d8005e3c8c7e383fe35fa40156042f3393449f0x57ba8baa7c3ff6606751859f1ced9f68819c2f41false100000000000000000000060x951857744785e80e2de051c32ee7b25f9c458c42945700830x54298f90a031ed5ce6ace652fbb8205c74fde8312025-10-08T19:07:28.000Z00x4964ccb735a44b981b6f05b5523f1e45c0c59fa973eb2e5fecdb58c0257836f3
0x70d8005e3c8c7e383fe35fa40156042f3393449f0x57ba8baa7c3ff6606751859f1ced9f68819c2f41false50000000000000000000350x951857744785e80e2de051c32ee7b25f9c458c42966385310xed06ba8d7d1711f5e44ba591ee31057015d0646a2025-11-29T12:48:18.000Z00x954387805c1865a9e5426aead3162de7aafb792a3163ad85a6c9ccdccc96be3b
0x70d8005e3c8c7e383fe35fa40156042f3393449f0x57ba8baa7c3ff6606751859f1ced9f68819c2f41false2282000000000000000000050x951857744785e80e2de051c32ee7b25f9c458c42966367740xabd99d9af2795adebfd69968fec4f81b3d1bb2732025-11-29T11:46:24.000Z00x867c800756d6c6e531c0edaa56cd906c149f682d8c721264486e664a3bbb7f77
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.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
0x57ba8baa7c3ff6606751859f1ced9f68819c2f410x70d8005e3c8c7e383fe35fa40156042f3393449f0x57ba8baa7c3ff6606751859f1ced9f68819c2f41false105000000000000000000110x951857744785e80e2de051c32ee7b25f9c458c42913116562025-07-20T07:20:28.000Z0x7f80e2a718ebc9fbc3ca1276d547c7304ea9172480fc56fa2d801cb36497f594
0x8e2a75fc256fe2aff9dd89f97222d6df28e425b40x70d8005e3c8c7e383fe35fa40156042f3393449f0x8e2a75fc256fe2aff9dd89f97222d6df28e425b4false156534559674365665661650x49d3f7543335cf38fa10889ccff10207e22110b5913060922025-07-20T04:07:44.000Z0x2ff86f6f523b7c848d43773d3638fb9849b5441aed0c8f5566f311b967b22817
0x8e2a75fc256fe2aff9dd89f97222d6df28e425b40x70d8005e3c8c7e383fe35fa40156042f3393449f0x8e2a75fc256fe2aff9dd89f97222d6df28e425b4false100000000000000000000050x49d3f7543335cf38fa10889ccff10207e22110b5913060232025-07-20T04:05:26.000Z0xa34fa3aaa8134d9d4038c4b8af8ff39bb7d60fa08f67da2d711ce7a9cf660ccf
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.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.
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
80000x56f3a75c71c207a77c3b8c77a34fc89cf1a6db66false0xd4b5f10d61916bd6e0860144a91ac658de8a14375738481472024-04-20T13:37:41.000Z0xee2d371241df2534f839d2b0cfd47f1711657db505f24dfc4a39d50a85ee65a2105008250
80000x56f3a75c71c207a77c3b8c77a34fc89cf1a6db66false0xfa2958cb79b0491cc627c1557f441ef849ca8eb10958439662025-11-09T22:40:53.000Z0x5865fc898dc608a67212e03e583f73e2a2d484a86c7b9c308a063bd497c3fe43105008250
75000x56f3a75c71c207a77c3b8c77a34fc89cf1a6db66false0x8f9920283470f52128bf11b0c14e798be704fd151758011672024-06-10T13:26:51.000Z0xc086fa6d18a2e7c86d8447fd53004afd67ec16cca88d6524dc845fe7349a7b05105008000
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.LendingPoolConfigurator_CollateralConfigurationChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LendingPoolConfigurator_LiquidationProtocolFeeChanged_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMP-
block_numberINT64-
transaction_hashSTRING-
log_indexINT64-
addressSTRING-
removedBOOL-
in_assetSTRING-
in_oldFeeSTRING-
in_newFeeSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.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_oldReserveFactorSTRING-
in_newReserveFactorSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.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
0x56f3a75c71c207a77c3b8c77a34fc89cf1a6db66false0xd4b5f10d61916bd6e0860144a91ac658de8a14370x1c3bbc4fa17128711c238bc50bd0ae85d35c25154738481392024-04-20T13:37:20.000Z0x51dc07748a953fc7ca99aa9c4ee2750531593bd2259d98e52f4834687b68b6510x2f6c3d501cfd528d78c7c1da3b8ea37ba85bdb930x98dc1115addcdd2ef67c87d35faf0b835b3f746d0xb34a51d8443219bda8bfba5826b7907bc4032e11
0x56f3a75c71c207a77c3b8c77a34fc89cf1a6db66false0x951857744785e80e2de051c32ee7b25f9c458c420xdaef7d4000fb0e511c9f2deeae602d9c8fcb28f723733053682024-04-03T09:59:10.000Z0x6138ac45ac5812d335520adffd276a38e0c61edd5fb4c2edf8b30f39969a4dc70xcbf718e6802e646d6d016912453e1ecb1bdb0dca0x10eb945e14131fb55b2f432d826f4e09d718276d0x99e7d2d9b8349b70aae31e5213c54fd022fd5dcf
0x56f3a75c71c207a77c3b8c77a34fc89cf1a6db66false0xd4b5f10d61916bd6e0860144a91ac658de8a14370xec2358f4406bcdb371a9baa6e0592755d297bcbe27733053682024-04-03T09:59:10.000Z0x6138ac45ac5812d335520adffd276a38e0c61edd5fb4c2edf8b30f39969a4dc70x0743086a55a3096c645f4dcf1888fcfab0dd181e0xbfcf3204774c97944767074b2b873d33a4e5b5980xb34a51d8443219bda8bfba5826b7907bc4032e11
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.LendingPoolConfigurator_ReserveInitialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SToken_Burn_event

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

SToken_Mint_event

Stable debt token minting events from Aave protocol lending pools. Captures stable-rate borrowing activity including borrowed amount, interest rate calculations, borrower address, and updated pool totals.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_currentBalanceSTRINGUser’s current stable debt balance after accrued interest. Numeric string representation of token quantity in smallest denomination.
in_balanceIncreaseSTRINGAccrued interest amount since the last update for the user’s balance. Numeric string representation of token quantity in smallest denomination.
in_newRateSTRINGUpdated stable borrow rate for the user after the mint operation. Numeric string representation in ray units (27 decimals).
in_avgStableRateSTRINGAverage stable borrow rate across all borrowers for the reserve. Numeric string representation in ray units (27 decimals).
in_newTotalSupplySTRINGUpdated total supply of stable debt tokens after the operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.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_fromSTRING-
in_valueSTRING-
in_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
addressin_userremovedin_indexin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x31d83e0cae604f6ce0a06800dafe0959449b1947false10005368937918346193557317442837586832025-01-13T09:44:59.000Z0x68ba96c596450bc2467da58900ece8ec8c074f51dd6becdf2f3e0889dacd4dc2
0xcf5b5c4dfea09a0ad129717bfbbca750c362e795false109991519721027724557485941223856683082025-03-01T12:47:05.000Z0x1229b57fe3f307d00615cb37088587393f08bed1544fadcbec7d0307df180f5f
0x98dc1115addcdd2ef67c87d35faf0b835b3f746dfalse10881403738833487622973305402764063822024-06-25T19:34:48.000Z0xc1e71a8515095d6784d69950ed1e4fa594815a22229f5733cfddeadfad2fcbfb
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.VToken_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_Mint_event

Variable rate debt token mint events from lending protocols. Records debt token issuance with borrower address, borrowed amount, interest rate index, and accrued interest at the time of minting.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
addressin_fromremovedin_indexin_valuelog_indexblock_numberin_onBehalfOfblock_timestamptransaction_hash
0x10eb945e14131fb55b2f432d826f4e09d718276dfalse11671163225842176874116815311600000000000000000000006931607660x89530f21d6115c1c1d566f5f1eac510e4356e4ae2025-09-03T15:25:26.000Z0xa44dca7a2b174d442f1ca9a3eee9bea525fea327f2dddb5320f586237fb5389e
0xcf5b5c4dfea09a0ad129717bfbbca750c362e795false10406422721642549012108916581500000000000000000001818655420x4dd8a0521d56f7158f5286acaa98afdcb1a26bc82024-11-19T12:09:19.000Z0xe66ddf01a914f98425b1e1c7ff74fb4ccdd7bb5be1e3ab5c1d2af513a55a26c9
0x10eb945e14131fb55b2f432d826f4e09d718276dfalse10516758881791637630130122772506464387956531777047332896715940x87dad63d3cb69438a507fdc2b54d155e08839e172025-06-08T21:27:40.000Z0x0193253ac3b190b21c29291b0e4965a746626fcb1a3841d3957079a8c04e6aa3
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v3_xdc.VToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100