Skip to main content

Tables

Comptroller_borrowVerify_function

Venus Protocol Comptroller borrow verification function calls recording post-borrow validation checks. Contains vToken market address, borrower address, and borrowed amount for compliance monitoring and risk management 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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_vTokenSTRINGContract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowAmountSTRINGAmount borrowed in the transaction. Denominated in the smallest unit of the underlying token.
gasvaluestatusgas_usedin_vTokensignatureto_addressin_borrowerblock_numberfrom_addresstrace_addressblock_timestampin_borrowAmounttransaction_hash
2217500true150060x3cb752d175740043ec463673094e06acda2f9a2e0x5c7786050x0c7973f9598aa62f9e03b94e92c967fd5437426c0x2fc9e865e47684fb1b4008203e6176d774a8a663315932000x3cb752d175740043ec463673094e06acda2f9a2e1,52025-06-15T08:22:27.000Z230000000x2db978a397d1d8bac027f4ee7969be6b45369250b96575314191c53d95d7e0da
2207080true150060x133d3bcd77158d125b75a17cb517ffd4b4be64c50x5c7786050x0c7973f9598aa62f9e03b94e92c967fd5437426c0x6987a1f144f8d1e1275475d1fe391b8d94a68435370412700x133d3bcd77158d125b75a17cb517ffd4b4be64c51,82025-10-19T11:04:47.000Z15000000000000000x9b5dec56b2b682801c53ae1e70d619fad242597a3cb501a5002fd1c84ccb61ad
1981500true150060x133d3bcd77158d125b75a17cb517ffd4b4be64c50x5c7786050x0c7973f9598aa62f9e03b94e92c967fd5437426c0xc172b23e30cc3a18b349226ebc0b1381599471fd359565870x133d3bcd77158d125b75a17cb517ffd4b4be64c51,52025-09-24T08:28:41.000Z160000000000000000xf6fd46941be6ce07baf80161a076d0097acff3486b45b16f45fb64e9ef8f4018
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.Comptroller_borrowVerify_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Comptroller_liquidateAccount_function

Function call records for Venus Protocol Comptroller liquidation operations containing borrower addresses and liquidation order arrays specifying vToken collateral, vToken borrowed, and repay amounts. Used for tracking undercollateralized position liquidations across Venus lending markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_ordersARRAY<STRUCT<vTokenCollateral STRING, vTokenBorrowed STRING, repayAmount STRING>>Array of order or liquidation instruction structures specifying the tokens and amounts involved in the transaction.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.Comptroller_liquidateAccount_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Comptroller_liquidateBorrowVerify_function

Venus protocol comptroller verification function calls for liquidation operations. Records borrower, liquidator, repayment amounts, and collateral seizure calculations during debt liquidation events.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_vTokenBorrowedSTRINGContract address of the vToken representing the borrowed asset in the liquidation. Hex-encoded, 0x-prefixed, 42-character string.
in_vTokenCollateralSTRINGContract address of the vToken representing the collateral being seized in the liquidation. Hex-encoded, 0x-prefixed, 42-character string.
in_liquidatorSTRINGAddress of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_actualRepayAmountSTRINGAmount of tokens repaid in the transaction. Numeric string representing the quantity in the smallest unit of the underlying asset.
in_seizeTokensSTRINGQuantity of collateral tokens seized from the borrower during liquidation. Numeric string representing the amount in the smallest unit of the collateral token.
gasvaluestatusgas_usedsignatureto_addressin_borrowerblock_numberfrom_addressin_liquidatortrace_addressin_seizeTokensblock_timestamptransaction_hashin_vTokenBorrowedin_vTokenCollateralin_actualRepayAmount
2289210true63890x47ef3b3b0x0c7973f9598aa62f9e03b94e92c967fd5437426c0xa252bd92293b0eb9beb1c2cf72f794f8a3a54348258792270x3cb752d175740043ec463673094e06acda2f9a2e0x2e609abcdf2025fd6793433cc200cf956a9d9a429,0,4,3,1,11468005732025-02-03T01:56:41.000Z0x25cd9d9e6b0603d8a2ba7d2f53144a77599a3678ede4df4fa95fbfd2f60efb560x3cb752d175740043ec463673094e06acda2f9a2e0xeb8a79bd44cf4500943bf94a2b4434c95c0085991047297421
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.Comptroller_liquidateBorrowVerify_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Comptroller_MarketEntered_event

Event logs emitted when an account enters a lending market in a Compound-based protocol, enabling the account to use deposited assets as collateral for borrowing. Records the account address and market token address (cToken, mToken, or vToken) for tracking collateral activation across lending protocols.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_vTokenSTRINGContract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_vTokenlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x0c7973f9598aa62f9e03b94e92c967fd5437426cfalse0x3cb752d175740043ec463673094e06acda2f9a2e1270x5d9717b0817be823c25d56d5e66165deb802c33b258234062025-02-01T18:55:59.000Z0x49c721388cade1047e4061dcdb14cf9c17a9a230978dc619afeff791e4aa785a
0x0c7973f9598aa62f9e03b94e92c967fd5437426cfalse0x3cb752d175740043ec463673094e06acda2f9a2e2490xab9e62d95c93541200134d3bc5bdf4114f9e04d1258237842025-02-01T19:08:35.000Z0x7267f0f1812848e0be9c509f314d08277eea8d239d83c88a013b73070e9a3c54
0x0c7973f9598aa62f9e03b94e92c967fd5437426cfalse0x3cb752d175740043ec463673094e06acda2f9a2e1000x3bad626c28689fa5a4b1874a490f09335f0b84e0258137192025-02-01T13:33:05.000Z0x75f517f925b9ddd258d5d51f17b59471cee38b0ca81d9df05544c43169725ed5
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.Comptroller_MarketEntered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Comptroller_MarketExited_event

Event logs recording when an account exits a lending market in the Comptroller contract. Contains account address and corresponding token market (cToken or vToken) that was exited.
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_vTokenSTRINGContract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_vTokenlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x0c7973f9598aa62f9e03b94e92c967fd5437426cfalse0xeb8a79bd44cf4500943bf94a2b4434c95c008599620xffaee255f06aeea746e437f2f2ba851c117e2dbe242166782024-12-26T14:18:23.000Z0x9d84500dd9c26b3f5bb800ce2ad7368eda638cfe452e72cfc5c4d29723694a41
0x0c7973f9598aa62f9e03b94e92c967fd5437426cfalse0xeb8a79bd44cf4500943bf94a2b4434c95c0085991470x2e15ad946e23f1a72e9322862c85140286f648d7266393982025-02-20T16:15:43.000Z0x6d68aa48b62d9f7c16cbf7b54a8c391f3e817c3a3f1c9c1fc08fbbe6a3f0de1e
0x0c7973f9598aa62f9e03b94e92c967fd5437426cfalse0xeb8a79bd44cf4500943bf94a2b4434c95c0085991440xf614701965b67931653aa464667bc698ed4ee728266269672025-02-20T09:21:21.000Z0xd673a1ca7158d75a4db6440aab3f44bc40a67a817095e97e6f847a96738aeb71
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.Comptroller_MarketExited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Comptroller_mintVerify_function

Venus protocol comptroller verification records for mint operations. Contains minter address, vToken market, actual deposit amount, and resulting interest-bearing tokens minted for lending position validation.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_vTokenSTRINGContract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_minterSTRINGAddress authorized to mint tokens in the operation. Hex-encoded, 0x-prefixed, 42-character string for EVM chains; 66-character hex string for Aptos.
in_actualMintAmountSTRINGActual amount of underlying asset deposited into the Venus protocol during the mint operation. Numeric string representing token amount in smallest denomination.
in_mintTokensSTRINGQuantity of protocol-specific interest-bearing tokens minted to the depositor. Numeric string representing token amount in smallest denomination.
gasvaluestatusgas_usedin_minterin_vTokensignatureto_addressblock_numberfrom_addressin_mintTokenstrace_addressblock_timestamptransaction_hashin_actualMintAmount
1104370true149560x5f0828075b1a9038f4b53d75126706b119ea82600x3cb752d175740043ec463673094e06acda2f9a2e0x41c728b90x0c7973f9598aa62f9e03b94e92c967fd5437426c303342050x3cb752d175740043ec463673094e06acda2f9a2e118928511,72025-05-17T04:55:57.000Z0xca6e819c74578e8397844613262136e6ee9f9ccf69f70aa44fd6fbe8d4eefe92120000
1104370true149560x4dab6da6846f82c93354ae90f8b56993efb1e5b10x3cb752d175740043ec463673094e06acda2f9a2e0x41c728b90x0c7973f9598aa62f9e03b94e92c967fd5437426c303339310x3cb752d175740043ec463673094e06acda2f9a2e109017821,72025-05-17T04:46:49.000Z0x91198f5f481cce7dc52266823b5f560501c08a3a80570de8fe9b2286c06747b1110000
944440true149560x10b64b0470b0905b0f9d62d163489a0f3054c95b0x3cb752d175740043ec463673094e06acda2f9a2e0x41c728b90x0c7973f9598aa62f9e03b94e92c967fd5437426c303509830x3cb752d175740043ec463673094e06acda2f9a2e1555264781,72025-05-17T14:15:13.000Z0xb7706e43aad65cc3d5e3a48b9ac6581fa3baa3416586b46f3322755577a4be6d1569299
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.Comptroller_mintVerify_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Comptroller_redeemVerify_function

Venus protocol comptroller verification calls for redemption transactions. Records validation checks performed when users withdraw underlying assets by burning vTokens in lending markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_vTokenSTRINGContract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_redeemerSTRINGAddress of the account that initiated the redemption transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_redeemAmountSTRINGAmount of underlying asset tokens withdrawn from the lending pool during redemption.
in_redeemTokensSTRINGAmount of interest-bearing pool tokens burned during the redemption transaction. String-encoded integer representing the quantity of cTokens or equivalent derivative tokens exchanged for underlying assets.
gasvaluestatusgas_usedin_vTokensignatureto_addressin_redeemerblock_numberfrom_addresstrace_addressblock_timestampin_redeemAmountin_redeemTokenstransaction_hash
1817330false149570x3cb752d175740043ec463673094e06acda2f9a2e0x51dff9890x0c7973f9598aa62f9e03b94e92c967fd5437426c0x8b2e3c144f617de8f1aeca62b1da4fafb527e4ef356107610x3cb752d175740043ec463673094e06acda2f9a2e0,4,1,62025-09-16T08:21:09.000Z10011398351080x1bf873df80a7606ec3920f84a02f5ff96a50b167c05cd5f5edc0dfadd130a7b6
1867600false149570x3cb752d175740043ec463673094e06acda2f9a2e0x51dff9890x0c7973f9598aa62f9e03b94e92c967fd5437426c0x8b2e3c144f617de8f1aeca62b1da4fafb527e4ef356179580x3cb752d175740043ec463673094e06acda2f9a2e0,4,1,62025-09-16T12:21:03.000Z10011598351080x61e0cc581e11dc52347a8916fb796ae3abad09d1715cc4f516766df4cf697f35
1867600false149570x3cb752d175740043ec463673094e06acda2f9a2e0x51dff9890x0c7973f9598aa62f9e03b94e92c967fd5437426c0x8b2e3c144f617de8f1aeca62b1da4fafb527e4ef356053580x3cb752d175740043ec463673094e06acda2f9a2e0,4,1,62025-09-16T05:21:03.000Z10011298351870x3aa36b496cd1c77758fb939a1b236edc8925577948e63136f065431ac50f3e65
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.Comptroller_redeemVerify_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Comptroller_repayBorrowVerify_function

Post-execution verification calls for borrow repayment transactions in Venus Protocol comptroller contracts. Records validation parameters including borrower address, payer address, vToken market, actual repayment amount, and borrower index for ensuring repayment compliance with protocol rules.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_vTokenSTRINGContract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_payerSTRINGAddress of the account that provided the funds for the repayment or payment transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_actualRepayAmountSTRINGAmount of tokens repaid in the transaction. Numeric string representing the quantity in the smallest unit of the underlying asset.
in_borrowerIndexSTRINGBorrow index value of the borrower at the time of the repayment transaction. Numeric string representing the scaled interest accumulation factor.
gasvaluestatusgas_usedin_payerin_vTokensignatureto_addressin_borrowerblock_numberfrom_addresstrace_addressblock_timestampin_borrowerIndextransaction_hashin_actualRepayAmount
1153110true150650x238a646f50b34ed13f68d672410d4d101ccdfb470x3cb752d175740043ec463673094e06acda2f9a2e0x1ededc910x0c7973f9598aa62f9e03b94e92c967fd5437426c0x238a646f50b34ed13f68d672410d4d101ccdfb47314009060x3cb752d175740043ec463673094e06acda2f9a2e1,62025-06-10T21:32:39.000Z10219354393452875180x7ffb2b5a4e0892b122caf61fb84d7bf94e6ef04adcb3c546dfdfa94b092d3cff704122
1187920true150650x238a646f50b34ed13f68d672410d4d101ccdfb470x7bbd1005bb24ec84705b04e1f2dfccad533b6d720x1ededc910x0c7973f9598aa62f9e03b94e92c967fd5437426c0x238a646f50b34ed13f68d672410d4d101ccdfb47314005420x7bbd1005bb24ec84705b04e1f2dfccad533b6d721,62025-06-10T21:20:31.000Z10026267113741236750x23390f145e0c7c8f89d09e90278085e637bef26bee966d4faaa90fb066463c8493809
1284080true150650x238a646f50b34ed13f68d672410d4d101ccdfb470x7bbd1005bb24ec84705b04e1f2dfccad533b6d720x1ededc910x0c7973f9598aa62f9e03b94e92c967fd5437426c0x238a646f50b34ed13f68d672410d4d101ccdfb47314004250x7bbd1005bb24ec84705b04e1f2dfccad533b6d721,62025-06-10T21:16:37.000Z10026265684409688690x425726814405d49603e9da8b551c84fc1c1b3f1734f38cb6f9f6b46a2d5e00af4627
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.Comptroller_repayBorrowVerify_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Comptroller_seizeVerify_function

Comptroller function calls verifying collateral seizure parameters during liquidation events in Venus Protocol lending markets. Records borrower and liquidator addresses, vToken contract addresses for borrowed and collateral assets, and quantity of tokens seized for compliance validation.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_vTokenCollateralSTRINGContract address of the vToken representing the collateral being seized in the liquidation. Hex-encoded, 0x-prefixed, 42-character string.
in_vTokenBorrowedSTRINGContract address of the vToken representing the borrowed asset in the liquidation. Hex-encoded, 0x-prefixed, 42-character string.
in_liquidatorSTRINGAddress of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_seizeTokensSTRINGQuantity of collateral tokens seized from the borrower during liquidation. Numeric string representing the amount in the smallest unit of the collateral token.
gasvaluestatusgas_usedsignatureto_addressin_borrowerblock_numberfrom_addressin_liquidatortrace_addressin_seizeTokensblock_timestamptransaction_hashin_vTokenBorrowedin_vTokenCollateral
2289660true83540x6d35bf910x0c7973f9598aa62f9e03b94e92c967fd5437426c0xa252bd92293b0eb9beb1c2cf72f794f8a3a54348258792270xeb8a79bd44cf4500943bf94a2b4434c95c0085990x2e609abcdf2025fd6793433cc200cf956a9d9a429,0,4,3,1,10,1,5468005732025-02-03T01:56:41.000Z0x25cd9d9e6b0603d8a2ba7d2f53144a77599a3678ede4df4fa95fbfd2f60efb560x3cb752d175740043ec463673094e06acda2f9a2e0xeb8a79bd44cf4500943bf94a2b4434c95c008599
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.Comptroller_seizeVerify_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Comptroller_transferVerify_function

Venus Protocol comptroller function call data validating vToken transfer operations. Records transfer verification checks between source and destination accounts with token amounts and vToken market addresses.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_vTokenSTRINGContract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_srcSTRINGAddress of the account from which tokens or assets are being withdrawn or transferred. Hex-encoded, 0x-prefixed, 42-character string.
in_dstSTRINGAddress of the account receiving tokens or assets in the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_transferTokensSTRINGNumber of vToken units being transferred in the operation. String-encoded integer representing the token amount in the smallest denomination.
gasvaluein_dstin_srcstatusgas_usedin_vTokensignatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hashin_transferTokens
52006000xa9b108038567f76f55219c630bb0e590b748790d0xd0f8ee01c3655c560a4fc4bfa51ebf3270531204true62970xeb8a79bd44cf4500943bf94a2b4434c95c0085990x6a56947e0x0c7973f9598aa62f9e03b94e92c967fd5437426c379464060xeb8a79bd44cf4500943bf94a2b4434c95c0085991,1,3,7,8,1,12025-11-09T09:55:59.000Z0x6237df5c7e64b55f1e135945835ea131c84c04c9b7f6fab5b43861c6f7f1cbd21832764
52461500xa9b108038567f76f55219c630bb0e590b748790d0xd0f8ee01c3655c560a4fc4bfa51ebf3270531204true62970xeb8a79bd44cf4500943bf94a2b4434c95c0085990x6a56947e0x0c7973f9598aa62f9e03b94e92c967fd5437426c379679700xeb8a79bd44cf4500943bf94a2b4434c95c0085991,3,6,8,1,12025-11-09T21:54:47.000Z0x7f2f7fce3fbb6252b362f09c9bfa80664b3b827b6ad98abbbca99f97e4e0b3201832775
52762500xa9b108038567f76f55219c630bb0e590b748790d0xd0f8ee01c3655c560a4fc4bfa51ebf3270531204true62970xeb8a79bd44cf4500943bf94a2b4434c95c0085990x6a56947e0x0c7973f9598aa62f9e03b94e92c967fd5437426c379682380xeb8a79bd44cf4500943bf94a2b4434c95c0085991,1,3,7,8,1,12025-11-09T22:03:43.000Z0xfec37e043b68dadb86587923c4867caecbcf1a32c480fbb2f0d9529cba7974531832775
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.Comptroller_transferVerify_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolRegistry_MarketAdded_event

Venus protocol events emitted when a new lending market (vToken) is added to a pool registry. Contains the comptroller address managing the pool and the vToken address of the newly registered market.
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_comptrollerSTRINGContract address of the Venus protocol comptroller managing the pool. Hex-encoded, 0x-prefixed, 42-character string.
in_vTokenAddressSTRINGContract address of the Venus protocol vToken representing the market being added. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberin_comptrollerblock_timestampin_vTokenAddresstransaction_hash
0xeef902918ddecd773d4b422aa1c6e1673eb9136ffalse120259186000x0c7973f9598aa62f9e03b94e92c967fd5437426c2025-02-03T23:49:07.000Z0x75201d81b3b0b9d17b179118837be37f64fc49300xab25167d24cc79c9935d5367b9c3b163475a77d6b47239355f83a23e278c8e80
0xeef902918ddecd773d4b422aa1c6e1673eb9136ffalse324239115580x0c7973f9598aa62f9e03b94e92c967fd5437426c2024-12-19T12:47:43.000Z0x3cb752d175740043ec463673094e06acda2f9a2e0x58faf0ea7751ffbc8ffeed886e02fb121cdc061c67198e4f9134a7a9b840cf37
0xeef902918ddecd773d4b422aa1c6e1673eb9136ffalse288239115580x0c7973f9598aa62f9e03b94e92c967fd5437426c2024-12-19T12:47:43.000Z0x7bbd1005bb24ec84705b04e1f2dfccad533b6d720x58faf0ea7751ffbc8ffeed886e02fb121cdc061c67198e4f9134a7a9b840cf37
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.PoolRegistry_MarketAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolRegistry_PoolRegistered_event

Venus Protocol pool registration events emitted when a new lending pool is added to the protocol registry. Contains pool metadata including name, creator address, associated comptroller contract, and registration timestamp.
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_comptrollerSTRINGContract address of the Venus protocol comptroller managing the pool. Hex-encoded, 0x-prefixed, 42-character string.
in_poolSTRUCT<name STRING, creator STRING, comptroller STRING, blockPosted STRING, timestampPosted STRING>Contract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberin_comptrollerblock_timestamptransaction_hash
0xeef902918ddecd773d4b422aa1c6e1673eb9136f{“name”:“Core”,“creator”:“0x1803cf1d3495b43cc628aa1d8638a981f8cd341c”,“blockPosted”:“23911558”,“comptroller”:“0x0c7973f9598aa62f9e03b94e92c967fd5437426c”,“timestampPosted”:“1734612463”}false267239115580x0c7973f9598aa62f9e03b94e92c967fd5437426c2024-12-19T12:47:43.000Z0x58faf0ea7751ffbc8ffeed886e02fb121cdc061c67198e4f9134a7a9b840cf37
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.PoolRegistry_PoolRegistered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_AccrueInterest_event

Interest accrual events from Venus Protocol lending markets recording periodic interest calculations. Contains cumulative borrow index, cash reserves, total borrows, and accumulated interest for tracking market state changes and calculating borrower obligations.
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_cashPriorSTRINGCash balance in the market prior to the interest accrual event. Denominated in the smallest unit of the underlying token.
in_interestAccumulatedSTRINGInterest accrued during the period since the last interest calculation. Denominated in the smallest unit of the underlying token.
in_borrowIndexSTRINGCumulative borrow interest index for the market. Scaled by 1e18, representing the accumulated interest per unit borrowed since market inception.
in_totalBorrowsSTRINGTotal amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token.
addressremovedlog_indexblock_numberin_cashPriorin_borrowIndexblock_timestampin_totalBorrowstransaction_hashin_interestAccumulated
0x7bbd1005bb24ec84705b04e1f2dfccad533b6d72false13126453379611404910001175707453339152025-02-16T08:55:05.000Z1667080xb2157fb5e110859dc64e302f82a2b929c966268da72c09714d49cf952c70fce50
0x7bbd1005bb24ec84705b04e1f2dfccad533b6d72false8626439511552404910001140686943495342025-02-16T01:12:49.000Z1667080x03c8af8cdb17e938ea6bc2c8c7b2ce3e0e1959c07e391879638b0be62b582c711
0x3cb752d175740043ec463673094e06acda2f9a2efalse29026454289380078880810087489044014144572025-02-16T09:25:25.000Z28157110880xa23a7a18243495adc8c2c35feb5de246d66992c6357afa83f1297679db7eee095659
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.VToken_AccrueInterest_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_BadDebtIncreased_event

Venus Protocol bad debt increase events emitted when borrower positions become undercollateralized and accumulate uncollectable debt. Records borrower address, previous and new bad debt totals, and delta amount for tracking protocol insolvency risk across VToken markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_badDebtDeltaSTRINGAmount of bad debt added in the event. Numeric string representing the token amount in smallest denomination.
in_badDebtOldSTRINGPrevious total amount of bad debt before the event. Numeric string representing the token amount in smallest denomination.
in_badDebtNewSTRINGUpdated total amount of bad debt after the event. Numeric string representing the token amount in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.VToken_BadDebtIncreased_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_BadDebtRecovered_event

Venus Protocol bad debt recovery events tracking changes in VToken contract bad debt balances. Records the previous and updated bad debt amounts when protocol reserves are used to cover uncollateralized 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_badDebtOldSTRINGPrevious total amount of bad debt before the event. Numeric string representing the token amount in smallest denomination.
in_badDebtNewSTRINGUpdated total amount of bad debt after the event. Numeric string representing the token amount in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.VToken_BadDebtRecovered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_Borrow_event

Borrow events emitted by Venus Protocol VToken contracts when users borrow assets against their collateral. Records borrower address, borrowed amount, individual account debt, and aggregate market debt in smallest token units for DeFi lending 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_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowAmountSTRINGAmount borrowed in the transaction. Denominated in the smallest unit of the underlying token.
in_accountBorrowsSTRINGTotal amount currently borrowed by the individual account. Denominated in the smallest unit of the underlying token.
in_totalBorrowsSTRINGTotal amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token.
addressremovedlog_indexin_borrowerblock_numberblock_timestampin_borrowAmountin_totalBorrowstransaction_hashin_accountBorrows
0x3cb752d175740043ec463673094e06acda2f9a2efalse1450xa252bd92293b0eb9beb1c2cf72f794f8a3a54348246083702025-01-04T15:54:47.000Z5000000048362814240xff0c5a7a4b0380fcb6f716d0407e519c2135196e0876b16a052e213a209783512584750427
0xeb8a79bd44cf4500943bf94a2b4434c95c008599false2520xa670e411899e387ed0d6eb7a6e69f155156f4b72263392612025-02-13T17:31:09.000Z1000000000000000040674398661777773060x87c13bf81bf868998ee520d09db3c1f0e33ca0cf2765158b10ca383500559d1810000000000000000
0x3cb752d175740043ec463673094e06acda2f9a2efalse1350xc3bc997e282d7fc8a0c2ad294c3bcc2af5dd7787251239342025-01-16T14:20:15.000Z50000000048990576320x387ed480b1a5512feea903d026af36bfe4cef75cf0d1b6a9e40c10c2870e8bee500000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.VToken_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_LiquidateBorrow_event

Liquidation events emitted when undercollateralized borrowers have their debt repaid by liquidators in exchange for seized vToken collateral. Records borrower address, liquidator address, repayment amount, seized collateral quantity, and vToken collateral contract address for risk monitoring and liquidation 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_liquidatorSTRINGAddress of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_repayAmountSTRINGAmount of debt repaid in the transaction. Denominated in the smallest unit of the underlying token.
in_vTokenCollateralSTRINGContract address of the vToken representing the collateral being seized in the liquidation. Hex-encoded, 0x-prefixed, 42-character string.
in_seizeTokensSTRINGQuantity of collateral tokens seized from the borrower during liquidation. Numeric string representing the amount in the smallest unit of the collateral token.
addressremovedlog_indexin_borrowerblock_numberin_liquidatorin_repayAmountin_seizeTokensblock_timestamptransaction_hashin_vTokenCollateral
0x3cb752d175740043ec463673094e06acda2f9a2efalse1710xa252bd92293b0eb9beb1c2cf72f794f8a3a54348258792270x2e609abcdf2025fd6793433cc200cf956a9d9a421047297421468005732025-02-03T01:56:41.000Z0x25cd9d9e6b0603d8a2ba7d2f53144a77599a3678ede4df4fa95fbfd2f60efb560xeb8a79bd44cf4500943bf94a2b4434c95c008599
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.VToken_LiquidateBorrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_Mint_event

Variable rate debt token mint events from lending protocols. Records debt token issuance with borrower address, borrowed amount, interest rate index, and accrued interest at the time of minting.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_minterSTRINGAddress authorized to mint tokens in the operation. Hex-encoded, 0x-prefixed, 42-character string for EVM chains; 66-character hex string for Aptos.
in_mintAmountSTRINGQuantity of underlying asset deposited into the lending protocol. Numeric string representing token amount in smallest denomination.
in_mintTokensSTRINGQuantity of protocol-specific interest-bearing tokens minted to the depositor. Numeric string representing token amount in smallest denomination.
in_accountBalanceSTRINGAccount balance of interest-bearing VTokens held by the minter or redeemer after the mint or redeem operation. Numeric string representing token amount in smallest denomination.
addressremovedin_minterlog_indexblock_numberin_mintAmountin_mintTokensblock_timestamptransaction_hashin_accountBalance
0x3cb752d175740043ec463673094e06acda2f9a2efalse0x51470836d210d34f2e3a3d8cddb30e229119665583240500051340691113405765092024-12-22T17:42:37.000Z0xbd0d1a1ca8594e4ad2115709896eaa2ca32f0cd7d97373d0a35f8ce26925b50d3208451710
0xeb8a79bd44cf4500943bf94a2b4434c95c008599false0xa252bd92293b0eb9beb1c2cf72f794f8a3a5434820124038336500000000000000000499999982024-12-22T11:13:39.000Z0x8bf6efda64cbbe8153cd48a5de855966244edeb6d8089f38e72590213476c166149999995
0xeb8a79bd44cf4500943bf94a2b4434c95c008599false0x3273dc17fecb1e8e7e7276bf936364af9af88c2d2022401906450000000000000004999992024-12-22T00:31:15.000Z0xbb6e0cf60487b2c2de73ea01f26cada21c4d7ce77092163701de7fad25a34052499999
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.VToken_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_NewReserveFactor_event

Reserve factor configuration change events from Venus Protocol VToken contracts. Captures old and new reserve factor values as 18-decimal mantissas, tracking protocol-level parameter adjustments for lending market reserves.
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_oldReserveFactorMantissaSTRINGPrevious reserve factor for the lending market before the update. 18-decimal fixed-point integer stored as string.
in_newReserveFactorMantissaSTRINGUpdated reserve factor for the lending market. 18-decimal fixed-point integer stored as string.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_newReserveFactorMantissain_oldReserveFactorMantissa
0x75201d81b3b0b9d17b179118837be37f64fc4930false100259186002025-02-03T23:49:07.000Z0xab25167d24cc79c9935d5367b9c3b163475a77d6b47239355f83a23e278c8e80200000000000000000200000000000000000
0x7bbd1005bb24ec84705b04e1f2dfccad533b6d72false906233450462024-12-06T10:03:59.000Z0x172ea0369f6e241ccceac5e47cbafb63ef869dc85a91c16c53c6f7d0bdfd92782000000000000000000
0xeb8a79bd44cf4500943bf94a2b4434c95c008599false376233450382024-12-06T10:03:43.000Z0x640a7c09c25d8517b3f0fb5f1af953bbed40b5ff4ed6d23eed4cbd6ae38b73e91500000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.VToken_NewReserveFactor_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_Redeem_event

VToken redemption events emitted when users withdraw underlying assets from Venus Protocol lending pools by burning interest-bearing VTokens. Records redeemer address, VToken amount burned, underlying asset amount received, and resulting VToken balance for tracking lending protocol withdrawals and liquidity 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_redeemerSTRINGAddress of the account that initiated the redemption transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_redeemAmountSTRINGAmount of underlying asset tokens withdrawn from the lending pool during redemption.
in_redeemTokensSTRINGAmount of interest-bearing pool tokens burned during the redemption transaction. String-encoded integer representing the quantity of cTokens or equivalent derivative tokens exchanged for underlying assets.
in_accountBalanceSTRINGAccount balance of interest-bearing VTokens held by the minter or redeemer after the mint or redeem operation. Numeric string representing token amount in smallest denomination.
addressremovedlog_indexin_redeemerblock_numberblock_timestampin_redeemAmountin_redeemTokenstransaction_hashin_accountBalance
0xeb8a79bd44cf4500943bf94a2b4434c95c008599false1850x0d78c092a3b533ddc0000fac38538ef248c7d33b262393992025-02-11T10:02:25.000Z1310489769405811213099240xb1c9f6e620a7e59c577903d3b2c0ed80d246d752f7c7c93aed38ca072e3066460
0x3cb752d175740043ec463673094e06acda2f9a2efalse5890x40378d78b14f46c35e2f69590b733e5275ac1d3b262396152025-02-11T10:09:37.000Z4426685044032332070x002d332cb4f38001f5671242362ec7a60dd762a131880117b5dfd6c89ffdfac10
0x3cb752d175740043ec463673094e06acda2f9a2efalse4000xf0a391658f07e65779c7370a592675106c931277262350422025-02-11T07:37:11.000Z50027024976207630x1a03d485e89f26055eba84df3d155ba960cebbf9f6995bc6b2b0d1d5405a0fe50
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.VToken_Redeem_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_RepayBorrow_event

Borrow repayment events from Venus Protocol VToken contracts recording debt reduction transactions. Contains payer and borrower addresses, repayment amount, updated account-level and market-level borrow balances for tracking loan activity and protocol solvency.
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_payerSTRINGAddress of the account that provided the funds for the repayment or payment transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_repayAmountSTRINGAmount of debt repaid in the transaction. Denominated in the smallest unit of the underlying token.
in_accountBorrowsSTRINGTotal amount currently borrowed by the individual account. Denominated in the smallest unit of the underlying token.
in_totalBorrowsSTRINGTotal amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token.
addressremovedin_payerlog_indexin_borrowerblock_numberin_repayAmountblock_timestampin_totalBorrowstransaction_hashin_accountBorrows
0xeb8a79bd44cf4500943bf94a2b4434c95c008599false0x8e890ca3829c740895cdeacd4a3be36ff93436432540x40378d78b14f46c35e2f69590b733e5275ac1d3b261622131336123065086422025-02-09T15:09:33.000Z40563658111667667210x298fe0751ca26922cf4e32576b31f3cb667ce062eb8d6f6bdc91bd394992f6900
0xeb8a79bd44cf4500943bf94a2b4434c95c008599false0x8e890ca3829c740895cdeacd4a3be36ff93436433560x40378d78b14f46c35e2f69590b733e5275ac1d3b2616140990036621821215272025-02-09T14:42:45.000Z40563608839163124100x7223df6a3ce75af831be55d0008566c3dd30e0cf6ae7244268d384135fb8fa690
0xeb8a79bd44cf4500943bf94a2b4434c95c008599false0x40378d78b14f46c35e2f69590b733e5275ac1d3b41900x40378d78b14f46c35e2f69590b733e5275ac1d3b2616220076663952410608172025-02-09T15:09:07.000Z40564993439202612700x63a4a41740ca9047520fefd118622cbb3664bc789f70390baccf3f1311364688133612303888338
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.VToken_RepayBorrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_ReservesAdded_event

Reserve addition events from Venus Protocol VToken contracts recording when protocol reserves are increased. Tracks the benefactor address, amount added, and resulting total reserves for lending market 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_benefactorSTRINGAddress of the account that provided or contributed the reserves being added to the lending market contract. Hex-encoded, 0x-prefixed, 42-character string.
in_addAmountSTRINGAmount of reserves added to the lending market contract. String-encoded integer representing the token amount in smallest denomination.
in_newTotalReservesSTRINGUpdated total reserves held by the lending market contract after reserves are added or reduced. String-encoded integer representing the token amount in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.VToken_ReservesAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_SpreadReservesReduced_event

Event emitted when protocol reserves are withdrawn from a Venus Protocol lending market (vToken contract) and transferred to the protocol share reserve address. Records the reduction amount and updated reserve balances for protocol treasury management tracking.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_protocolShareReserveSTRINGContract address of the protocol share reserve that receives the reduced reserves. Hex-encoded, 0x-prefixed, 42-character string.
in_reduceAmountSTRINGAmount of reserves withdrawn from the lending market contract. String-encoded integer representing the token amount in smallest denomination.
in_newTotalReservesSTRINGUpdated total reserves held by the lending market contract after reserves are added or reduced. String-encoded integer representing the token amount in smallest denomination.
addressremovedlog_indexblock_numberblock_timestampin_reduceAmounttransaction_hashin_newTotalReservesin_protocolShareReserve
0xeb8a79bd44cf4500943bf94a2b4434c95c008599false199247627402025-01-08T05:40:27.000Z190476498990x8368400906d1491a62affc9553f34122a53564c55f0997dd170d75a64854b34a00x3565001d57c91062367c3792b74458e3c6ed910a
0x3cb752d175740043ec463673094e06acda2f9a2efalse175247922772025-01-08T22:05:01.000Z1049500x8c62d6823e48e8f08cd73962588a85ccbc87e8a975475b8b7e78731d5a31ae6a00x3565001d57c91062367c3792b74458e3c6ed910a
0x3cb752d175740043ec463673094e06acda2f9a2efalse259259699772025-02-05T04:21:41.000Z1576570xc1d20da84554e8533ef12c5f33da764abb4990e0899a37210865c3ad21c0e8cc00x3565001d57c91062367c3792b74458e3c6ed910a
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_base.VToken_SpreadReservesReduced_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100