Skip to main content

Tables

ActivePool_ActivePoolVSTDebtUpdated_event

VST stablecoin debt balance updates in Vesta Finance’s ActivePool contract on Arbitrum, tracking total debt positions per collateral asset. Used for monitoring protocol-level debt exposure and collateralized debt position (CDP) system health.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__assetSTRINGContract address of the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in__VSTDebtSTRINGTotal VST stablecoin debt amount for the specified collateral asset in the Vesta Finance Active Pool, denominated in wei (18 decimals). Updated whenever borrowing positions change for that asset.
addressremovedin__assetlog_indexin__VSTDebtblock_numberblock_timestamptransaction_hash
0xbe3de7fb9aa09b3fa931868fb49d5ba5fee2ebb1false0x2f546ad4edd93b956c8999be404cdcafde3e89ae62881058355982059640510261446231102023-10-27T21:29:40.000Z0xfe1f044e4c1627c6ff22e3ddb6133d7e22a629ce8ba9fcdd56c28e157ba5534c
0xbe3de7fb9aa09b3fa931868fb49d5ba5fee2ebb1false0xdbf31df14b66535af65aac99c32e9ea844e14501748135664832499999979900079098552022-03-14T23:38:35.000Z0x43cde95c45c328a73ebdd0feafda48fe536ae4e540c775e0a1a6a42c3f52a72b
0xbe3de7fb9aa09b3fa931868fb49d5ba5fee2ebb1false0x8d9ba570d6cb60c7e3e0f31343efe75ab8e65fb17183154598410677416004606279016332022-03-14T19:29:44.000Z0x575d11971635aceed09ec84a12062a956a82f88d7305a75e2ac4f69b0eed9529
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.ActivePool_ActivePoolVSTDebtUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BorrowerOperations_TroveCreated_event

Trove (collateralized debt position) creation events from Vesta Finance on Arbitrum, capturing borrower addresses, collateral asset types, and sequential array indices. Used for tracking CDP opening activity and analyzing collateral preferences across different asset types.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__assetSTRINGContract address of the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in__borrowerSTRINGAddress of the account that borrowed funds or holds the borrowing position. Hex-encoded, 0x-prefixed, 42-character string.
in_arrayIndexSTRINGSequential index assigned to the newly created trove within the Vesta protocol’s internal array for the specified collateral asset. Tracks the order of trove creation and is unique per asset type.
addressremovedin__assetlog_indexblock_numberin__borrowerin_arrayIndexblock_timestamptransaction_hash
0x3eedf348919d130954929d4ff62d626f26adbfa2false0xdbf31df14b66535af65aac99c32e9ea844e145011059840070x580eccb127b287cffdcb8935bc5fc7e9ec0b412362022-02-13T14:43:59.000Z0xbe5ca670f3238c11ab9715dba2a2b1471324a17348e0bea037eb40b059e387e8
0x3eedf348919d130954929d4ff62d626f26adbfa2false0x8d9ba570d6cb60c7e3e0f31343efe75ab8e65fb11059983990x86f2d48ab653d192ac8395d7a92439beb43337cb1332022-02-13T19:48:37.000Z0x1a78774f0956b9276f3c2aad1f0220f72e8c18f40b776a4a4e2d31a4e27a32d5
0x3eedf348919d130954929d4ff62d626f26adbfa2false0x8d9ba570d6cb60c7e3e0f31343efe75ab8e65fb11060046880x870dc279570833a8c5a72fc7972681db9a96cfb71342022-02-13T22:29:40.000Z0xf3d9d4174badd31ab982b8b07ab0bba20b8dfb7db7a8e1c8941aeeecf9ba9cfe
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.BorrowerOperations_TroveCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BorrowerOperations_TroveUpdated_event

Trove position updates from Vesta Finance lending protocol on Arbitrum, capturing collateral deposits, debt changes, and stake modifications for CDP (Collateralized Debt Position) management. Tracks borrower operations including opens, adjusts, and closes across various collateral assets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__assetSTRINGContract address of the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in__borrowerSTRINGAddress of the account that borrowed funds or holds the borrowing position. Hex-encoded, 0x-prefixed, 42-character string.
in__debtSTRINGAmount of debt owed in the borrowing position denominated in the smallest unit of the asset. String-encoded decimal value representing wei for EVM chains.
in__collSTRINGAmount of collateral in the borrowing position denominated in the smallest unit of the asset. String-encoded decimal value representing wei for EVM chains.
in_stakeSTRINGAmount of staked or collateralized tokens denominated in the smallest unit of the asset. String-encoded decimal value representing wei for EVM chains or lamports for Solana.
in_operationINT64Enumerated operation type identifier for the event. Integer code representing the specific operation that triggered the event.
addressremovedin__collin__debtin_stakein__assetlog_indexblock_numberin__borrowerin_operationblock_timestamptransaction_hash
0x3eedf348919d130954929d4ff62d626f26adbfa2false1250000000000000022012500000000000000220x00000000000000000000000000000000000000004424348890xdf56ebd20f80ddd95b729ded241b5c58197a1ba222022-11-30T12:32:29.000Z0x0f3d66d78deeea500e2d34a2bd4b3ba11be2b661fc34034a208bd01b01b1f86f
0x3eedf348919d130954929d4ff62d626f26adbfa2false110062999999999999700110062999999999999700x00000000000000000000000000000000000000004424011580x83f17d3eb2d69091de3677432626f55491f219f822022-11-30T09:49:07.000Z0xd6d935826d4d2d467bb1bd9e79175c0e501531dbbfc58d09561a5657d0a893a5
0x3eedf348919d130954929d4ff62d626f26adbfa2false219999999999999998370219999999999999998370x00000000000000000000000000000000000000004423376390x020eb226e93362d1304bc97a3dd07231b1cdf09722022-11-30T04:08:08.000Z0x7d66a6a3aa1e1f768410739ed0faad937078cf5d0c47cacca6d8de5de72e204a
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.BorrowerOperations_TroveUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BorrowerOperations_VaultParametersBaseChanged_event

Vault parameter base address update events from Vesta Finance borrowing protocol on Arbitrum. Tracks configuration changes to vault parameters contracts, useful for monitoring protocol upgrades and governance actions.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_newAddressSTRINGAddress of the newly set vault parameters base contract in the Vesta protocol. Hex-encoded, 0x-prefixed 40-character string representing the smart contract that defines base configuration parameters for vaults.
addressremovedlog_indexblock_numberin_newAddressblock_timestamptransaction_hash
0x3eedf348919d130954929d4ff62d626f26adbfa2false155595130x5f51b0a5e940a3a20502b5f59511b13788ec6ddb2022-02-07T09:12:38.000Z0x45ecb89d6bfce18d2bc72775995a697329de58bb99a926339b10d32f99341fbc
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.BorrowerOperations_VaultParametersBaseChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BorrowerOperations_VSTBorrowingFeePaid_event

VST stablecoin borrowing fee payments from Vesta Finance on Arbitrum, showing fees charged when users borrow VST against collateral assets. Useful for analyzing borrowing costs, protocol revenue, and fee structures across different collateral types.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__assetSTRINGContract address of the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in__borrowerSTRINGAddress of the account that borrowed funds or holds the borrowing position. Hex-encoded, 0x-prefixed, 42-character string.
in__VSTFeeSTRINGFee amount paid in VST (Vesta Stablecoin) for borrowing against collateral. String-encoded integer value, often zero in sample transactions.
addressremovedin__assetlog_indexin__VSTFeeblock_numberin__borrowerblock_timestamptransaction_hash
0x3eedf348919d130954929d4ff62d626f26adbfa2false0x00000000000000000000000000000000000000004301274739120x3513c20348ba5c50d721803fe6d05f2bb4ebb5692023-09-02T22:29:47.000Z0xee4b4306f367e96225033d75df885c7e64b966ee871ce85398369a649c06c76c
0x3eedf348919d130954929d4ff62d626f26adbfa2false0x00000000000000000000000000000000000000004901271781020x2ac74bd02ee017fa05629432dd3728720c4550322023-09-02T00:12:37.000Z0xa57734c5f61ead2a2e5d3b9530ac2f5b546236b1d585c057198ffbbc33245eff
0x3eedf348919d130954929d4ff62d626f26adbfa2false0x5979d7b546e38e414f7e9822514be443a48005294301272048640x26bfd9a8126047621726d818355c72e0bf6ef4f32023-09-02T02:30:01.000Z0xda85b19c61d65bfc9964d5d9b8b8d5f249b789ec1e3a3753b69d91dd1c248a22
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.BorrowerOperations_VSTBorrowingFeePaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DefaultPool_DefaultPoolVSTDebtUpdated_event

VST stablecoin debt balance updates in Vesta Finance’s default pool contract on Arbitrum, tracking collateral asset-specific debt positions. Used for monitoring protocol health and liquidation pool liabilities across different collateral types.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__assetSTRINGContract address of the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in__VSTDebtSTRINGUpdated VST (Vesta Stable) debt amount for the specified asset in the Default Pool, stored as a string-encoded integer. Typically zero in the Default Pool, which holds liquidated collateral and debt from defaulted positions.
addressremovedin__assetlog_indexin__VSTDebtblock_numberblock_timestamptransaction_hash
0x996b43aadd750371ff81cb1100f7dcb6d3321247false0x8d9ba570d6cb60c7e3e0f31343efe75ab8e65fb12059886722022-02-13T16:12:04.000Z0xb0d59bb472625a800c238bae7e6e5d76da7094e34a4b1fa43cbb9df544f6d260
0x996b43aadd750371ff81cb1100f7dcb6d3321247false0x8d9ba570d6cb60c7e3e0f31343efe75ab8e65fb12059916492022-02-13T17:12:29.000Z0x72761bd209a53a8925fb4be8c6ecaeb2542c9f72047df7961e31ee6d4d086348
0x996b43aadd750371ff81cb1100f7dcb6d3321247false0x000000000000000000000000000000000000000010651728712023-02-27T19:01:19.000Z0xcdb3ca00b4032d914460ed9897496b9d908183a06f5de4e5a15ca863e1f2ee5c
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.DefaultPool_DefaultPoolVSTDebtUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

InterestManager_DebtChanged_event

Debt position change events from Vesta Finance lending protocol on Arbitrum, recording updated debt balances per user and collateral token. Used to track borrowing activity, loan modifications, and collateral-specific debt exposure across the protocol.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_tokenSTRINGToken address involved in the transaction or 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_newDebtSTRINGUpdated debt balance for the specified user and token after the transaction. Value is denominated in the smallest unit of the token (wei-equivalent) and stored as a string to handle large integers.
addressin_userremovedin_tokenlog_indexin_newDebtblock_numberblock_timestamptransaction_hash
0x0f5d5e424765bf3b49f932f0e9b8e6f3791d33b10x7c23abfa0d6b41972a3d5d627c60ff2bc2dd8690false0x0000000000000000000000000000000000000000210665238202023-03-04T00:01:19.000Z0xb3271c30878284601707a0313c8d34c3c31f88e0444f3d20f1d2a6127031ecde
0x0f5d5e424765bf3b49f932f0e9b8e6f3791d33b10xda36cc4136a24035d2fa1e35873cfb6b4ebf4321false0x0000000000000000000000000000000000000000210665649432023-03-04T03:23:20.000Z0xbcd7e9026e7ef17419591f653327bf69473ea6714a03410b4dc684b4f4578f46
0x0f5d5e424765bf3b49f932f0e9b8e6f3791d33b10x01eda16f6a6c3b051ecc63b0d93c8c3a27491dc2false0x0000000000000000000000000000000000000000330666180442023-03-04T07:28:40.000Z0x9e7f526ea6452191cec048a57197a0977b14d39e7ae277c697b6711c46d8465e
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.InterestManager_DebtChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

InterestManager_InterestMinted_event

Interest accrual events from Vesta Finance protocol on Arbitrum, recording the amount of interest minted per lending module. Used to track protocol revenue generation and borrowing costs across different collateral types.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_moduleSTRINGContract address of the Vesta module that accrued interest in this event. Hex-encoded, 0x-prefixed 40-character string identifying the specific lending or collateral module.
in_interestMintedSTRINGAmount of interest minted in the smallest token unit (wei) for the specified module. Represented as an 18-decimal fixed-point integer string, typically in the range of hundreds of quadrillions of wei.
addressremovedin_modulelog_indexblock_numberblock_timestamptransaction_hashin_interestMinted
0x0f5d5e424765bf3b49f932f0e9b8e6f3791d33b1false0x3b19ed9c13112cdab31be7972971382f5418f51d4795860912023-04-12T05:54:24.000Z0xb234482b0a0c2f16ff4af14b2b450f156cde41d8df22efb2c7313306f74f1ee2360757905241952320
0x0f5d5e424765bf3b49f932f0e9b8e6f3791d33b1false0xf5ecb997039bb1d2c1dd826a7b1609b0fb5a401816795860912023-04-12T05:54:24.000Z0xb234482b0a0c2f16ff4af14b2b450f156cde41d8df22efb2c7313306f74f1ee21531290592477868346
0x0f5d5e424765bf3b49f932f0e9b8e6f3791d33b1false0x740e3de7bfa7f09b61ab4ce00b59ebd9267af0317795860912023-04-12T05:54:24.000Z0xb234482b0a0c2f16ff4af14b2b450f156cde41d8df22efb2c7313306f74f1ee21151086157853268543
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.InterestManager_InterestMinted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PriceFeed_TokenPriceUpdated_event

Oracle price feed updates from Vesta Finance lending protocol on Arbitrum. Tracks token price changes in 18-decimal wei format for collateral and stablecoin valuation in CDP (Collateralized Debt Position) management.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__tokenSTRINGContract address of the token. Hex-encoded, 0x-prefixed, 42-character string.
in__priceSTRINGPrice of the token denominated in wei (18 decimal places), representing the updated oracle price at the time of the event. Values typically range from sub-dollar (e.g., 0.98) to several dollars per token when divided by 10^18.
addressremovedin__pricein__tokenlog_indexblock_numberblock_timestamptransaction_hash
0xd218ba424a6166e37a454f8ece2bf8eb2264eccafalse9873922985630710830x2f546ad4edd93b956c8999be404cdcafde3e89ae01219979472023-08-16T16:00:52.000Z0x13d720137904c16b61b86098ef36795974ef53261f5b4d67479bcc2d4f6178a7
0xd218ba424a6166e37a454f8ece2bf8eb2264eccafalse9967165700000000000x64343594ab9b56e99087bfa6f2335db24c2d1f1701218965732023-08-16T08:48:48.000Z0x0470c28a0f4593acccd375f0a2456a5b015b68c107c6b21b13149e7828cd52d2
0xd218ba424a6166e37a454f8ece2bf8eb2264eccafalse9967165700000000000x64343594ab9b56e99087bfa6f2335db24c2d1f1701218994062023-08-16T09:00:51.000Z0x1b7c311c56b080c5c4a266986d16097906a34e2674a4d19faa99a3cac5f1fa31
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.PriceFeed_TokenPriceUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SavingModule_PoolUpdated_event

Reward distribution events from Vesta Finance’s savings module on Arbitrum, tracking VST stablecoin allocations and rewards added to the savings pool. Useful for analyzing yield accrual patterns and total value locked in Vesta’s savings product.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_addedRewardSTRINGReward amount added to the savings pool in this update, denominated in the smallest unit (wei-equivalent) of the VST stablecoin. Values are 18-decimal fixed-point integers representing token quantities added during each pool update event.
in_totalAllocatedVSTSTRINGTotal amount of VST (Vesta Stablecoin) tokens allocated in the savings pool at the time of this update, denominated in wei (18 decimals). This cumulative value increases with each reward addition as shown by consistent growth across events.
addressremovedlog_indexblock_numberin_addedRewardblock_timestamptransaction_hashin_totalAllocatedVST
0x6c7511f378867225fafea0cc8e862bd344d5d1b0false249983591828820702982975869622023-06-10T20:35:08.000Z0x207299293179ccb760b75a0d3500881744c8f9aa1e596c75b4f086b6145a3d582762612704881985881889
0x6c7511f378867225fafea0cc8e862bd344d5d1b0false249981237013865231949948566492023-06-10T18:54:20.000Z0x53d30bf7eb107b8e2c0851aecf59ab5c34e3513382700650667a5a8f1b0302102753343055044077244109
0x6c7511f378867225fafea0cc8e862bd344d5d1b0false24996127222339491760413347892023-06-10T05:03:09.000Z0x1699fc72b102b951254b569bddff23d121f04d1dd59d8ed0487e1763530237e62668820425030563940019
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.SavingModule_PoolUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SavingModule_ShareUpdated_event

Events tracking share balance updates in the Vesta Finance savings module on Arbitrum, recording when user share positions change with their input values in wei. Useful for analyzing user deposit/withdrawal activity and calculating share-based yield distribution.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_valSTRINGUpdated share value in the Vesta SavingModule contract, represented in wei (smallest token unit). Values typically range from fractional amounts (2000000000000000) to large deposits (50000000000000000000000), indicating share balance changes.
in_valaddressremovedlog_indexblock_numberblock_timestamptransaction_hash
150475870181528916350x6c7511f378867225fafea0cc8e862bd344d5d1b0false23745426162023-03-28T11:09:07.000Z0xa3ee02ae362fe531e398c90b0acf70526716a72996b86b8986ad38dca8de9b2e
150475870181528916350x6c7511f378867225fafea0cc8e862bd344d5d1b0false22745426162023-03-28T11:09:07.000Z0xa3ee02ae362fe531e398c90b0acf70526716a72996b86b8986ad38dca8de9b2e
25339000000000000000x6c7511f378867225fafea0cc8e862bd344d5d1b0false6586654722023-02-07T02:27:17.000Z0x87a2085736d7e36b2f7f5c0a295e354c872cce86a8c3ead53e13afdcf4337469
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.SavingModule_ShareUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SavingModule_UserClaimed_event

User reward claim events from Vesta Finance’s savings module on Arbitrum, tracking when users withdraw accrued rewards from locked positions. Used for analyzing yield distribution patterns and user withdrawal behavior across lock positions.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_lockIdSTRINGUnique identifier for the locked position within Vesta’s savings module on Arbitrum. Numeric string representing the lock ID associated with the claimed rewards.
in_claimedSTRINGAmount of tokens or rewards claimed in the transaction. String-encoded integer representing the claimed value in smallest token units.
addressin_userremovedin_lockIdlog_indexin_claimedblock_numberblock_timestamptransaction_hash
0x6c7511f378867225fafea0cc8e862bd344d5d1b00xf5d13b0477c1ca0722cf1ed8879cc3c26530c5e9false991341210772551981402031236432024-04-20T23:08:49.000Z0x4b0848caeb85c6cc42c559ed3a45eaec489c0609fb6912e318dc74d1407f2c10
0x6c7511f378867225fafea0cc8e862bd344d5d1b00xa3ced3709b4165953cac07cf8dec515994f52f3cfalse13226713694856329688051248491682023-08-25T14:17:32.000Z0xa27a0a9d50e73c5f3eb462e9eea99a2406b377e212bdfb0745f06d0259f8b850
0x6c7511f378867225fafea0cc8e862bd344d5d1b00x8d5c85c58c85d4600e61776b71695f055e09c703false930162628652810350001077092822023-07-04T06:49:13.000Z0x57edaa83eea0c6d1e09d873e738e77054caa16824aac4d4fda758ce149173201
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.SavingModule_UserClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SavingModule_VSTReceveidFromVRR_event

VST (Vesta stablecoin) transfer events from the VRR (Vesta Revenue Reserve) to the Saving Module contract on Arbitrum. Used to track revenue distribution flows and analyze protocol earnings allocation in the Vesta Finance ecosystem.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_receivedVSTSTRINGAmount of VST tokens received from the VRR (Vesta Revenue Reserve) by the Saving Module contract. Value is denominated in wei (smallest unit), requiring division by 10^18 to get the human-readable VST amount.
addressremovedlog_indexblock_numberin_receivedVSTblock_timestamptransaction_hash
0x6c7511f378867225fafea0cc8e862bd344d5d1b0false197026391819057000385080320012023-03-16T02:39:27.000Z0xfa25c382222bbd09005cfe0e35d0e67e1c9ea9daa1ab9807e2227e214db48e49
0x6c7511f378867225fafea0cc8e862bd344d5d1b0false19703844767164037287982363972023-03-16T11:10:09.000Z0xc20557e57b7b02187979fd8a99d6a3f636fbb0d75e2e2baa9713964b033b2866
0x6c7511f378867225fafea0cc8e862bd344d5d1b0false197046490545385975945212122602023-03-16T16:41:09.000Z0xf52483094dc0beab6e0ec53d2ebfe2da128076a042cb643d27109cd6a7a8a1e8
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.SavingModule_VSTReceveidFromVRR_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StabilityPool_DepositSnapshotUpdated_event

Stability pool deposit snapshot updates from Vesta Finance on Arbitrum, tracking product terms (P), sum snapshots (S), and gain parameters (G) for each depositor account. Used for analyzing stability pool participation, liquidation gains distribution, and depositor position changes over time.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__depositorSTRINGAddress of the user who made the deposit into the stability pool. Hex-encoded, 0x-prefixed, 42-character string.
in__PSTRINGProduct variable P representing the scaling factor for stability pool deposits at the time of snapshot. Used in Vesta Finance’s stability pool accounting to track deposit value changes over time.
in__SSTRINGSnapshot value of the sum of asset balances per unit staked in Vesta’s stability pool at the time of the deposit update. Typically a large integer value, with 0 indicating initial deposits or pool resets.
in__GSTRINGProduct of reward snapshots used to track accumulated gains for the depositor in Vesta’s stability pool. Large integer values indicate cumulative reward state at the time of deposit update.
in__Gin__Pin__Saddressremovedlog_indexblock_numberin__depositorblock_timestamptransaction_hash
16269103828617148600535700974118614175932722197329823205818042182727306382033960771180x0b1be49dcb62d6cbc27e510361e910a8a30f37a9false11788872270x12924049e2d21664e35387c69429c98e9891a8202023-04-10T04:50:13.000Z0x08a9514673366b3e1b4615c4ec7616e9cfb9a59edcce64444cddd81f0ef8d1f5
16281170285427126210119839037942814175932722197329823205818042182727306382033960771180x0b1be49dcb62d6cbc27e510361e910a8a30f37a9false10791201160x0b6d90463eca29dee0b945d496f3352db72fdc1b2023-04-10T21:01:16.000Z0xafdd807d5c5b09d924ee2d1ed63e74d96be0f9065d3122bc2fbd8d090cad73db
0100000000000000000000x2a8b4700e6aa7ea523c3307fe8b57f0fc8fc5e82false22789223710x8993425e638e9d290a9463887f03f00be01c1b002023-04-10T07:17:45.000Z0x6c64f92f5e5a5e8b2847e527ff82a1f34874da9c81c19378d210e1e88f8a7830
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.StabilityPool_DepositSnapshotUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StabilityPool_StabilityPoolVSTBalanceUpdated_event

Balance updates for VST (Vesta stablecoin) deposits in the Stability Pool on Arbitrum. Used to track user deposits, withdrawals, and liquidation gains across the protocol’s stability mechanism.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__newBalanceSTRINGNew balance after the event or transaction. String-encoded integer representing the balance in smallest unit (wei for ETH, base units for tokens).
addressremovedlog_indexblock_numberin__newBalanceblock_timestamptransaction_hash
0x2a8b4700e6aa7ea523c3307fe8b57f0fc8fc5e82false5695685795000000000000000002023-03-13T23:05:20.000Z0x2e08856c66b507e58b8e06780aec5ee2417c517681fdb84addc41036d76903de
0x0b1be49dcb62d6cbc27e510361e910a8a30f37a9false669468545314051402004270260540802023-03-13T14:57:06.000Z0x1e7cbc1e663f58f6e2c0faf7d3d49f07f65889a0e9532a8841445d28ed71157d
0x78d46cecf0ae4757f430d95b2d7eaa18d7087872false669515366395365880715324083984892023-03-13T18:30:06.000Z0x541db6089eb2d9729668f3988ba8b9eb61d5441538f35eacf188142fa4c821fd
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.StabilityPool_StabilityPoolVSTBalanceUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StabilityPool_SystemSnapshotUpdated_event

System snapshot events from Vesta Finance’s Stability Pool on Arbitrum tracking product-of-scale factors (P) and epoch-to-scale-to-sum values (G). Used for calculating staker rewards and losses in the collateralized debt position protocol.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__PSTRINGProduct scale factor for the Stability Pool at snapshot time. This internal scaling parameter maintains numerical precision during reward calculations, typically starting at 1e18 (wei precision) and decreasing as liquidations occur.
in__GSTRINGSnapshot value of accumulated gains (G) in Vesta’s StabilityPool at the time of system state update. Expressed as an integer with 18 decimal places of precision, tracking cumulative ETH or asset gains per deposited stablecoin unit.
in__Gin__Paddressremovedlog_indexblock_numberblock_timestamptransaction_hash
1309527249085835590959492276451372025058286310516810x0b1be49dcb62d6cbc27e510361e910a8a30f37a9false3251615382022-09-18T18:50:55.000Z0x0c211cd8d62763356bdb4ffbccac8f57806f40c44c9ac8597decd85544de9ee2
1309634272611085701611262498144082025058286310516810x0b1be49dcb62d6cbc27e510361e910a8a30f37a9false3251772742022-09-18T21:26:50.000Z0x9d856c8a92b6f7fed12acfe13e0dd1d7d34677c40e8c45b68c6408cd128dc6f9
1309728835757776133245995683773432025058286310516810x0b1be49dcb62d6cbc27e510361e910a8a30f37a9false3251896152022-09-18T23:40:31.000Z0x0392d45b0c621c2087deda4bd592459a7a8411df6128de081b0a19e3ac409ade
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.StabilityPool_SystemSnapshotUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StabilityPool_UserDepositChanged_event

Deposit change events from Vesta Finance Stability Pool on Arbitrum, tracking when users add or withdraw stablecoin deposits with updated balance amounts. Used for analyzing liquidity provision patterns and stability pool participation over time.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__depositorSTRINGAddress of the user who made the deposit into the stability pool. Hex-encoded, 0x-prefixed, 42-character string.
in__newDepositSTRINGUpdated deposit balance for the user in the Vesta stability pool, denominated in the smallest unit of the stablecoin (typically 18 decimals). Can be zero when user fully withdraws their position.
addressremovedlog_indexblock_numberin__depositorin__newDepositblock_timestamptransaction_hash
0x64ca46508ad4559e1fd94b3cf48f3164b4a77e42false8181163760x394b67c6bc05abb14c73a57706dcd5cb85231c4e2000000000000000000002022-07-20T14:08:03.000Z0xe1e601551ac3ff7d96d375cca9def87320c87da768f57ff88f742d93c7f97f38
0x6e53d20d674c27b858a005cf4a72cfaaf4434ecbfalse8181357380x0561a78021d8966ddd20c28c6c4318d8675ee1f0998401600000000000000002022-07-20T19:25:28.000Z0x69e13e7c423347217898b2c7e2d7534262f341afa069ddd7696f2882260db548
0x64ca46508ad4559e1fd94b3cf48f3164b4a77e42false9181321710x697f21718a14a93bd76b1b97b32dc02f1f3ff38215422200000000000000002022-07-20T18:13:25.000Z0x237d44675aa27678e44b441e32c7b27154070526da5902e0890f6088c4cd96f3
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.StabilityPool_UserDepositChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StabilityPool_VSTAPaidToDepositor_event

VSTA token reward distributions from Vesta Finance’s Stability Pool on Arbitrum, tracking governance token payments to depositors. Used for analyzing protocol incentive payouts and depositor rewards over time.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__depositorSTRINGAddress of the user who made the deposit into the stability pool. Hex-encoded, 0x-prefixed, 42-character string.
in__VSTASTRINGAmount of VSTA tokens paid to the depositor as rewards from the Vesta stability pool. Value is in the smallest token unit (wei equivalent) and may be zero when no rewards are distributed.
addressremovedin__VSTAlog_indexblock_numberin__depositorblock_timestamptransaction_hash
0x64ca46508ad4559e1fd94b3cf48f3164b4a77e42false011179607810x0506312083c0b558dc0849cb28324074da62b48b2023-08-04T04:50:03.000Z0xf69d080f9a33f7f5568dbabfef5cdf799d627f2168439360998f98d4ab9996e9
0x64ca46508ad4559e1fd94b3cf48f3164b4a77e42false011179597500x0506312083c0b558dc0849cb28324074da62b48b2023-08-04T04:45:30.000Z0xd8d128d752e50239fa988fa71cadad4815323ec57bee671b15cdae273182bff4
0x64ca46508ad4559e1fd94b3cf48f3164b4a77e42false0311179612560x0506312083c0b558dc0849cb28324074da62b48b2023-08-04T04:52:08.000Z0x16b73fcb366c8b1fb99b3e07d825cb5367086afbd557df11590084bdb7cfc9b6
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.StabilityPool_VSTAPaidToDepositor_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Treasury_SafeReceived_event

SafeReceived events from the Vesta Finance protocol treasury on Arbitrum, tracking incoming transfers with sender addresses and transfer amounts. Used for monitoring treasury inflows and revenue analysis.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
addressremovedin_valuein_senderlog_indexblock_numberblock_timestamptransaction_hash
0x4a4651b31d747d1ddbddadcf1b1e24a5f6dcc7b0false4610532998902120xb9b8f95568d5a305c6d70d10cc1361d9df3e9f9a28393352732022-11-19T14:05:14.000Z0xba360c3264be3c9fba7b259faac4dbc1575f20ed80101177bc1a2b54d4526f78
0x4a4651b31d747d1ddbddadcf1b1e24a5f6dcc7b0false84200513706566760xb9b8f95568d5a305c6d70d10cc1361d9df3e9f9a28391817652022-11-19T01:14:24.000Z0xf4b6f0b1fa1250b7ff43b754f7f5d4597d332ce9c7a0330a8f9b7dbb872a45af
0x4a4651b31d747d1ddbddadcf1b1e24a5f6dcc7b0false270553115275420xb9b8f95568d5a305c6d70d10cc1361d9df3e9f9a34394151492022-11-19T19:43:19.000Z0x83a7641b6ebaa3d1c812be55d6e4a2d179edb064a69a3c34a82f0a6c41a4979e
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.Treasury_SafeReceived_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultManager_BaseRateUpdated_event

Base rate parameter changes for collateral assets in Vesta Finance’s lending protocol on Arbitrum. Tracks interest rate adjustments per asset used for calculating borrowing costs in the protocol’s vault system.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__assetSTRINGContract address of the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in__baseRateSTRINGBase interest rate applied to borrowing positions for the specified asset in Vesta Finance’s vault system. Stored as a string-encoded integer (commonly ‘0’ in samples), representing the rate before any additional fees or adjustments.
addressremovedin__assetlog_indexblock_numberin__baseRateblock_timestamptransaction_hash
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x000000000000000000000000000000000000000015878600602023-02-07T12:04:00.000Z0x4e70e7aa8653cad0267dec656faf2d085a163fb826879de15917636c62caae1a
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x000000000000000000000000000000000000000015872805702023-02-07T07:49:33.000Z0x794bf480decddcd1394d6653f9ad4049ff20a19ae07356d337e2bc87ee89350b
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x000000000000000000000000000000000000000015867506502023-02-07T03:17:54.000Z0x0648264adbff01452ffd9626c48d875c3cbcd00562d7a1f16c82e643c86d95e4
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.VaultManager_BaseRateUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultManager_Liquidation_event

Liquidation events from Vesta Finance’s vault management protocol on Arbitrum, recording undercollateralized position closures with seized collateral amounts, repaid debt (VST stablecoin), and gas compensation rewards. Used for analyzing liquidation cascades, vault health metrics, and liquidator profitability across different collateral types.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__assetSTRINGContract address of the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in__liquidatedDebtSTRINGAmount of VST stablecoin debt liquidated from the vault, denominated in wei (18 decimals). Represents the outstanding debt position closed during liquidation to restore protocol collateralization ratios.
in__liquidatedCollSTRINGAmount of collateral seized from the liquidated position, denominated in the smallest unit of the collateral asset token. Typically ranges from small fractions to thousands of tokens depending on position size and asset decimals.
in__collGasCompensationSTRINGGas compensation paid in collateral token to the liquidator for executing the liquidation transaction. Denominated in the smallest unit of the collateral asset (wei-equivalent), with values typically ranging from 3-40 tokens based on liquidation size.
in__VSTGasCompensationSTRINGVST stablecoin amount paid to the liquidator as gas compensation for executing the liquidation transaction. Denominated in wei (18 decimals), commonly 30 VST in earlier liquidations and 0 in more recent events.
addressremovedin__assetlog_indexblock_numberblock_timestamptransaction_hashin__liquidatedCollin__liquidatedDebtin__VSTGasCompensationin__collGasCompensation
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x6c2c06790b3e3e3c38e12ee22f8183b37a13ee5519109889212022-05-01T21:30:25.000Z0xaf5ebf0a3b815bd3831fc1229d878daefb2506b91442607c900bbd1f83f10225598158000000000000354000000000000000000300000000000000000006042000000000000
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x00000000000000000000000000000000000000001978405092022-03-13T12:38:30.000Z0xa61d2eaab8fba13df58bc1d009a6474386f0bc6dad3c6007d418f5e2e906b069297000000000000000693300000000000000000300000000000000000003000000000000000
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x8d9ba570d6cb60c7e3e0f31343efe75ab8e65fb12078613422022-03-13T23:53:24.000Z0xf13022e22f6b8cc003b4ae1ab3678726d505daa5dbb95e6e15ac083a759865753231030303030303045362500000000000000003000000000000000000010096969696969696
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.VaultManager_Liquidation_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultManager_Redemption_event

VST stablecoin redemption events from Vesta Finance on Arbitrum, recording when users burn VST tokens to reclaim collateral assets with attempted amounts, actual amounts redeemed, assets received, and protocol fees charged.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__assetSTRINGContract address of the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in__attemptedVSTAmountSTRINGVST stablecoin amount (wei-denominated) that the user requested to redeem in this transaction. May differ from actual amount redeemed if the redemption was partially filled due to liquidity constraints.
in__actualVSTAmountSTRINGActual amount of VST (Vesta Stable Token) redeemed in the transaction, denominated in wei (18 decimals). This is the VST amount successfully burned in exchange for collateral assets.
in__AssetSentSTRINGAmount of collateral asset sent to the redeemer in exchange for their VST stablecoin. Value is in the smallest unit of the asset (wei for ETH, base units for tokens) and excludes the redemption fee.
in__AssetFeeSTRINGFee charged in the collateral asset for processing the redemption, denominated in the asset’s smallest unit (wei-equivalent). Typically represents 0.5% of the redeemed collateral amount based on sample values.
addressremovedin__assetlog_indexblock_numberin__AssetFeein__AssetSentblock_timestamptransaction_hashin__actualVSTAmountin__attemptedVSTAmount
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x000000000000000000000000000000000000000012116282214766469687911487632050546166752022-05-09T18:50:53.000Z0x7242ad939d71556d2d398b9d7a0ff60a63bf325f529ddac4a022ac65102bdf0b2000000000000000000020000000000000000000
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x0000000000000000000000000000000000000000121154282519913340752333967464374042212022-05-09T00:03:23.000Z0x6b95309335e852b5393d0567f5008d4680bf3004eda676f286441ca6e7d67bb8999999999999887200999999999999887200
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x00000000000000000000000000000000000000001311635235237172057581954437878324086136452022-05-09T20:21:03.000Z0x2726f5f5f13b37d0a8faa3d6df6dc36130f831405e0fd6556e2c67660d15d9a2101598148904264500000101598148904264500000
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.VaultManager_Redemption_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultManager_SystemSnapshotsUpdated_event

System-wide collateral and stakes snapshots from Vesta Finance collateralized debt position (CDP) protocol on Arbitrum. Tracks aggregate position metrics per asset for monitoring protocol solvency and liquidation risk.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__assetSTRINGContract address of the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in__totalStakesSnapshotSTRINGSnapshot of the total staked amount across all positions for the specified asset at this event, denominated in the asset’s smallest unit (wei for ETH). Values represent 18-decimal fixed-point integers tracking aggregate protocol collateral stakes.
in__totalCollateralSnapshotSTRINGTotal collateral amount held by the Vesta protocol vault for the specified asset at the time of the snapshot. Denominated in the asset’s smallest unit (wei for ETH), matching the total stakes value in most observations.
addressremovedin__assetlog_indexblock_numberblock_timestamptransaction_hashin__totalStakesSnapshotin__totalCollateralSnapshot
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x000000000000000000000000000000000000000017308165582022-10-18T15:43:44.000Z0x47de828e1f8087244862dcbb682a9c1da01dabc60da166736d8823ef9b037e1d798313133193950874458798313133193950874458
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x000000000000000000000000000000000000000016145569232022-06-14T01:55:02.000Z0xbfb631a7cba028d558f42132a6b501cc48483ad10ef2fa2ebf8ad6d895b32c6225937967620759746247252593796762075974624725
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x000000000000000000000000000000000000000017145598172022-06-14T02:27:21.000Z0xb56878fc02aa555034e23c6b54303f26c2d808e1fd52fa072b6589da7386300425966917620759746240152596691762075974624015
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.VaultManager_SystemSnapshotsUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultManager_SystemUnpaidInterestUpdated_event

Event logs tracking accrued but unpaid interest updates in Vesta Finance lending vaults on Arbitrum. Records interest accumulation per collateral asset for monitoring protocol debt and interest rate analytics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__assetSTRINGContract address of the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_unpaidInterestSTRINGAccumulated unpaid interest amount for the specified asset in the Vesta vault system, denominated in the asset’s smallest unit (wei-equivalent). This value represents outstanding interest that has accrued but not yet been paid or settled.
addressremovedin__assetlog_indexblock_numberblock_timestamptransaction_hashin_unpaidInterest
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x5979d7b546e38e414f7e9822514be443a480052949941299892023-05-25T01:36:40.000Z0xcb6d1cda7ce76f969582c4ffaab85eee4c240a0c7dea4c0a2909398c493f237310860538633116296395
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x5979d7b546e38e414f7e9822514be443a480052929941516582023-05-25T03:08:14.000Z0xa14af72c1b163fc67d129196ce2ecdaa43d044715704dbe60871edd068da646d10860538633116296395
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x5979d7b546e38e414f7e9822514be443a480052939943855152023-05-25T19:20:21.000Z0x5b7fb492f76db52074bae4183c96ac609bdfbbb6d0d82ac187b1734515b7c74611482377888762523523
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.VaultManager_SystemUnpaidInterestUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultManager_TotalStakesUpdated_event

Total collateral stakes update events from Vesta Finance’s VaultManager contract on Arbitrum, tracking aggregate staked amounts by asset address. Used for monitoring protocol-wide collateral positions and calculating total value locked (TVL) across different collateral types including ETH and DPX tokens.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__assetSTRINGContract address of the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in__newTotalStakesSTRINGUpdated total amount of stakes held by the vault manager for the specified asset. Denominated in the asset’s smallest unit (wei for ETH), represented as a string to handle large integer values.
addressremovedin__assetlog_indexblock_numberblock_timestamptransaction_hashin__newTotalStakes
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x000000000000000000000000000000000000000011147646462023-07-25T10:20:06.000Z0x929ecd5bfd547a0ec0325b83b3fe9d8fbbf6d80930e74fca28cb78e72e43b34a1319795582758532982961
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x000000000000000000000000000000000000000011149484802023-07-25T23:59:43.000Z0xe3c48cf96cf36b097eba3ccb1d707f29318c1c5dbd13127d6a5ce8e26e3099891336812309346057040688
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x6c2c06790b3e3e3c38e12ee22f8183b37a13ee5511149262092023-07-25T22:14:03.000Z0x5ddc1bbf0c93d187b755cd947a0c0a65e2cfc87e81183987ab5c15f010b5679810132127238000000457620
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.VaultManager_TotalStakesUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultManager_TroveLiquidated_event

Liquidation events from Vesta Finance collateralized debt positions (Troves) on Arbitrum, recording borrower addresses, liquidated collateral amounts, debt values, and asset types. Used for analyzing liquidation patterns, collateral ratios, and protocol risk across multiple collateral assets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__assetSTRINGContract address of the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in__borrowerSTRINGAddress of the account that borrowed funds or holds the borrowing position. Hex-encoded, 0x-prefixed, 42-character string.
in__debtSTRINGAmount of debt owed in the borrowing position denominated in the smallest unit of the asset. String-encoded decimal value representing wei for EVM chains.
in__collSTRINGAmount of collateral in the borrowing position denominated in the smallest unit of the asset. String-encoded decimal value representing wei for EVM chains.
in_operationINT64Enumerated operation type identifier for the event. Integer code representing the specific operation that triggered the event.
addressremovedin__collin__debtin__assetlog_indexblock_numberin__borrowerin_operationblock_timestamptransaction_hash
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse2300000000000000003001408469023810740780x000000000000000000000000000000000000000029683477660x564715fbca8161ceaa756dadfc81238db4379a8612023-03-09T22:52:40.000Z0x3c78245857e71406e3f6c3994adaa4419ce6a9f339de8c9e1430fc4facf684e8
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse4248687780000000000003040457297903138309760x2f546ad4edd93b956c8999be404cdcafde3e89ae74683239820xfc13ab4b466f17f3e1e5443147de34d96ccf162912023-03-09T20:59:43.000Z0xdc50248b8ecaa83394ac990b8857ee9fe3dc6a23cc2cd98f5fc6d879a5099430
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse4468589510000000000003245053517913344485390x2f546ad4edd93b956c8999be404cdcafde3e89ae77683201910x2993e1d02b11377f44455aedc618c705acbb059112023-03-09T20:43:57.000Z0x44311effc7cf2cffaf794ccabfc74c16a47d4dc0e770edfc933b455dc51a2892
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.VaultManager_TroveLiquidated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultManager_TroveSnapshotsUpdated_event

Trove snapshot update events from Vesta Finance’s VaultManager contract on Arbitrum, tracking ETH collateral and VST (Vesta Stable) debt redistribution snapshots per asset. Used for analyzing collateralized debt position (CDP) risk distribution and liquidation accounting across different collateral types.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__assetSTRINGContract address of the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in__L_ETHSTRINGCumulative ETH per unit staked snapshot value for the collateral pool, used in Vesta’s reward distribution calculations. String-encoded integer value, typically zero during snapshot updates.
in__L_VSTDebtSTRINGCumulative VST debt redistribution snapshot for the Vesta protocol trove at the time of the event. String-encoded wei value, typically zero in sampled events indicating no debt redistribution has occurred.
addressremovedin__L_ETHin__assetlog_indexblock_numberin__L_VSTDebtblock_timestamptransaction_hash
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse00x000000000000000000000000000000000000000071246890602022-05-19T09:41:21.000Z0x3fd9e99bb5d42a9e0a9c04dcc2da284c2cf0468de16833ee290d7c3de838bed6
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse00x0000000000000000000000000000000000000000201249929202022-05-19T16:53:42.000Z0x247a689a74d7f20055ccf7c80db669ed44ed722105a69ce5dee8616f04b8f89e
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse00x000000000000000000000000000000000000000071247072602022-05-19T10:05:14.000Z0xa6eaf1f7d65ff4c911fbbeef2c2065a57ce3851c953e4d49e0d23d772e149f5d
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.VaultManager_TroveSnapshotsUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultManager_TroveUpdated_event

Collateralized debt position (CDP) state changes from Vesta Finance protocol on Arbitrum, tracking collateral amounts, debt levels, and operation types for borrower positions. Used for monitoring liquidation risk, collateralization ratios, and lending protocol health across different asset types.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__assetSTRINGContract address of the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in__borrowerSTRINGAddress of the account that borrowed funds or holds the borrowing position. Hex-encoded, 0x-prefixed, 42-character string.
in__debtSTRINGAmount of debt owed in the borrowing position denominated in the smallest unit of the asset. String-encoded decimal value representing wei for EVM chains.
in__collSTRINGAmount of collateral in the borrowing position denominated in the smallest unit of the asset. String-encoded decimal value representing wei for EVM chains.
in_stakeSTRINGAmount of staked or collateralized tokens denominated in the smallest unit of the asset. String-encoded decimal value representing wei for EVM chains or lamports for Solana.
in_operationINT64Enumerated operation type identifier for the event. Integer code representing the specific operation that triggered the event.
addressremovedin__collin__debtin_stakein__assetlog_indexblock_numberin__borrowerin_operationblock_timestamptransaction_hash
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse2339994874742985725521141680267470569527729263832339994874742985725521140x2f546ad4edd93b956c8999be404cdcafde3e89ae49329043290x54426307974b659b48e70b1faa44f17aa0e3c4cf32022-10-27T01:51:18.000Z0x47657caea08a15050f667f2c11972a3b0c6286eeb4cabac66115c0ec6f5e96c0
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse2337478933870639605012141677916081569527729263832337478933870639605012140x2f546ad4edd93b956c8999be404cdcafde3e89ae49331108090x54426307974b659b48e70b1faa44f17aa0e3c4cf32022-10-27T17:40:01.000Z0x73a1da6b7c8235914236883efeb378737bcce68ca0dd7ce9100598c6b78fbc74
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse2339994981677976502048651680267570569527729263832339994981677976502048650x2f546ad4edd93b956c8999be404cdcafde3e89ae49328962610x54426307974b659b48e70b1faa44f17aa0e3c4cf32022-10-27T01:05:14.000Z0x4f502094cafe0f18fd1951dbd04766a9ae4b9e3b02d0d3a767ee738ed41f0b76
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.VaultManager_TroveUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultManager_VaultParametersBaseChanged_event

Configuration change events from Vesta Finance’s VaultManager contract on Arbitrum, tracking updates to vault parameter base addresses. Records when parameter addresses are added or removed for analyzing protocol configuration history and governance actions.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_newAddressSTRINGNew base contract address set for vault parameters in the VaultManager system. Hex-encoded, 0x-prefixed 40-character Ethereum address on Arbitrum chain.
addressremovedlog_indexblock_numberin_newAddressblock_timestamptransaction_hash
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse155595030x5f51b0a5e940a3a20502b5f59511b13788ec6ddb2022-02-07T09:12:38.000Z0xb67a524de80cd2b69ce1f714cf0548bdacd03b2315dfc85a9b3f17df0f2afca7
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.VaultManager_VaultParametersBaseChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultManager_VaultUnpaidInterestUpdated_event

Unpaid interest accrual updates for Vesta Finance collateralized debt positions (vaults) on Arbitrum, tracking interest amounts per vault and asset combination. Useful for analyzing borrowing costs and protocol revenue generation across different collateral types.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__assetSTRINGContract address of the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in__vaultSTRINGContract address of the vault. Hex-encoded, 0x-prefixed, 42-character string.
in_unpaidInterestSTRINGAccumulated unpaid interest amount for the vault denominated in the smallest unit of the asset. Stored as a string-encoded integer to handle large values; often zero when interest has been settled or no interest has accrued.
addressremovedin__assetin__vaultlog_indexblock_numberblock_timestamptransaction_hashin_unpaidInterest
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x00000000000000000000000000000000000000000x6d29a57a27355946b04246d47686dc958b9c136820437362862022-12-05T06:57:58.000Z0x9ee2d5564493b57694272e0faf27f1ca0c6341601f05e067124ae9c4c31c1e5e0
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x00000000000000000000000000000000000000000x9a3d898491af730e03ec57f145150b8c552e930224437301672022-12-05T06:22:02.000Z0xca47b511448d1cf5b7d13344e3e2ceb1a6673fc81dc90fd30e9ed5fcf644b5110
0x100ec08129e0fd59959df93a8b914944a3bbd5dffalse0x00000000000000000000000000000000000000000x992dac69827a200ba112a0303fe8f79f03c37d9d29439131902022-12-05T21:20:15.000Z0x8a390b636fd5ea99b00d5672c2020cd2dd6b6b162bf8f893b19d7b3b59989e680
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.VaultManager_VaultUnpaidInterestUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VestaFarming_RewardPaid_event

Reward distribution events from Vesta Finance’s farming contract on Arbitrum, recording token rewards paid to liquidity providers. Used for tracking yield farming payouts and analyzing reward distribution patterns across staking participants.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x65207da01293c692a37f59d1d9b1624f0f21177c0xf7411a3f727b36f56ff3a871163c21e56d672656false1983746193098500137649271322679582023-09-18T16:11:32.000Z0x823bfb56e2a951475549e0ec7e8d04ed1a3d57d775f647cee2154dc8f952f475
0x65207da01293c692a37f59d1d9b1624f0f21177c0x707acc9693237c9f6f200c3bf7c114803a6fc10ffalse233003021079333557777111321310922023-09-18T06:20:51.000Z0x892afc4a594400c37969c816d3e2c55580268a6b826ecc9a36d003bed63bf8ed
0x65207da01293c692a37f59d1d9b1624f0f21177c0x72ebe79ead612ebeb52912eede9df947f291dc90false8923479589663705895021321588962023-09-18T08:22:25.000Z0x6a4076c2b1f705f89593570836020621a7dddf3da3996d8fcfb79454653d32a8
Query with partition filter
SELECT *
FROM `tt-contracts.vesta_v1_arbitrum.VestaFarming_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100