Skip to main content

Tables

ATokenFactory_Initialized_event

Initialization events for Aave V3 interest-bearing token (aToken) creation on Aptos, capturing deployed token metadata including name, symbol, decimals, underlying asset address, and treasury configuration. Used to track which lending pool assets have been deployed and their token parameters.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_underlying_assetSTRINGContract address of the underlying asset for which the aToken is being created on Aptos. Hex-encoded string representing the base token that depositors supply to earn yield in the Aave v3 protocol.
in_treasurySTRINGContract address of the Aave protocol treasury. Hex-encoded, 0x-prefixed, 42-character string.
in_incentives_controllerSTRINGAddress of the optional incentives controller contract that manages reward distributions for this aToken. Null when no incentives are configured for the aToken at initialization.
in_a_token_decimalsSTRINGNumber of decimal places for the newly initialized aToken on Aptos. Typically 6 for stablecoins or 8 for native assets like APT.
in_a_token_nameSTRINGName of the aToken minted to depositors when they supply the underlying asset to the Aave V3 pool on Aptos. Follows the naming convention “AAVE_A_{SYMBOL}” where SYMBOL represents the underlying asset (e.g., AAVE_A_USDC, AAVE_A_APT).
in_a_token_symbolSTRINGSymbol identifier for the newly created aToken representing deposited collateral in the AAVE v3 lending pool. Follows the naming pattern “AA_{UNDERLYING_SYMBOL}” where AA denotes AAVE Aptos aToken.
dataevent_typeevent_indexin_treasuryblock_heightblock_timestampin_a_token_namesequence_numbertransaction_hashin_a_token_symbolin_a_token_decimalsin_underlying_assetin_incentives_controllerevent_guid_account_addressevent_guid_creation_number
{“a_token_decimals”:6,“a_token_name”:“AAVE_A_USDt”,“a_token_symbol”:“AA_USDt”,“incentives_controller”:{“vec”:[]},“treasury”:“0xc7fbd0d99ef582a51d87bad84637bab6148d71fa5741087c89ddd89765d92ce”,“underlying_asset”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”}0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::a_token_factory::Initialized00xc7fbd0d99ef582a51d87bad84637bab6148d71fa5741087c89ddd89765d92ce3641275402025-06-15T22:48:12.529ZAAVE_A_USDt00x7c853d71c5016650e69bb1f9bdbc5c57fcfd5111cd36b41940777d9b0d6518f8AA_USDt60x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b0x00
{“a_token_decimals”:6,“a_token_name”:“AAVE_A_sUSDe”,“a_token_symbol”:“AA_sUSDe”,“incentives_controller”:{“vec”:[]},“treasury”:“0xc7fbd0d99ef582a51d87bad84637bab6148d71fa5741087c89ddd89765d92ce”,“underlying_asset”:“0xb30a694a344edee467d9f82330bbe7c3b89f440a1ecd2da1f3bca266560fce69”}0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::a_token_factory::Initialized150xc7fbd0d99ef582a51d87bad84637bab6148d71fa5741087c89ddd89765d92ce3641275402025-06-15T22:48:12.529ZAAVE_A_sUSDe00x7c853d71c5016650e69bb1f9bdbc5c57fcfd5111cd36b41940777d9b0d6518f8AA_sUSDe60xb30a694a344edee467d9f82330bbe7c3b89f440a1ecd2da1f3bca266560fce690x00
{“a_token_decimals”:6,“a_token_name”:“AAVE_A_USDC”,“a_token_symbol”:“AA_USDC”,“incentives_controller”:{“vec”:[]},“treasury”:“0xc7fbd0d99ef582a51d87bad84637bab6148d71fa5741087c89ddd89765d92ce”,“underlying_asset”:“0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b”}0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::a_token_factory::Initialized100xc7fbd0d99ef582a51d87bad84637bab6148d71fa5741087c89ddd89765d92ce3641275402025-06-15T22:48:12.529ZAAVE_A_USDC00x7c853d71c5016650e69bb1f9bdbc5c57fcfd5111cd36b41940777d9b0d6518f8AA_USDC60xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b0x00
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.ATokenFactory_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ATokenFactory_TokenRescued_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_rescuerSTRING-
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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_a_token_addressSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.ATokenFactory_TokenRescued_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BorrowLogic_Borrow_event

Borrow event records from Aave V3 lending protocol on Aptos blockchain, capturing loan originations with borrowed amounts, interest rates, user addresses, and reserve identifiers. Used for analyzing lending activity, interest rate dynamics, and borrower behavior across Aave markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
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_on_behalf_ofSTRINGAptos account address for whom the borrowed assets are credited, which may differ from the transaction initiator. Typically matches in_user when borrowing for oneself, represented as a hex-encoded, 0x-prefixed 64-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_interest_rate_modeSTRINGInterest rate mode for the borrow position, where 2 indicates variable rate borrowing. This parameter determines whether the user’s debt accrues interest at a stable or variable rate.
in_borrow_rateSTRINGAnnual percentage rate applied to the borrowed amount at the time of the borrow event, expressed as a high-precision integer (ray units with 27 decimals). Values typically range around 38-39 trillion in raw units, representing APRs of approximately 3-4% when scaled.
in_referral_codeSTRINGReferral code associated with the borrow transaction, used to track borrower acquisition sources. Typically zero when no referral program is used.
datain_userin_amountevent_typein_reserveevent_indexblock_heightin_borrow_rateblock_timestampin_on_behalf_ofsequence_numberin_referral_codetransaction_hashin_interest_rate_modeevent_guid_account_addressevent_guid_creation_number
{“amount”:“1000000000”,“borrow_rate”:“38723064791334319436383897”,“interest_rate_mode”:2,“on_behalf_of”:“0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f6”,“referral_code”:0,“reserve”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“user”:“0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f6”}0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f610000000000x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::borrow_logic::Borrow0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b9463688127387230647913343194363838972025-10-21T10:50:19.038Z0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f6000x767dcdeadfdc0b785db41d6d552a09e735db728fb3229804ef554f17b2e9751c20x00
{“amount”:“1000000000”,“borrow_rate”:“38622782039980232837631352”,“interest_rate_mode”:2,“on_behalf_of”:“0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f6”,“referral_code”:0,“reserve”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“user”:“0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f6”}0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f610000000000x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::borrow_logic::Borrow0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b9463754338386227820399802328376313522025-10-21T12:18:18.497Z0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f6000xaa9fa9f906e6ca827ab1895ee83cb1c0e04cb1bbb119a0c9dfc93afa43216d2120x00
{“amount”:“1000000000”,“borrow_rate”:“38775008662222655891971012”,“interest_rate_mode”:2,“on_behalf_of”:“0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f6”,“referral_code”:0,“reserve”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“user”:“0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f6”}0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f610000000000x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::borrow_logic::Borrow0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b9463707154387750086622226558919710122025-10-21T11:15:10.491Z0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f6000x4b506e2e024bfdc304a9eb4baa6dd5048d7f0cf0b300b007d161ce9b9ff7e4fc20x00
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.BorrowLogic_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BorrowLogic_Repay_event

Debt repayment events from Aave V3 lending protocol on Aptos blockchain, capturing borrower addresses, reserve assets, repayment amounts, and whether aTokens were used for repayment. Used for analyzing loan closure patterns and protocol debt reduction activity.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
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_use_a_tokensSTRINGIndicates whether aTokens (Aave interest-bearing tokens) were used to repay the debt instead of the underlying asset. String value ‘true’ or ‘false’, typically ‘false’ in most repayment transactions.
datain_userin_amountevent_typein_repayerin_reserveevent_indexblock_heightblock_timestampin_use_a_tokenssequence_numbertransaction_hashevent_guid_account_addressevent_guid_creation_number
{“amount”:“20000026564”,“repayer”:“0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f6”,“reserve”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“use_a_tokens”:false,“user”:“0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f6”}0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f6200000265640x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::borrow_logic::Repay0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f60x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b64338201862025-09-17T17:43:59.699Zfalse00x3bd0cc9e9c38146c9d465df4c2e9d5f0bbf3d201d53e7fa47b590e051ff467b00x00
{“amount”:“5000000000”,“repayer”:“0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f6”,“reserve”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“use_a_tokens”:false,“user”:“0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f6”}0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f650000000000x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::borrow_logic::Repay0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f60x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b64336454652025-09-17T12:22:30.397Zfalse00x372bd01070baa9ae8b554e73d71852a3ab014e0440c1cd1141fc621c78c6ffef0x00
{“amount”:“2459”,“repayer”:“0x5f99d6fc73912697c1c6904c285c302df4bc5430a22df8b7c296fc8329bcd2f2”,“reserve”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“use_a_tokens”:false,“user”:“0x5f99d6fc73912697c1c6904c285c302df4bc5430a22df8b7c296fc8329bcd2f2”}0x5f99d6fc73912697c1c6904c285c302df4bc5430a22df8b7c296fc8329bcd2f224590x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::borrow_logic::Repay0x5f99d6fc73912697c1c6904c285c302df4bc5430a22df8b7c296fc8329bcd2f20x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b64336085892025-09-17T11:16:01.632Zfalse00x6f49a2323dd210a48cffb1a8ea2977f2e2f197af242d5d5048cc3b79d2e422950x00
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.BorrowLogic_Repay_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EmissionManager_EmissionAdminUpdated_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
in_old_adminSTRING-
in_new_adminSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.EmissionManager_EmissionAdminUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FlashLoanLogic_FlashLoan_event

Flash loan execution events from Aave V3 protocol on Aptos blockchain, capturing borrowed amount, asset address, initiator address, target recipient, premium fees, and interest rate mode. Used for tracking flash loan activity, arbitrage strategies, and protocol fee generation.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
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_interest_rate_modeSTRINGInterest rate mode for the flash loan, where 0 indicates no interest accrual during the flash loan execution. Typically 0 for flash loans as they’re repaid within the same transaction.
in_premiumSTRINGFee charged for the flash loan operation. Numeric string representation of the fee amount in smallest denomination of the borrowed asset.
in_referral_codeSTRINGReferral code associated with the flash loan transaction for tracking partnership or affiliate origination. Typically zero in most transactions, indicating no referral attribution.
datain_assetin_amountin_targetevent_typein_premiumevent_indexblock_heightin_initiatorblock_timestampsequence_numberin_referral_codetransaction_hashin_interest_rate_modeevent_guid_account_addressevent_guid_creation_number
{“amount”:“700000000”,“asset”:“0xa”,“initiator”:“0xca88c56fc5230de2f0541b3094e0aef4bff7d03d008c6ae381c00f503893be6e”,“interest_rate_mode”:0,“premium”:“0”,“referral_code”:0,“target”:“0xca88c56fc5230de2f0541b3094e0aef4bff7d03d008c6ae381c00f503893be6e”}0xa7000000000xca88c56fc5230de2f0541b3094e0aef4bff7d03d008c6ae381c00f503893be6e0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::flashloan_logic::FlashLoan0234665674200xca88c56fc5230de2f0541b3094e0aef4bff7d03d008c6ae381c00f503893be6e2025-10-24T08:48:45.021Z000xe27f2376094afc17551fa84163ee26d602af5ecdd8c2f62d184061c64319a83100x00
{“amount”:“700000000”,“asset”:“0xa”,“initiator”:“0xca88c56fc5230de2f0541b3094e0aef4bff7d03d008c6ae381c00f503893be6e”,“interest_rate_mode”:0,“premium”:“0”,“referral_code”:0,“target”:“0xca88c56fc5230de2f0541b3094e0aef4bff7d03d008c6ae381c00f503893be6e”}0xa7000000000xca88c56fc5230de2f0541b3094e0aef4bff7d03d008c6ae381c00f503893be6e0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::flashloan_logic::FlashLoan0234665895290xca88c56fc5230de2f0541b3094e0aef4bff7d03d008c6ae381c00f503893be6e2025-10-24T09:17:11.632Z000xe1a16000ed196ea98fc441619c87868e649530432f6aa84fc2d79aba54a195de00x00
{“amount”:“700000000”,“asset”:“0xa”,“initiator”:“0xca88c56fc5230de2f0541b3094e0aef4bff7d03d008c6ae381c00f503893be6e”,“interest_rate_mode”:0,“premium”:“0”,“referral_code”:0,“target”:“0xca88c56fc5230de2f0541b3094e0aef4bff7d03d008c6ae381c00f503893be6e”}0xa7000000000xca88c56fc5230de2f0541b3094e0aef4bff7d03d008c6ae381c00f503893be6e0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::flashloan_logic::FlashLoan0234669494090xca88c56fc5230de2f0541b3094e0aef4bff7d03d008c6ae381c00f503893be6e2025-10-24T17:08:22.109Z000x1bfffad15d0d8a55c11720e94c3102cfee6c07f4e03a0a18f778eb05226b343200x00
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.FlashLoanLogic_FlashLoan_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LiquidationLogic_LiquidationCall_event

Liquidation events from Aave V3 lending protocol on Aptos blockchain, recording undercollateralized position liquidations with debt repayment and collateral seizure amounts. Used for analyzing liquidation cascades, liquidator profitability, and protocol health during market volatility.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_collateral_assetSTRINGAsset address of the collateral being seized in the liquidation event. Hex-encoded Aptos address, typically representing APT (0xa) or other supported collateral tokens in the Aave V3 protocol.
in_debt_assetSTRINGAsset address of the debt token being repaid during the liquidation on Aptos. Hex-encoded Aptos address identifying the specific token used for debt coverage in the Aave v3 protocol.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_debt_to_coverSTRINGAmount of debt being repaid by the liquidator in the liquidation transaction, denominated in the smallest unit of the debt asset. Numeric string values range from millions to billions, representing the portion of the borrower’s outstanding debt covered during liquidation.
in_liquidated_collateral_amountSTRINGAmount of collateral seized from the liquidated user’s position, denominated in the smallest unit of the collateral asset. Values range from millions to tens of billions, representing the liquidation penalty applied to undercollateralized positions.
in_liquidatorSTRINGAddress of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_receive_a_tokenSTRINGBoolean flag indicating whether the liquidator receives aTokens instead of the underlying collateral asset. Typically false, meaning liquidators receive the underlying asset directly.
datain_userevent_typeevent_indexblock_heightin_debt_assetin_liquidatorblock_timestampsequence_numberin_debt_to_covertransaction_hashin_receive_a_tokenin_collateral_assetevent_guid_account_addressevent_guid_creation_numberin_liquidated_collateral_amount
{“collateral_asset”:“0xa”,“debt_asset”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“debt_to_cover”:“5042221023”,“liquidated_collateral_amount”:“235821805962”,“liquidator”:“0xadd64267159e77e809e387ed148f890bfd521637ef50e903b74347b51ba552e0”,“receive_a_token”:false,“user”:“0xb7c69fa9de42b3a301389f019f4d199b9c9c0ec22642223439100c18e8914404”}0xb7c69fa9de42b3a301389f019f4d199b9c9c0ec22642223439100c18e89144040x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::liquidation_logic::LiquidationCall314990713920x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b0xadd64267159e77e809e387ed148f890bfd521637ef50e903b74347b51ba552e02025-11-22T04:24:37.681Z050422210230xd7532730490da2fde3e8840c16b8affc29e0c1726e43d7d7a758d62b55da1711false0xa0x00235821805962
{“collateral_asset”:“0xa”,“debt_asset”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“debt_to_cover”:“29301904”,“liquidated_collateral_amount”:“1389659944”,“liquidator”:“0xadd64267159e77e809e387ed148f890bfd521637ef50e903b74347b51ba552e0”,“receive_a_token”:false,“user”:“0xf6d143aaf4bced776272055848656d01d61fd9f83816acef2aef438439254de0”}0xf6d143aaf4bced776272055848656d01d61fd9f83816acef2aef438439254de00x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::liquidation_logic::LiquidationCall314991212870x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b0xadd64267159e77e809e387ed148f890bfd521637ef50e903b74347b51ba552e02025-11-22T05:32:30.743Z0293019040xa608eef803a2b15e2cad886825f19811f8cf625255110a1bd7e74647fba0290bfalse0xa0x001389659944
{“collateral_asset”:“0xa”,“debt_asset”:“0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b”,“debt_to_cover”:“201795219”,“liquidated_collateral_amount”:“6997823219”,“liquidator”:“0xadd64267159e77e809e387ed148f890bfd521637ef50e903b74347b51ba552e0”,“receive_a_token”:false,“user”:“0x790a13900fd3431dc4d73675abbb2243df0697bb7354af8d3fb010cdca23e6eb”}0x790a13900fd3431dc4d73675abbb2243df0697bb7354af8d3fb010cdca23e6eb0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::liquidation_logic::LiquidationCall294735952950xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b0xadd64267159e77e809e387ed148f890bfd521637ef50e903b74347b51ba552e02025-10-30T18:22:53.729Z02017952190xb17c1caf24947e8d3b8f766984587107567b37cd88bb7482e476eeff55a77cd4false0xa0x006997823219
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.LiquidationLogic_LiquidationCall_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolConfigurator_BorrowCapChanged_event

Borrow capacity configuration change events from Aave V3 lending protocol on Aptos, tracking adjustments to maximum borrowable amounts for different assets. Used for monitoring risk parameter updates and protocol governance decisions.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_old_borrow_capSTRINGPrevious maximum borrowing limit for the specified asset before this configuration change. Denominated in the asset’s smallest unit, typically reflecting risk management adjustments in the Aave v3 protocol on Aptos.
in_new_borrow_capSTRINGNew borrow cap limit set for the asset in this configuration change event, denominated in the smallest token unit. This value represents the updated maximum amount that can be borrowed from the Aave V3 pool for the specified asset.
datain_assetevent_typeevent_indexblock_heightblock_timestampsequence_numbertransaction_hashin_new_borrow_capin_old_borrow_capevent_guid_account_addressevent_guid_creation_number
{“asset”:“0xa”,“new_borrow_cap”:“250000”,“old_borrow_cap”:“113636”}0xa0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_configurator::BorrowCapChanged04216937022025-09-02T18:29:36.988Z00x81e453110c7ab89273d399089c6cb91c40801c89667623a162584ff18352fdf72500001136360x00
{“asset”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“new_borrow_cap”:“4625000”,“old_borrow_cap”:“920000”}0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_configurator::BorrowCapChanged04216946332025-09-02T18:31:19.637Z00x9972fb1df3a7d6c1042696612c0e592f1619cfbe7a0ca2b162d378888a1adb1a46250009200000x00
{“asset”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“new_borrow_cap”:“18500000”,“old_borrow_cap”:“13875000”}0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_configurator::BorrowCapChanged04962576142025-11-19T15:48:49.800Z00x39ac76ba8dcaf6f256f7b90903a3c019ba5f9221fe3b43d88205ceeb49f0f3e918500000138750000x00
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.PoolConfigurator_BorrowCapChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolConfigurator_CollateralConfigurationChanged_event

Collateral parameter updates from Aave V3 lending protocol on Aptos, recording changes to loan-to-value (LTV), liquidation threshold, and liquidation bonus settings for each supported asset. Used for tracking risk parameter adjustments and protocol governance decisions.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
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_liquidation_thresholdSTRINGLiquidation threshold percentage in basis points for the collateral asset, representing the utilization ratio at which a position becomes eligible for liquidation. Values are expressed in hundredths of a percent (e.g., 7800 = 78%).
in_liquidation_bonusSTRINGPercentage bonus awarded to liquidators when liquidating an undercollateralized position, expressed in basis points (e.g., 1000 = 10%). Values typically range from 500 to 1000 basis points depending on asset risk profile.
datain_ltvin_assetevent_typeevent_indexblock_heightblock_timestampsequence_numbertransaction_hashin_liquidation_bonusin_liquidation_thresholdevent_guid_account_addressevent_guid_creation_number
{“asset”:“0xa”,“liquidation_bonus”:“1000”,“liquidation_threshold”:“6300”,“ltv”:“5800”}58000xa0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_configurator::CollateralConfigurationChanged13653322222025-06-17T16:06:58.821Z00x30f0cb590e4eb06ef92a79dc0ae3a1f2c9aef8a45c602755302ce4255e386779100063000x00
{“asset”:“0xa”,“liquidation_bonus”:“1000”,“liquidation_threshold”:“6300”,“ltv”:“0”}00xa0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_configurator::CollateralConfigurationChanged13653439272025-06-17T16:31:37.138Z00x6b6168bcd757a474e7b844b082f58b0cf21bb9711f0721fb7e7321b32a1402ef100063000x00
{“asset”:“0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b”,“liquidation_bonus”:“500”,“liquidation_threshold”:“7800”,“ltv”:“0”}00xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_configurator::CollateralConfigurationChanged13653440002025-06-17T16:31:46.410Z00x9ce78b623514cae81db4c5d6c033e402dd9484c48c7013254614abcdde39e59750078000x00
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.PoolConfigurator_CollateralConfigurationChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolConfigurator_LiquidationProtocolFeeChanged_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_old_feeSTRING-
in_new_feeSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.PoolConfigurator_LiquidationProtocolFeeChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolConfigurator_ReserveFactorChanged_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_old_reserve_factorSTRING-
in_new_reserve_factorSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.PoolConfigurator_ReserveFactorChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolConfigurator_ReserveInterestRateDataChanged_event

Interest rate model parameter updates for lending reserves in Aave V3 on Aptos, capturing changes to base rate, optimal utilization ratio, and variable rate slope configurations. Used for tracking protocol governance decisions and analyzing how interest rate curves evolve across different asset markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_optimal_usage_ratioSTRINGTarget utilization ratio for the lending pool reserve expressed in basis points. Values like 9000 or 4500 represent 90% or 45% optimal pool utilization.
in_base_variable_borrow_rateSTRINGBase interest rate component for variable-rate borrowing on this Aave V3 reserve, expressed in basis points. Typically set to 0, allowing the rate to be determined by the slope parameters and pool utilization.
in_variable_rate_slope1STRINGThe initial slope of the interest rate curve before reaching optimal utilization, determining how quickly rates rise as utilization increases. Expressed in basis points and typically ranges from 600 to 700 for stablecoins in this Aave V3 deployment.
in_variable_rate_slope2STRINGVariable rate slope parameter (slope2) for the interest rate model when utilization exceeds optimal. Represents the steep rate increase applied above the optimal usage ratio, typically in basis points (e.g., ‘4000’ = 40%, ‘30000’ = 300%).
datain_assetevent_typeevent_indexblock_heightblock_timestampsequence_numbertransaction_hashin_optimal_usage_ratioin_variable_rate_slope1in_variable_rate_slope2event_guid_account_addressevent_guid_creation_numberin_base_variable_borrow_rate
{“asset”:“0xb30a694a344edee467d9f82330bbe7c3b89f440a1ecd2da1f3bca266560fce69”,“base_variable_borrow_rate”:“0”,“optimal_usage_ratio”:“9000”,“variable_rate_slope1”:“600”,“variable_rate_slope2”:“4000”}0xb30a694a344edee467d9f82330bbe7c3b89f440a1ecd2da1f3bca266560fce690x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_configurator::ReserveInterestRateDataChanged103641287372025-06-15T22:50:45.753Z00x817a2aa1bbcb27030bf233519c6adcbf1df7b70406fbf7cd49d39e2b048b5a7f900060040000x000
{“asset”:“0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b”,“base_variable_borrow_rate”:“0”,“optimal_usage_ratio”:“9000”,“variable_rate_slope1”:“600”,“variable_rate_slope2”:“4000”}0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_configurator::ReserveInterestRateDataChanged143641275402025-06-15T22:48:12.529Z00x7c853d71c5016650e69bb1f9bdbc5c57fcfd5111cd36b41940777d9b0d6518f8900060040000x000
{“asset”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“base_variable_borrow_rate”:“0”,“optimal_usage_ratio”:“9000”,“variable_rate_slope1”:“600”,“variable_rate_slope2”:“4000”}0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_configurator::ReserveInterestRateDataChanged43641275402025-06-15T22:48:12.529Z00x7c853d71c5016650e69bb1f9bdbc5c57fcfd5111cd36b41940777d9b0d6518f8900060040000x000
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.PoolConfigurator_ReserveInterestRateDataChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolConfigurator_SupplyCapChanged_event

Supply cap adjustment events from Aave V3 lending protocol on Aptos, tracking changes to maximum deposit limits for lending pool assets. Used to monitor risk parameter updates and protocol governance decisions affecting collateral capacity.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_old_supply_capSTRINGPrevious supply cap limit for the asset before the configuration change. Numeric value representing the maximum amount of the asset that could be supplied to the Aave V3 pool on Aptos.
in_new_supply_capSTRINGUpdated maximum supply cap for the specified asset in the Aave V3 lending pool. String-encoded integer representing the new cap value after the configuration change.
datain_assetevent_typeevent_indexblock_heightblock_timestampsequence_numbertransaction_hashin_new_supply_capin_old_supply_capevent_guid_account_addressevent_guid_creation_number
{“asset”:“0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b”,“new_supply_cap”:“10000000”,“old_supply_cap”:“1000000”}0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_configurator::SupplyCapChanged04875429952025-11-11T16:38:56.530Z00x07ecc796ee6a50d29fd055fcf8aea22b6a352f1dc70e4669ef1d49f3a1342cbd1000000010000000x00
{“asset”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“new_supply_cap”:“15000000”,“old_supply_cap”:“5000000”}0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_configurator::SupplyCapChanged04875432932025-11-11T16:39:20.290Z00x0e223d44e849c38cfdb0c7031604a79e12b46f83ee2b0d7dd9207089584291be1500000050000000x00
{“asset”:“0xa”,“new_supply_cap”:“500000”,“old_supply_cap”:“227272”}0xa0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_configurator::SupplyCapChanged04216933172025-09-02T18:28:55.103Z00x0efa588987ecda53925dfd409657a2c9e2dd678a622afe174c018e0e680127ea5000002272720x00
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.PoolConfigurator_SupplyCapChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolFeeManager_FeeChanged_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_old_feeSTRING-
in_new_feeSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.PoolFeeManager_FeeChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolFeeManager_FeeCollected_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or 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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.PoolFeeManager_FeeCollected_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolFeeManager_FeeWithdrawn_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap 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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.PoolFeeManager_FeeWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolLogic_ReserveDataUpdated_event

Reserve interest rate and index updates from Aave V3 lending pools on Aptos. Tracks liquidity rates, borrow rates, and accrual indices per reserve for calculating user positions and yields.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_liquidity_rateSTRINGInterest rate earned by liquidity providers on deposited assets in this Aave V3 reserve, expressed in ray units (27 decimals). This variable-rate APY adjusts based on utilization and represents the yield available to lenders.
in_variable_borrow_rateSTRINGVariable borrow rate for the reserve at the time of the update, expressed as a high-precision integer (ray units with 27 decimals). Represents the annualized interest rate borrowers pay on variable-rate loans.
in_liquidity_indexSTRINGCurrent liquidity index for the reserve, representing cumulative interest accrued to liquidity providers since inception. Stored as a high-precision integer value (scaled by 10^27) to track compound interest growth over time.
in_variable_borrow_indexSTRINGCurrent variable borrow index for the reserve, representing accumulated interest on variable-rate borrows since inception. Expressed as a high-precision integer scaled by 10^27 (ray units) in Aave protocol terms.
dataevent_typein_reserveevent_indexblock_heightblock_timestampsequence_numbertransaction_hashin_liquidity_ratein_liquidity_indexin_variable_borrow_ratein_variable_borrow_indexevent_guid_account_addressevent_guid_creation_number
{“liquidity_index”:“1005407962251777104629457429”,“liquidity_rate”:“17687262920982487086538141”,“reserve”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“variable_borrow_index”:“1008424905727732218761002419”,“variable_borrow_rate”:“36196237701955717554105442”}0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_logic::ReserveDataUpdated0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b04677064522025-10-25T10:26:33.033Z00x392f07934000320406ed6eab1bda18ed7735cc6ba71933c008e884a47589b1be1768726292098248708653814110054079622517771046294574293619623770195571755410544210084249057277322187610024190x00
{“liquidity_index”:“1005420082654446828329494706”,“liquidity_rate”:“19053483040722030810902324”,“reserve”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“variable_borrow_index”:“1008449784223412589469450982”,“variable_borrow_rate”:“37568192851500826986709371”}0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_logic::ReserveDataUpdated0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b04679773492025-10-25T16:24:47.942Z00x7f6da52886aca431079c78ebaf579796ad4410a0476de2de40d7e3e4963fde841905348304072203081090232410054200826544468283294947063756819285150082698670937110084497842234125894694509820x00
{“liquidity_index”:“1005389222605322855137200539”,“liquidity_rate”:“18078208345704688371203318”,“reserve”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“variable_borrow_index”:“1008386634929445420274503512”,“variable_borrow_rate”:“36594077992569688634135252”}0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_logic::ReserveDataUpdated0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b34672983372025-10-25T01:18:13.984Z00x9e925672a51a0ea0bc324742aa8bc4e0231ec008301aeea43fe00c23b2b5ee181807820834570468837120331810053892226053228551372005393659407799256968863413525210083866349294454202745035120x00
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.PoolLogic_ReserveDataUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolTokenLogic_ReserveInitialized_event

Reserve initialization events from Aave V3 lending protocol on Aptos, recording when new assets are added to the lending pool with their corresponding aToken and variable debt token addresses. Used to track protocol expansion and new market deployments.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_a_tokenSTRINGContract address of the aToken minted for deposits of this reserve asset in the Aave V3 pool on Aptos. Hex-encoded, 0x-prefixed 64-character string representing the Aptos account address.
in_variable_debt_tokenSTRINGContract address of the variable debt token created for this Aave V3 reserve on Aptos. Hex-encoded, 0x-prefixed 64-character string representing the debt token tracking borrower obligations at variable interest rates.
datain_assetevent_typein_a_tokenevent_indexblock_heightblock_timestampsequence_numbertransaction_hashin_variable_debt_tokenevent_guid_account_addressevent_guid_creation_number
{“a_token”:“0x181970e005584c71ee220c4ad81d280c2a53e579c5a8b2531a20dc44da9ba83f”,“asset”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“variable_debt_token”:“0xd0cc463994aeb30d6ebfa05f2ce85c74189e5a4fb4df77d7ed5319fb37f4f686”}0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_token_logic::ReserveInitialized0x181970e005584c71ee220c4ad81d280c2a53e579c5a8b2531a20dc44da9ba83f33641275402025-06-15T22:48:12.529Z00x7c853d71c5016650e69bb1f9bdbc5c57fcfd5111cd36b41940777d9b0d6518f80xd0cc463994aeb30d6ebfa05f2ce85c74189e5a4fb4df77d7ed5319fb37f4f6860x00
{“a_token”:“0xe0e685725eeee3e89a1b7fdd51182bb48231c464d2add9ec72123fd611df1e63”,“asset”:“0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b”,“variable_debt_token”:“0xfa2f2ba1dd3a686d5cd1ee691b936ee2b8749febaaca0291063867c20524355a”}0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_token_logic::ReserveInitialized0xe0e685725eeee3e89a1b7fdd51182bb48231c464d2add9ec72123fd611df1e63133641275402025-06-15T22:48:12.529Z00x7c853d71c5016650e69bb1f9bdbc5c57fcfd5111cd36b41940777d9b0d6518f80xfa2f2ba1dd3a686d5cd1ee691b936ee2b8749febaaca0291063867c20524355a0x00
{“a_token”:“0x6b2af1209c53271c37dc5b70b1156529b5af0436d9eec2b514955d969584f2b9”,“asset”:“0xb30a694a344edee467d9f82330bbe7c3b89f440a1ecd2da1f3bca266560fce69”,“variable_debt_token”:“0x9a73d998a40ca7ba5cf6b69822744abe73585dc213bfa916345a4f60b1cfbf53”}0xb30a694a344edee467d9f82330bbe7c3b89f440a1ecd2da1f3bca266560fce690x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::pool_token_logic::ReserveInitialized0x6b2af1209c53271c37dc5b70b1156529b5af0436d9eec2b514955d969584f2b9183641275402025-06-15T22:48:12.529Z00x7c853d71c5016650e69bb1f9bdbc5c57fcfd5111cd36b41940777d9b0d6518f80x9a73d998a40ca7ba5cf6b69822744abe73585dc213bfa916345a4f60b1cfbf530x00
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.PoolTokenLogic_ReserveInitialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RewardsController_Accrued_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_asset_indexSTRING-
in_user_indexSTRING-
in_rewards_accruedSTRING-
in_rewards_controller_addressSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.RewardsController_Accrued_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RewardsController_AssetConfigUpdated_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
in_old_emissionSTRING-
in_new_emissionSTRING-
in_old_distribution_endSTRING-
in_new_distribution_endSTRING-
in_asset_indexSTRING-
in_rewards_controller_addressSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.RewardsController_AssetConfigUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RewardsController_ClaimerSet_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_claimerSTRINGAddress of the account initiating the claim transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_rewards_controller_addressSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.RewardsController_ClaimerSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RewardsController_PullRewardsTransferStrategyInstalled_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
in_strategySTRINGContract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.
in_rewards_controller_addressSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.RewardsController_PullRewardsTransferStrategyInstalled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RewardsDistributor_RewardsClaimed_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_claimerSTRINGAddress of the account initiating the claim transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_rewards_controller_addressSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.RewardsDistributor_RewardsClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SupplyLogic_Supply_event

Supply deposit events from Aave V3 lending protocol on Aptos blockchain, recording user deposits of assets into lending pools with reserve identifiers, amounts, and optional referral codes. Used for analyzing lending activity, liquidity provision patterns, and user deposit behavior across different asset reserves.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
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_on_behalf_ofSTRINGAccount address receiving the aToken balance from this supply transaction on Aave V3 Aptos. Hex-encoded address, often matches in_user when supplying for oneself.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_referral_codeSTRINGReferral code associated with the supply transaction, used to track protocol referrals or partnerships. Typically zero in most transactions, indicating no referral.
datain_userin_amountevent_typein_reserveevent_indexblock_heightblock_timestampin_on_behalf_ofsequence_numberin_referral_codetransaction_hashevent_guid_account_addressevent_guid_creation_number
{“amount”:“2000000”,“on_behalf_of”:“0xd9608f3fba6072c60510607c2470a953bc47d4a595e12030f44c45c24f01f7b8”,“referral_code”:0,“reserve”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“user”:“0xd9608f3fba6072c60510607c2470a953bc47d4a595e12030f44c45c24f01f7b8”}0xd9608f3fba6072c60510607c2470a953bc47d4a595e12030f44c45c24f01f7b820000000x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::supply_logic::Supply0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b74560266802025-10-13T07:58:16.199Z0xd9608f3fba6072c60510607c2470a953bc47d4a595e12030f44c45c24f01f7b8000x250f967af28cac065274503c399273cefe15d7e75c4af7942c2127a15effd6d70x00
{“amount”:“57643325”,“on_behalf_of”:“0x8177d9eabb541475bb68a78bb2cbe566787d41e8a388595ecf4bb23ac866e11c”,“referral_code”:0,“reserve”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“user”:“0x8177d9eabb541475bb68a78bb2cbe566787d41e8a388595ecf4bb23ac866e11c”}0x8177d9eabb541475bb68a78bb2cbe566787d41e8a388595ecf4bb23ac866e11c576433250x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::supply_logic::Supply0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b74564832692025-10-13T20:04:30.124Z0x8177d9eabb541475bb68a78bb2cbe566787d41e8a388595ecf4bb23ac866e11c000xeffb60ac5c31bfa8ca8593de6f164df01bf8d41a6f1c5f49bd73bc9fab4377650x00
{“amount”:“380000000”,“on_behalf_of”:“0x109f03337c4378f26c67dea31b09ee5d5ce639c31d994b7503f80209ca4c8ad3”,“referral_code”:0,“reserve”:“0xa”,“user”:“0x109f03337c4378f26c67dea31b09ee5d5ce639c31d994b7503f80209ca4c8ad3”}0x109f03337c4378f26c67dea31b09ee5d5ce639c31d994b7503f80209ca4c8ad33800000000x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::supply_logic::Supply0xa64565102352025-10-13T20:45:33.422Z0x109f03337c4378f26c67dea31b09ee5d5ce639c31d994b7503f80209ca4c8ad3000x930c9a094106c02a3b00d7c46ba19a11da376cfd90817b6aa9d1b12145a1f2b40x00
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.SupplyLogic_Supply_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SupplyLogic_Withdraw_event

Withdrawal events from Aave V3 lending protocol on Aptos blockchain, recording when users withdraw supplied assets from liquidity pools. Contains user addresses, withdrawal amounts, reserve identifiers, and recipient addresses for tracking lending activity and liquidity changes.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
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.
datain_toin_userin_amountevent_typein_reserveevent_indexblock_heightblock_timestampsequence_numbertransaction_hashevent_guid_account_addressevent_guid_creation_number
{“amount”:“10000001”,“reserve”:“0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b”,“to”:“0x523119c513aa96e4143ecd2ab91416d5763e8f70c0d0e6d0b74ae693a651acf6”,“user”:“0x523119c513aa96e4143ecd2ab91416d5763e8f70c0d0e6d0b74ae693a651acf6”}0x523119c513aa96e4143ecd2ab91416d5763e8f70c0d0e6d0b74ae693a651acf60x523119c513aa96e4143ecd2ab91416d5763e8f70c0d0e6d0b74ae693a651acf6100000010x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::supply_logic::Withdraw0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b84711277712025-10-28T15:03:59.374Z00x80293592bb7fe0ba17a019790a488a33939df0682d96a9889f134f56eb8cc4d40x00
{“amount”:“3000000”,“reserve”:“0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b”,“to”:“0x5f421227682e14069055eb37e1f304b91d2b061d51a96739a877df75c04ee64f”,“user”:“0x5f421227682e14069055eb37e1f304b91d2b061d51a96739a877df75c04ee64f”}0x5f421227682e14069055eb37e1f304b91d2b061d51a96739a877df75c04ee64f0x5f421227682e14069055eb37e1f304b91d2b061d51a96739a877df75c04ee64f30000000x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::supply_logic::Withdraw0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b84708193212025-10-28T08:32:48.465Z00xa47c3cb6f0c299f404f18e06114f465be0ffc77de8930339283d807427731f460x00
{“amount”:“561019301”,“reserve”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”,“to”:“0x75dd04dfae2feaf6e9d775b362f4fbe7ae7ba1a73536b1c253965836144b3602”,“user”:“0x75dd04dfae2feaf6e9d775b362f4fbe7ae7ba1a73536b1c253965836144b3602”}0x75dd04dfae2feaf6e9d775b362f4fbe7ae7ba1a73536b1c253965836144b36020x75dd04dfae2feaf6e9d775b362f4fbe7ae7ba1a73536b1c253965836144b36025610193010x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::supply_logic::Withdraw0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b74713356122025-10-28T19:17:46.165Z00xc4ee3f3d885476c03fec898a8d511ee36dc23af17e369bf70c5a23a47a55962c0x00
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.SupplyLogic_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TokenBase_Burn_event

Token burn events from Aave V3 lending protocol on Aptos blockchain, tracking interest-bearing token redemptions with burn amounts, account addresses, and accrued interest. Used for analyzing lending protocol withdrawals and user position changes.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
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_balance_increaseSTRINGBalance increase amount accrued to the position as a result of this burn event. Represented as a string-encoded integer, typically in the token’s smallest denomination.
in_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
datain_fromin_indexin_tokenin_valuein_targetevent_typeevent_indexblock_heightblock_timestampsequence_numbertransaction_hashin_balance_increaseevent_guid_account_addressevent_guid_creation_number
{“balance_increase”:“40759”,“from”:“0x904ceacef2594e7c2bee5ad05adc6c085e54ac526744a31235c8e53be1d43940”,“index”:“1000083747366260777165006721”,“target”:“0x0”,“token”:“0xa390eaad908362242726571612b11cda5bc5003e713c60e68b9464b058a2cdac”,“value”:“500000000”}0x904ceacef2594e7c2bee5ad05adc6c085e54ac526744a31235c8e53be1d4394010000837473662607771650067210xa390eaad908362242726571612b11cda5bc5003e713c60e68b9464b058a2cdac5000000000x00x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::token_base::Burn24385762872025-09-23T15:07:18.532Z00x6a1842f7a1c28e480f7f8b16cce961d502781504f600c6a65fb9ac343fcc6fc3407590x00
{“balance_increase”:“1213835”,“from”:“0xabd23e58fb4fb4b927e0ff88db1207404beefb3e8441cdab48361134b6c12a75”,“index”:“1000082872443962675536867397”,“target”:“0x0”,“token”:“0xa390eaad908362242726571612b11cda5bc5003e713c60e68b9464b058a2cdac”,“value”:“18800000028”}0xabd23e58fb4fb4b927e0ff88db1207404beefb3e8441cdab48361134b6c12a7510000828724439626755368673970xa390eaad908362242726571612b11cda5bc5003e713c60e68b9464b058a2cdac188000000280x00x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::token_base::Burn24382274892025-09-23T04:52:11.918Z00x4628c0e17bf5b9142f98078cfcd5da19fa902ce8848f0cc140956d18be3806f112138350x00
{“balance_increase”:“136041”,“from”:“0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f6”,“index”:“1004499236534491873982018012”,“target”:“0x0”,“token”:“0xd0cc463994aeb30d6ebfa05f2ce85c74189e5a4fb4df77d7ed5319fb37f4f686”,“value”:“2800831931”}0x5eb42332a941641c87778ec072acba28b7078dcf8ab5b99c194226d3e5bfb9f610044992365344918739820180120xd0cc463994aeb30d6ebfa05f2ce85c74189e5a4fb4df77d7ed5319fb37f4f68628008319310x00x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::token_base::Burn24386276542025-09-23T16:37:56.587Z00xed477eb94a2054bca3eb9863d8fd40e5967730fcbac134f0bb0a320c421ea1f71360410x00
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.TokenBase_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TokenBase_Mint_event

Token minting events from Aave V3 lending protocol on Aptos, recording aToken issuance when users supply collateral. Contains caller address, token identifier, minted amount, and accrued interest for analyzing liquidity provision and yield accumulation.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_on_behalf_ofSTRINGAptos account address receiving the minted tokens, represented as a hex-encoded string. May differ from the caller address when minting is executed on behalf of another user.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_balance_increaseSTRINGInterest accrued or balance growth associated with this mint event, denominated in the smallest token unit. Represents the yield or additional amount earned by the account being minted to, often zero for principal-only mints.
in_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
datain_indexin_tokenin_valuein_callerevent_typeevent_indexblock_heightblock_timestampin_on_behalf_ofsequence_numbertransaction_hashin_balance_increaseevent_guid_account_addressevent_guid_creation_number
{“balance_increase”:“0”,“caller”:“0xa16f93607d900202e9b31eb3484b7fe43797778b445187c485a74053aaf23b3a”,“index”:“1000000000000000000000000000”,“on_behalf_of”:“0xa16f93607d900202e9b31eb3484b7fe43797778b445187c485a74053aaf23b3a”,“token”:“0x6b2af1209c53271c37dc5b70b1156529b5af0436d9eec2b514955d969584f2b9”,“value”:“33350000011”}10000000000000000000000000000x6b2af1209c53271c37dc5b70b1156529b5af0436d9eec2b514955d969584f2b9333500000110xa16f93607d900202e9b31eb3484b7fe43797778b445187c485a74053aaf23b3a0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::token_base::Mint54701346172025-10-27T17:03:49.593Z0xa16f93607d900202e9b31eb3484b7fe43797778b445187c485a74053aaf23b3a00xa1cb1f639b959d4b1b3e17b192f5aea86c818362c6ce330d8ef55d54d0b4e83500x00
{“balance_increase”:“1681763618”,“caller”:“0xa16f93607d900202e9b31eb3484b7fe43797778b445187c485a74053aaf23b3a”,“index”:“1004268609287063717027812071”,“on_behalf_of”:“0xa16f93607d900202e9b31eb3484b7fe43797778b445187c485a74053aaf23b3a”,“token”:“0xa390eaad908362242726571612b11cda5bc5003e713c60e68b9464b058a2cdac”,“value”:“701681763618”}10042686092870637170278120710xa390eaad908362242726571612b11cda5bc5003e713c60e68b9464b058a2cdac7016817636180xa16f93607d900202e9b31eb3484b7fe43797778b445187c485a74053aaf23b3a0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::token_base::Mint64701321322025-10-27T17:00:39.473Z0xa16f93607d900202e9b31eb3484b7fe43797778b445187c485a74053aaf23b3a00xb8ad815bf964c9b42e1ad9b4e58efcbbb97b962f8b81b376667609cb230613a416817636180x00
{“balance_increase”:“0”,“caller”:“0x2cd7970477ff81eadf36d823361ab47b03b4a48d61ea329e825402a98507bc2e”,“index”:“1001525000681671988592441653”,“on_behalf_of”:“0x2cd7970477ff81eadf36d823361ab47b03b4a48d61ea329e825402a98507bc2e”,“token”:“0xb68e2ba5211193d45cbeacb6c8a4408a270cb183722bdc4de8d666f405dbe586”,“value”:“10000000000”}10015250006816719885924416530xb68e2ba5211193d45cbeacb6c8a4408a270cb183722bdc4de8d666f405dbe586100000000000x2cd7970477ff81eadf36d823361ab47b03b4a48d61ea329e825402a98507bc2e0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::token_base::Mint64703516612025-10-27T21:53:08.061Z0x2cd7970477ff81eadf36d823361ab47b03b4a48d61ea329e825402a98507bc2e00xf717ad9fab8fe80b734d17cb0de43392ac342d73af5c89b770e4524919521a1500x00
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.TokenBase_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VariableDebtTokenFactory_Initialized_event

Variable debt token creation events from Aave V3 lending protocol on Aptos. Records initialization of debt tokens for borrowable assets (USDC, USDt, APT, sUSDe) with token metadata including decimals, symbols, and underlying asset addresses for tracking protocol market deployments.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_underlying_assetSTRINGContract address of the underlying asset on Aptos for which the variable debt token was initialized. Hex-encoded address, typically 0x-prefixed, representing assets like USDC, USDt, or APT native token (0xa).
in_incentives_controllerSTRINGAddress of the incentives controller contract managing reward distributions for this variable debt token. Null when no incentive program is active for the debt position.
in_debt_token_decimalsSTRINGNumber of decimal places for the variable debt token being initialized in the Aave V3 protocol. Typically matches the underlying asset’s decimals (6 for stablecoins, 8 for APT).
in_debt_token_nameSTRINGName of the variable debt token created by Aave V3 on Aptos for tracking borrowed amounts. Follows the naming pattern “AAVE_V_{UNDERLYING_SYMBOL}” where the underlying symbol represents the borrowed asset.
in_debt_token_symbolSTRINGSymbol of the variable debt token created by AAVE V3 on Aptos (e.g., “AV_USDC”, “AV_APT”). Prefixed with “AV_” to denote AAVE variable debt tokens representing borrowed positions.
dataevent_typeevent_indexblock_heightblock_timestampsequence_numbertransaction_hashin_debt_token_namein_underlying_assetin_debt_token_symbolin_debt_token_decimalsin_incentives_controllerevent_guid_account_addressevent_guid_creation_number
{“debt_token_decimals”:6,“debt_token_name”:“AAVE_V_sUSDe”,“debt_token_symbol”:“AV_sUSDe”,“incentives_controller”:{“vec”:[]},“underlying_asset”:“0xb30a694a344edee467d9f82330bbe7c3b89f440a1ecd2da1f3bca266560fce69”}0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::variable_debt_token_factory::Initialized163641275402025-06-15T22:48:12.529Z00x7c853d71c5016650e69bb1f9bdbc5c57fcfd5111cd36b41940777d9b0d6518f8AAVE_V_sUSDe0xb30a694a344edee467d9f82330bbe7c3b89f440a1ecd2da1f3bca266560fce69AV_sUSDe60x00
{“debt_token_decimals”:6,“debt_token_name”:“AAVE_V_USDt”,“debt_token_symbol”:“AV_USDt”,“incentives_controller”:{“vec”:[]},“underlying_asset”:“0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b”}0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::variable_debt_token_factory::Initialized13641275402025-06-15T22:48:12.529Z00x7c853d71c5016650e69bb1f9bdbc5c57fcfd5111cd36b41940777d9b0d6518f8AAVE_V_USDt0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2bAV_USDt60x00
{“debt_token_decimals”:6,“debt_token_name”:“AAVE_V_USDC”,“debt_token_symbol”:“AV_USDC”,“incentives_controller”:{“vec”:[]},“underlying_asset”:“0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b”}0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb::variable_debt_token_factory::Initialized113641275402025-06-15T22:48:12.529Z00x7c853d71c5016650e69bb1f9bdbc5c57fcfd5111cd36b41940777d9b0d6518f8AAVE_V_USDC0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3bAV_USDC60x00
Query with partition filter
SELECT *
FROM `tt-contracts.aave_v3_aptos.VariableDebtTokenFactory_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100