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.
valueNUMERICAmount 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
61800true37960x509e81ef638d489936fa85bc58f52df01190d26c0x5c7786050xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd0xc31627cbf55f6810f8ba74127ee9b6f9e303fd6d383614580x509e81ef638d489936fa85bc58f52df01190d26c1,52024-10-28T11:33:01.000Z3796897260000000000xbfe93955b64e2cdfba75169704691928961aa32e17b9580c844a0b2d26dba981
68670true37960x509e81ef638d489936fa85bc58f52df01190d26c0x5c7786050xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd0x8e49312a7a6cc79952ae5c65fb27525667065591383567760x509e81ef638d489936fa85bc58f52df01190d26c1,52024-10-28T10:14:59.000Z3755463000000000000xe8591e1ba8ca758d0c991487e89445fd4b69ff5fce211aa2cecf1cdb4dc5476f
61800true37960xb7a01ba126830692238521a1aa7e7a7509410b8e0x5c7786050xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd0xa7512d54780e6a16e6a9857e49a858c6ad51aef2383842740xb7a01ba126830692238521a1aa7e7a7509410b8e1,52024-10-28T17:53:17.000Z18800000000000000000xd3880f809085556996bc6b460c7ffa34b4ea0e60dae2dc736eb9bef680d74f6f
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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.
valueNUMERICAmount 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_opbnb.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.
valueNUMERICAmount 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
6215910true19790x47ef3b3b0xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd0xa7512d54780e6a16e6a9857e49a858c6ad51aef2429424600xb7a01ba126830692238521a1aa7e7a7509410b8e0x98ecb04542fd22e1c8a7e7575895710f0c3cfb7f1,169720642024-12-20T12:03:03.000Z0xa9cd9469fe71e33c6b70e5af25deb6d731e311ded9e5508c300548312e9f7c5a0xb7a01ba126830692238521a1aa7e7a7509410b8e0xed827b80bd838192ea95002c01b5c6da8354219a821000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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
0xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874ddfalse0xb7a01ba126830692238521a1aa7e7a7509410b8e230x0683c6ca386f498f6dca8b79274d14ea9af6d5fc317171922024-08-12T13:55:15.000Z0xceffafcccb941e12b2e1cc6acb56d57f00fe28d11abe083b2994a54f3420841e
0xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874ddfalse0x13b492b8a03d072bab5c54ac91dba5b830a50917570x0683c6ca386f498f6dca8b79274d14ea9af6d5fc317174232024-08-12T13:59:06.000Z0x62f08f26363582cafd75a936234ae482b54d00e79f5e79c3b52686f2084a08e9
0xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874ddfalse0xb7a01ba126830692238521a1aa7e7a7509410b8e190x00d2c498fb20d91d094b49b134088ef746d09c1f200013422024-03-29T23:31:05.000Z0x832c7729aff354c9ef8a47f02bb792e48575dc775a905203e152ad141fef6ed1
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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
0xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874ddfalse0xb7a01ba126830692238521a1aa7e7a7509410b8e120x61900c3b19b9ff4f7c6f0473a9a0abe6a6ed5278193396732024-03-22T07:43:16.000Z0xc7b3df6146230a1bf32964cafe9c49d8dcca184c07133bd830b165530a342215
0xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874ddfalse0xb7a01ba126830692238521a1aa7e7a7509410b8e70x31d2621184901ea3fb3b11299a40f495f8e08ed1193816442024-03-22T19:22:47.000Z0xe6ed4cc73a7c4202f4f440222427fe04e79bcca2975cf2c6e3914c21e943f557
0xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874ddfalse0x53d11cb8a0e5320cd7229c3acc80d1a0707f267230x61900c3b19b9ff4f7c6f0473a9a0abe6a6ed5278183958942024-03-11T09:33:37.000Z0x3446d2289568e259a2eb719391e3cbdb7e52d765048d54157c3667fe1bd064eb
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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.
valueNUMERICAmount 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
61990true38130xb4dfce5b298f826365220448f45bc0d2452fdfd50xb7a01ba126830692238521a1aa7e7a7509410b8e0x41c728b90xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd278847950xb7a01ba126830692238521a1aa7e7a7509410b8e485151,102024-06-29T05:21:58.000Z0x1cf013fd3af212735bc724a6ff3fd0dcd5f6e53403a53ac84b0f53cfe7d36f71495546728079084
61990true38130xa7512d54780e6a16e6a9857e49a858c6ad51aef20xed827b80bd838192ea95002c01b5c6da8354219a0x41c728b90xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd233963590xed827b80bd838192ea95002c01b5c6da8354219a242091,102024-05-08T06:34:42.000Z0x97a35f240bbd0bd2c19d0ac3e9d253a14f3498305032bb8dd7a94bc3b65f3485242100683724906
61990true38130x61900c3b19b9ff4f7c6f0473a9a0abe6a6ed52780xb7a01ba126830692238521a1aa7e7a7509410b8e0x41c728b90xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd234136500xb7a01ba126830692238521a1aa7e7a7509410b8e3560868481,72024-05-08T11:22:53.000Z0xfecadce88ec99e52248fce40f695288765d96df0b60df96ecd25863455977fcf3630565490306027326
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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.
valueNUMERICAmount 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
61360true37470xb7a01ba126830692238521a1aa7e7a7509410b8e0x51dff9890xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd0x569e1f3eecabc7d346ff55c681b6dd9427078f4f325817080xb7a01ba126830692238521a1aa7e7a7509410b8e1,62024-08-22T14:03:51.000Z80006256722650774977815984700xe7a5327aa9b5d76b0bb4345886d1593763bf617cd6036e5c55141915b2dbe6d0
61360true37470xb7a01ba126830692238521a1aa7e7a7509410b8e0x51dff9890xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd0x9f9afad1c7aecc9d80e2208bb5a8292160f3cf17521898760xb7a01ba126830692238521a1aa7e7a7509410b8e1,62025-04-06T12:46:39.000Z20000000019067987471931134010x47e76efacdaa78ea92bb9aed6ae3dc3208b07bb78e0d96a1f979c5ded46d5e39
61360true37470xb7a01ba126830692238521a1aa7e7a7509410b8e0x51dff9890xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd0x9f9afad1c7aecc9d80e2208bb5a8292160f3cf17521899170xb7a01ba126830692238521a1aa7e7a7509410b8e1,62025-04-06T12:47:20.000Z10812128905482339561043983480x9daeb71051f58c443c3eb149c916db87d19c56ec1cae1d40d9b63ab5bf02cebe
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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.
valueNUMERICAmount 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
909000true38540x59abe1e264f657d70c3ab5109d424f7f01a8729c0xb7a01ba126830692238521a1aa7e7a7509410b8e0x1ededc910xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd0x59abe1e264f657d70c3ab5109d424f7f01a8729c619076850xb7a01ba126830692238521a1aa7e7a7509410b8e1,92025-06-09T01:35:04.000Z10715209062292475780x20a7073075502bfbfe54273cba461f271d496818d7e7db8d7c07db13df6e2d4f100021821524343832704
62990true38980x61900c3b19b9ff4f7c6f0473a9a0abe6a6ed52780xb7a01ba126830692238521a1aa7e7a7509410b8e0x1ededc910xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd0x61900c3b19b9ff4f7c6f0473a9a0abe6a6ed5278183937930xb7a01ba126830692238521a1aa7e7a7509410b8e1,62024-03-11T08:58:36.000Z10007249853416412540x79752907028048e994ba41af57d92e299da6c9533c854ef156660c0a7ad69e599453171138994435
62990true38980x61900c3b19b9ff4f7c6f0473a9a0abe6a6ed52780xb7a01ba126830692238521a1aa7e7a7509410b8e0x1ededc910xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd0x61900c3b19b9ff4f7c6f0473a9a0abe6a6ed5278183642940xb7a01ba126830692238521a1aa7e7a7509410b8e1,62024-03-11T00:46:57.000Z10007016545380948130x68784451b4fe377d7e88b8d02cb1abf7c04b09d58f3914e4eca54374a6a68c0618050878659755848
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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.
valueNUMERICAmount 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
6039430true19440x6d35bf910xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd0xa7512d54780e6a16e6a9857e49a858c6ad51aef2429424600xed827b80bd838192ea95002c01b5c6da8354219a0x98ecb04542fd22e1c8a7e7575895710f0c3cfb7f1,15,1,59720642024-12-20T12:03:03.000Z0xa9cd9469fe71e33c6b70e5af25deb6d731e311ded9e5508c300548312e9f7c5a0xb7a01ba126830692238521a1aa7e7a7509410b8e0xed827b80bd838192ea95002c01b5c6da8354219a
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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.
valueNUMERICAmount 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
22155200x53d11cb8a0e5320cd7229c3acc80d1a0707f26720xac8bab9bd8b86f62cda485f7b2df0e19f70afb3ctrue38880x53d11cb8a0e5320cd7229c3acc80d1a0707f26720x6a56947e0xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd756348220x53d11cb8a0e5320cd7229c3acc80d1a0707f26721,12025-08-27T12:07:52.000Z0x34a241f330b1ba3dd8c23879dbd016159ae7a1bc98456a8d7167b473c2f1414c1
22144600x000000000000000000000000000000000000dead0xac8bab9bd8b86f62cda485f7b2df0e19f70afb3ctrue38880x53d11cb8a0e5320cd7229c3acc80d1a0707f26720x6a56947e0xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd756347020x53d11cb8a0e5320cd7229c3acc80d1a0707f26721,12025-08-27T12:06:52.000Z0x715ae075f307fc29f16da0f2b18f85e76ac4b53a60dca10a2b75aaf5ac3721cc1
34531500x1858b5a967ce1b57767e5e8a2edf7a4bda8ae1080x9e250ee8ad4a8eef6eb03452813879f086d61441true38880xb7a01ba126830692238521a1aa7e7a7509410b8e0x6a56947e0xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd305892350xb7a01ba126830692238521a1aa7e7a7509410b8e1,12024-07-30T12:35:58.000Z0xe99b9bf99fba7b91f6b1ee1f8c8fb789485f0cc4bce25f76d31d052de5e252813000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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
0x345a030ad22e2317ac52811ac41c1a63cfa13aeefalse175172987940xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd2024-02-27T16:48:37.000Z0x13b492b8a03d072bab5c54ac91dba5b830a509170xc3182273ea5aead5bce4190b53c8569fa7c77525684d7f517c740d45d4aefbbc
0x345a030ad22e2317ac52811ac41c1a63cfa13aeefalse117172987940xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd2024-02-27T16:48:37.000Z0x509e81ef638d489936fa85bc58f52df01190d26c0xc3182273ea5aead5bce4190b53c8569fa7c77525684d7f517c740d45d4aefbbc
0x345a030ad22e2317ac52811ac41c1a63cfa13aeefalse97172987940xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd2024-02-27T16:48:37.000Z0xed827b80bd838192ea95002c01b5c6da8354219a0xc3182273ea5aead5bce4190b53c8569fa7c77525684d7f517c740d45d4aefbbc
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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
0x345a030ad22e2317ac52811ac41c1a63cfa13aee{“name”:“Core”,“creator”:“0xc46796a21a3a9fab6546af3434f2ebffd0604207”,“blockPosted”:“17298794”,“comptroller”:“0xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd”,“timestampPosted”:“1709052517”}false74172987940xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd2024-02-27T16:48:37.000Z0xc3182273ea5aead5bce4190b53c8569fa7c77525684d7f517c740d45d4aefbbc
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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
0xb7a01ba126830692238521a1aa7e7a7509410b8efalse1924893602509080374101120490105910268627683203908542024-05-25T14:28:45.000Z6827405118231164494170x525252ab306038205d08c7fb578f8311ade8df7145dba8b4186366940817342222459601608515445
0x53d11cb8a0e5320cd7229c3acc80d1a0707f2672false35248850442674478718650814981610307788623184832132024-05-25T12:06:07.000Z500217591068264850x49ba591def100005e5c7a85f264ef613140f1ad2211e5b69f62619bcdf67ab2c72966258994
0x53d11cb8a0e5320cd7229c3acc80d1a0707f2672false8204963093419492218603742571810062818918532486862024-04-04T17:00:32.000Z1254669814365650x721924be022eb83a02eed6b33b678c802c943a965455b0c78ca1c6a859c991c0481889
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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_opbnb.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_opbnb.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
0x13b492b8a03d072bab5c54ac91dba5b830a50917false160xe7051bd65ec206dc3263d3e0925d1d01d91413ed186025052024-03-13T18:57:08.000Z105000000000000000000050539029066861481512550x1ab7ce7d81e46f200bc709a174fad1f5e9497af186ff0d32651077d135fc9d3a1050000000000000000000
0x53d11cb8a0e5320cd7229c3acc80d1a0707f2672false440x9f9afad1c7aecc9d80e2208bb5a8292160f3cf17185921462024-03-13T16:04:29.000Z1029483516452129150484190200594052830x9e0116c1953c237fa39f043b2a9f6ae082a937faee87ddf07f1768714d67e4f81029483516452129
0x53d11cb8a0e5320cd7229c3acc80d1a0707f2672false240x9f9afad1c7aecc9d80e2208bb5a8292160f3cf17185931752024-03-13T16:21:38.000Z1388174976720840536164366272257580944440xd826e8ceef1128ab7a40412f44d4414d63e8892767a09577d42ad5245dfbaef31389204462510533788
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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
0xb7a01ba126830692238521a1aa7e7a7509410b8efalse2380xa7512d54780e6a16e6a9857e49a858c6ad51aef2429424600x98ecb04542fd22e1c8a7e7575895710f0c3cfb7f8210000000000000000009720642024-12-20T12:03:03.000Z0xa9cd9469fe71e33c6b70e5af25deb6d731e311ded9e5508c300548312e9f7c5a0xed827b80bd838192ea95002c01b5c6da8354219a
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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
0xb7a01ba126830692238521a1aa7e7a7509410b8efalse0xc31627cbf55f6810f8ba74127ee9b6f9e303fd6d653809599220023800000000000000001951086035382024-10-25T09:48:35.000Z0x5e97b95430ce3005f6b65c311f4dcaaea640f2c4591e7b463f2af9522c4e9e22195108603538
0xb7a01ba126830692238521a1aa7e7a7509410b8efalse0x569e1f3eecabc7d346ff55c681b6dd9427078f4f108349728803900000000000000000038070839102024-09-19T06:16:43.000Z0x615cbc61a844996dae4291f2742602d4cc1331256bd82eaed1621837c701b8826540557507
0xb7a01ba126830692238521a1aa7e7a7509410b8efalse0x7d66a9b5c0a5b7188f38641b1d19d41cd42ee69b4433499592919915100000000000000001944046847812024-09-19T12:40:52.000Z0x6a03b1caf494f36869174d1d4ebad996d8994f72adc462cb7c3a8f6125cd9e84194404692933
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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
0x509e81ef638d489936fa85bc58f52df01190d26cfalse31162333732024-02-15T08:51:36.000Z0x2b83764b7aa28a858f084ca357f80ab2caca64c74f244f7c197da1d1f996539f2000000000000000000
0xed827b80bd838192ea95002c01b5c6da8354219afalse37162333532024-02-15T08:51:16.000Z0x1c45676311e224a76de47093c7cfe72ec0e7a4ed29747b9a746f6d1829efef042000000000000000000
0x53d11cb8a0e5320cd7229c3acc80d1a0707f2672false29162334452024-02-15T08:52:48.000Z0x56e7c11d2d5e7660072465a4c251694f5d2545a5f15bb87cc6641e6979a5d82e2500000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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
0xb7a01ba126830692238521a1aa7e7a7509410b8efalse1160x569e1f3eecabc7d346ff55c681b6dd9427078f4f399044382024-11-15T08:09:21.000Z157003437947940073685152730478870x9494d0cc7c9777b51ff86e3c3c427d2181b502c05fe97cb2b1de682f2ac61f8b0
0x509e81ef638d489936fa85bc58f52df01190d26cfalse30x88e57c01beba95b51006df6de835fdec38d370af202718562024-04-02T02:39:39.000Z1048222446741608613410482222950xec0b6fd8b03482073d339a568aabdc52dba4e5aad71664688a594156ae66b4580
0x53d11cb8a0e5320cd7229c3acc80d1a0707f2672false240x61900c3b19b9ff4f7c6f0473a9a0abe6a6ed5278202762332024-04-02T03:52:36.000Z67206098945849566700030x54b5c115a45ec1b74ed8b2c808376c31f32f96918fe8b0520d7672a6dcf67eb50
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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
0xb7a01ba126830692238521a1aa7e7a7509410b8efalse0x928941678ceffd92987581c41e9baaad43d8ffdb550x928941678ceffd92987581c41e9baaad43d8ffdb409046152616576723244855792024-11-26T21:58:58.000Z23132548152726983888590x9ae90c98504178d2de2a103461047fbf9209d77c456bdd1d69271271b8e8fdaa0
0x509e81ef638d489936fa85bc58f52df01190d26cfalse0xde12489510fa7fede8931c00f429dee6c1fe0fc9550xde12489510fa7fede8931c00f429dee6c1fe0fc9363754964033573235477672742024-10-05T11:53:39.000Z648442161400x93fcf64df3b4a2a355d4f78d85db5f76e83e78ddad276a4eac2001d52f1c771d0
0x53d11cb8a0e5320cd7229c3acc80d1a0707f2672false0x7baf6019c90b93ad30f8ad6a2eccd2b11427b29f300x914815887da32b8b6af0cb8e7549621701b9fd0d26727467502263304929828792024-06-15T19:53:10.000Z1168385251912820xdc1115487740fdb69ec8c8ce9e13584a1d84f1e7df7b348be991f4be45220d0b0
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.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_opbnb.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
0x509e81ef638d489936fa85bc58f52df01190d26cfalse20215361452024-04-16T17:51:08.000Z502170x365d851d8c7bdae4da67482859e2a60a98a09273f5f18eb2d2ca2276a5fefdb200xa2edd515b75abd009161b15909c19959484b0c1e
0x53d11cb8a0e5320cd7229c3acc80d1a0707f2672false58214793312024-04-16T02:04:14.000Z66465531936763640x788976184a9eacb3108b906c7e4e37f521e252a59581c3bb4dc5ba12ed89f83800xa2edd515b75abd009161b15909c19959484b0c1e
0x13b492b8a03d072bab5c54ac91dba5b830a50917false25215361812024-04-16T17:51:44.000Z1309470090958769490x10ed7735fc90c8a66d8c7c2c0022e5f4e58fa97e1cbdd383dc33daed73ee56e000xa2edd515b75abd009161b15909c19959484b0c1e
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_opbnb.VToken_SpreadReservesReduced_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100