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
10078740true73050x1af23bd57c62a99c59ad48236553d0dd11e49d2d0x5c7786050xdde4d098d9995b659724ae6d5e3fb9681ac941b10x99662b7e181e43ff18cecc166ae4766037ab47df544024560x1af23bd57c62a99c59ad48236553d0dd11e49d2d0,18,0,1,16,12025-01-24T00:14:16.000Z110000000000x00085d47025c3d5ea3b2816078f9c533d0336d6705c2a8100892459f47065c30
10252620true87440x1af23bd57c62a99c59ad48236553d0dd11e49d2d0x5c7786050xdde4d098d9995b659724ae6d5e3fb9681ac941b10x99662b7e181e43ff18cecc166ae4766037ab47df544024560x1af23bd57c62a99c59ad48236553d0dd11e49d2d0,18,0,1,162025-01-24T00:14:16.000Z110000000000x00085d47025c3d5ea3b2816078f9c533d0336d6705c2a8100892459f47065c30
10699920true67740x1af23bd57c62a99c59ad48236553d0dd11e49d2d0x5c7786050xdde4d098d9995b659724ae6d5e3fb9681ac941b10x3cf3d18529b81c9a7ea6294d0bf9e6eca5521f9c544040490x1af23bd57c62a99c59ad48236553d0dd11e49d2d0,18,0,1,162025-01-24T00:46:11.000Z436511914190x6efa752de913ae309b8d9bc549232242ab5281c0b881930fd15c79fe0c6f0359
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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.
gasvaluestatusgas_usedin_orderssignatureto_addressin_borrowerblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
19856970false989962[{“repayAmount”:“45556713”,“vTokenBorrowed”:“0x69cda960e3b20dfd480866fffd377ebe40bd0a46”,“vTokenCollateral”:“0x697a70779c1a03ba2bd28b7627a902bff831b616”}]0x2bce219c0xdde4d098d9995b659724ae6d5e3fb9681ac941b10xac9189e38c6f24e4e559a06e3d6b371e6f96fb6f623334100x98ecb04542fd22e1c8a7e7575895710f0c3cfb7f20,02025-06-30T14:56:56.000Z0x351f4e91fb2c31ba25695df9715fb809240721969cfb9f276e26412944ef39c8
19325250false967172[{“repayAmount”:“45556713”,“vTokenBorrowed”:“0x69cda960e3b20dfd480866fffd377ebe40bd0a46”,“vTokenCollateral”:“0x697a70779c1a03ba2bd28b7627a902bff831b616”}]0x2bce219c0xdde4d098d9995b659724ae6d5e3fb9681ac941b10xac9189e38c6f24e4e559a06e3d6b371e6f96fb6f623334100x98ecb04542fd22e1c8a7e7575895710f0c3cfb7f20,0,12025-06-30T14:56:56.000Z0x351f4e91fb2c31ba25695df9715fb809240721969cfb9f276e26412944ef39c8
8882370false441507[{“repayAmount”:“45655300”,“vTokenBorrowed”:“0x69cda960e3b20dfd480866fffd377ebe40bd0a46”,“vTokenCollateral”:“0x697a70779c1a03ba2bd28b7627a902bff831b616”}]0x2bce219c0xdde4d098d9995b659724ae6d5e3fb9681ac941b10xac9189e38c6f24e4e559a06e3d6b371e6f96fb6f623330750x98ecb04542fd22e1c8a7e7575895710f0c3cfb7f20,02025-06-30T14:48:00.000Z0xc245fa761565b01bc7dbf6c894239612f10602a66d69dbb1b01d3c8da9828777
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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
18666270true117490x47ef3b3b0xdde4d098d9995b659724ae6d5e3fb9681ac941b10x1a54f7998ed4f1bd84bf98ea34353352acd070b0621805710x84064c058f2efea4ab648bb6bd7e40f83ffde39a0x8a7eed6e1afe84265a872fe3e22c8a045893942620,0,8,6,11,7,6,1,38386995760922025-06-26T10:07:34.000Z0x5659ff80d2c64bb575c6252744160caa5d7f739dfce93562dde1c2647e77d8b00x84064c058f2efea4ab648bb6bd7e40f83ffde39a0x697a70779c1a03ba2bd28b7627a902bff831b61615472285
18360090true102140x47ef3b3b0xdde4d098d9995b659724ae6d5e3fb9681ac941b10x1a54f7998ed4f1bd84bf98ea34353352acd070b0621805710x84064c058f2efea4ab648bb6bd7e40f83ffde39a0x8a7eed6e1afe84265a872fe3e22c8a045893942620,0,8,6,11,7,6,1,38,1386995760922025-06-26T10:07:34.000Z0x5659ff80d2c64bb575c6252744160caa5d7f739dfce93562dde1c2647e77d8b00x84064c058f2efea4ab648bb6bd7e40f83ffde39a0x697a70779c1a03ba2bd28b7627a902bff831b61615472285
13588470true102140x47ef3b3b0xdde4d098d9995b659724ae6d5e3fb9681ac941b10xd0a42a78296a31866b8080b3c101f28898106dbd644082210x1fa916c27c7c2c4602124a14c77dbb40a5ff1be80x8a7eed6e1afe84265a872fe3e22c8a045893942620,0,6,7,2,7,6,1,31,12496212765212025-09-01T22:11:41.000Z0x91dba9adfe88b88d1f2f6bfd1c9f47d3eb41ee106cb8f09eda7676d699cf14960x1fa916c27c7c2c4602124a14c77dbb40a5ff1be80x697a70779c1a03ba2bd28b7627a902bff831b61629212629326989626
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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
0xdde4d098d9995b659724ae6d5e3fb9681ac941b1false0x1fa916c27c7c2c4602124a14c77dbb40a5ff1be830x2bd31cc64788ec0943d93001f58cdb01284178dd482361562024-11-05T21:53:02.000Z0x2e2bc342eb5a29864b8a54b6170c5f4fb3fbb71ce51b983da1b9df4c54538bbb
0xdde4d098d9995b659724ae6d5e3fb9681ac941b1false0x1fa916c27c7c2c4602124a14c77dbb40a5ff1be830xa347b2862e7924ca1f28122ed9999fada818a119482262872024-11-05T18:43:24.000Z0x416e7e8bc503bf92e7b3a9a94d2902d7fc4d1c14a7ae4d2b319a7039383fa290
0xdde4d098d9995b659724ae6d5e3fb9681ac941b1false0x697a70779c1a03ba2bd28b7627a902bff831b61630x73fcb78aa39abb065b47ca87428769a7cc4b7656482036852024-11-05T11:47:09.000Z0x6e1ac52f9100777baf32c34454d9f593e95e70c6f9866f73d913a3b69e8277a2
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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
0xdde4d098d9995b659724ae6d5e3fb9681ac941b1false0x697a70779c1a03ba2bd28b7627a902bff831b616540x5ee225eab0db9ac6749e93d5d984be8c23d3c898481658002024-11-04T23:28:36.000Z0xe9900ae21521d4dd9ff4297f62a18c4b6363135a6428dcb5f112a09f0db33805
0xdde4d098d9995b659724ae6d5e3fb9681ac941b1false0x697a70779c1a03ba2bd28b7627a902bff831b616140x8a29d4e52a23c69ecc705bce3cca0d2b42faa23c481443612024-11-04T16:44:33.000Z0x4b5b376c840f2105f9bf7725a74b95ecc7fb59edf39cce9dee7d00622b144efc
0xdde4d098d9995b659724ae6d5e3fb9681ac941b1false0x697a70779c1a03ba2bd28b7627a902bff831b61630x1abacd725d66b05ff71558c574b1d104b1ca5cdc521162492024-12-25T05:28:08.000Z0x5156a0eb88536f29ab920b528db8c462b4f6c65ce33953ac9b4557c2a8505d50
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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
5870970true72930x6162f80cc0234b04254bd6857c7d5179dc28a5f70x183de3c349fcf546aae925e1c7f364ea6fb4033c0x41c728b90xdde4d098d9995b659724ae6d5e3fb9681ac941b1559033920x183de3c349fcf546aae925e1c7f364ea6fb4033c466909704430,18,0,1,19,12025-02-14T03:36:58.000Z0x12124a16abc4294c13b3d0be5c902988157d00534e5fdaf335fd05cc41d9dbd7467939334029564646534
5978070true87640x6162f80cc0234b04254bd6857c7d5179dc28a5f70x183de3c349fcf546aae925e1c7f364ea6fb4033c0x41c728b90xdde4d098d9995b659724ae6d5e3fb9681ac941b1559033920x183de3c349fcf546aae925e1c7f364ea6fb4033c466909704430,18,0,1,192025-02-14T03:36:58.000Z0x12124a16abc4294c13b3d0be5c902988157d00534e5fdaf335fd05cc41d9dbd7467939334029564646534
6131160true87640xe67d301586852a665afa5ae0729b85582f94ffd50x183de3c349fcf546aae925e1c7f364ea6fb4033c0x41c728b90xdde4d098d9995b659724ae6d5e3fb9681ac941b1559576870x183de3c349fcf546aae925e1c7f364ea6fb4033c1496526860,18,0,1,262025-02-14T23:52:55.000Z0x4cbf0ed9087c7c6027cb1309f548f72a558fc8b4f03085e78c40651bb21cd7171500000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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
19490940true335100x697a70779c1a03ba2bd28b7627a902bff831b6160x51dff9890xdde4d098d9995b659724ae6d5e3fb9681ac941b10x7f73934f333a25b456dc9b8b62a19f211c991f1c653652060x697a70779c1a03ba2bd28b7627a902bff831b61619,0,1,0,1,21,1,182025-10-20T14:35:53.000Z10274855636538209714781025771825680x4e7bd0bea7c51a0602ff7dd6e9fcd587369d047a82cf0f055ad8846ece7075a4
19172790true320390x697a70779c1a03ba2bd28b7627a902bff831b6160x51dff9890xdde4d098d9995b659724ae6d5e3fb9681ac941b10x7f73934f333a25b456dc9b8b62a19f211c991f1c653652060x697a70779c1a03ba2bd28b7627a902bff831b61619,0,1,0,1,21,1,18,12025-10-20T14:35:53.000Z10274855636538209714781025771825680x4e7bd0bea7c51a0602ff7dd6e9fcd587369d047a82cf0f055ad8846ece7075a4
3669750true335100x697a70779c1a03ba2bd28b7627a902bff831b6160x51dff9890xdde4d098d9995b659724ae6d5e3fb9681ac941b10x8d22c8cf67f51aa2004fbea3ba0bf5010244e3d9653658920x697a70779c1a03ba2bd28b7627a902bff831b61620,0,1,182025-10-20T15:33:38.000Z2552638777000324878706725483811350830x05dad67dab8cb6e6891af1fc6e3d987e02026a39ac0ec552baf163c90f7d111d
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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
3662190true73360xeede4e1bdac489bd851970be3952b729c4238a680x1fa916c27c7c2c4602124a14c77dbb40a5ff1be80x1ededc910xdde4d098d9995b659724ae6d5e3fb9681ac941b10x93c329189b3f6fef306b98ee88dd0aa5ec1ec15e456480130x1fa916c27c7c2c4602124a14c77dbb40a5ff1be80,19,0,1,7,1,13,12024-10-02T09:56:27.000Z10005550623903742200x2f882e05ec3d1f8b39f4c13676d408faa2345e42a69ae64bf5084c3de3651d9d43000000000000000
3734640true88390xeede4e1bdac489bd851970be3952b729c4238a680x1fa916c27c7c2c4602124a14c77dbb40a5ff1be80x1ededc910xdde4d098d9995b659724ae6d5e3fb9681ac941b10x93c329189b3f6fef306b98ee88dd0aa5ec1ec15e456480130x1fa916c27c7c2c4602124a14c77dbb40a5ff1be80,19,0,1,7,1,132024-10-02T09:56:27.000Z10005550623903742200x2f882e05ec3d1f8b39f4c13676d408faa2345e42a69ae64bf5084c3de3651d9d43000000000000000
4336290true88390xeede4e1bdac489bd851970be3952b729c4238a680x1fa916c27c7c2c4602124a14c77dbb40a5ff1be80x1ededc910xdde4d098d9995b659724ae6d5e3fb9681ac941b10x93c329189b3f6fef306b98ee88dd0aa5ec1ec15e456657810x1fa916c27c7c2c4602124a14c77dbb40a5ff1be80,19,0,1,7,1,132024-10-02T15:21:34.000Z10005703594229836190xf109d4fbe4ea96315b0710d93d6ef6d0155eca57ca6b7eed55eac0fa71c9a50c400000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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
9366210true139030x6d35bf910xdde4d098d9995b659724ae6d5e3fb9681ac941b10xd4a2787bf34f045e6ed6aca85c7a63bdf8aa1644483506020x1af23bd57c62a99c59ad48236553d0dd11e49d2d0xa40f91e5c66de267e7ed41398e876612616791910,19,0,1,28,1,14154843900502024-11-07T09:09:04.000Z0x2ed59f7fb1ac1775f50e4c50de8fdaae3a7b485e62b2dba262cf8bce673c21900x1fa916c27c7c2c4602124a14c77dbb40a5ff1be80x1af23bd57c62a99c59ad48236553d0dd11e49d2d
9205560true124000x6d35bf910xdde4d098d9995b659724ae6d5e3fb9681ac941b10xd4a2787bf34f045e6ed6aca85c7a63bdf8aa1644483506020x1af23bd57c62a99c59ad48236553d0dd11e49d2d0xa40f91e5c66de267e7ed41398e876612616791910,19,0,1,28,1,14,1154843900502024-11-07T09:09:04.000Z0x2ed59f7fb1ac1775f50e4c50de8fdaae3a7b485e62b2dba262cf8bce673c21900x1fa916c27c7c2c4602124a14c77dbb40a5ff1be80x1af23bd57c62a99c59ad48236553d0dd11e49d2d
13356630true136870x6d35bf910xdde4d098d9995b659724ae6d5e3fb9681ac941b10x810a161b6856c34d4e8c248d5c84ec32e5a07c14634159480x697a70779c1a03ba2bd28b7627a902bff831b6160x8a7eed6e1afe84265a872fe3e22c8a045893942620,0,6,7,2,7,6,1,28,1,14427897836562025-07-27T10:39:19.000Z0x93638b617e0457155224b0f77452b8c3503b184a39c7178d0a7e3e15a456f9e60x1fa916c27c7c2c4602124a14c77dbb40a5ff1be80x697a70779c1a03ba2bd28b7627a902bff831b616
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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
67498200x754cabebfe6b02ff7f26176f32c7fd5ca770ed540x5abf780373563cd5ff16014ff99d08dbcfcbe411true102310x697a70779c1a03ba2bd28b7627a902bff831b6160x6a56947e0xdde4d098d9995b659724ae6d5e3fb9681ac941b1571701420x697a70779c1a03ba2bd28b7627a902bff831b6160,18,0,3,5,1,8,12025-03-06T12:54:59.000Z0x91797ff2326ab800a828fc30273182d6535dab165a30f56194ce7a08c818a52691418350386
68707800x754cabebfe6b02ff7f26176f32c7fd5ca770ed540x5abf780373563cd5ff16014ff99d08dbcfcbe411true117020x697a70779c1a03ba2bd28b7627a902bff831b6160x6a56947e0xdde4d098d9995b659724ae6d5e3fb9681ac941b1571701420x697a70779c1a03ba2bd28b7627a902bff831b6160,18,0,3,5,1,82025-03-06T12:54:59.000Z0x91797ff2326ab800a828fc30273182d6535dab165a30f56194ce7a08c818a52691418350386
53877600xe3666187c7fbd30ea514a00747f27bef2df27d690x5abf780373563cd5ff16014ff99d08dbcfcbe411true117020x697a70779c1a03ba2bd28b7627a902bff831b6160x6a56947e0xdde4d098d9995b659724ae6d5e3fb9681ac941b1571763530x697a70779c1a03ba2bd28b7627a902bff831b6160,18,0,3,5,1,82025-03-06T14:59:31.000Z0x33be7e8be0eaa896e54ea977066715b87098de4c5999dba2e59dc5ac0bb5f191399477930172
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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
0xfd96b926298034aed9bbe0cca4b651e41eb87bc4false39546738880xdde4d098d9995b659724ae6d5e3fb9681ac941b12025-01-27T14:24:06.000Z0x183de3c349fcf546aae925e1c7f364ea6fb4033c0x934dbd4b7d9e44b623c531e7040b3123b6ec875b9f97e907fee37811b94ab5e6
0xfd96b926298034aed9bbe0cca4b651e41eb87bc4false99444207490xdde4d098d9995b659724ae6d5e3fb9681ac941b12024-09-17T13:13:44.000Z0x1fa916c27c7c2c4602124a14c77dbb40a5ff1be80xb29e68c4543f8d4726a5a8e4ced3fb046439720e9f28580295bb11b36b46b5ab
0xfd96b926298034aed9bbe0cca4b651e41eb87bc4false159444207490xdde4d098d9995b659724ae6d5e3fb9681ac941b12024-09-17T13:13:44.000Z0x697a70779c1a03ba2bd28b7627a902bff831b6160xb29e68c4543f8d4726a5a8e4ced3fb046439720e9f28580295bb11b36b46b5ab
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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
0xfd96b926298034aed9bbe0cca4b651e41eb87bc4{“name”:“Core”,“creator”:“0x751aa759cfbb6ce71a43b48e40e1cccfc66ba4aa”,“blockPosted”:“44420749”,“comptroller”:“0xdde4d098d9995b659724ae6d5e3fb9681ac941b1”,“timestampPosted”:“1726578824”}false56444207490xdde4d098d9995b659724ae6d5e3fb9681ac941b12024-09-17T13:13:44.000Z0xb29e68c4543f8d4726a5a8e4ced3fb046439720e9f28580295bb11b36b46b5ab
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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
0xaf8fd83cfcbe963211faaf1847f0f217f80b4719false148815202142062425710073445271088649572024-11-13T04:26:11.000Z13155770790x95da0c7ec88f42baf20d5eb4d130d3a1738c92c0662b2034af1a29b8c984718f136258
0xaf8fd83cfcbe963211faaf1847f0f217f80b4719false148861749142236282210074947473860452862024-11-13T17:56:46.000Z12570965970x427896d4f227911304b1215bf5adcea39ce8d557bc44ebabef3318c4237f3e008683
0xaf8fd83cfcbe963211faaf1847f0f217f80b4719false148862454142256288410074966213736822992024-11-13T18:09:11.000Z12568988720x7b0ca6c90094e7845eba427510366dd195aaf67e73b15b64ad7529350e54c714621
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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.
addressremovedlog_indexin_borrowerblock_numberin_badDebtNewin_badDebtOldblock_timestampin_badDebtDeltatransaction_hash
0x183de3c349fcf546aae925e1c7f364ea6fb4033cfalse260xab4748d994e4b459d1f8e1507b7d1b1817e96e7b587495415722843742872625281802025-04-06T21:22:47.000Z572284374287262528180x959738223b791639cefe0cda8c6987e8bf053103f0f25b01b06c04b9b04680cd
0x1af23bd57c62a99c59ad48236553d0dd11e49d2dfalse270x734d1ccd9e98966dac4f66d02d7859032331eea158793224679194302025-04-07T14:31:46.000Z67919430xff88d6a79b8107b102c4c2e5d3af6f78e040714d7ff3ff6c487176b96a9f63b9
0x183de3c349fcf546aae925e1c7f364ea6fb4033cfalse190x68c8020a052d5061760e2abf5726d59d4ebe350663322223925140585674106308648009572284374287262528182025-07-24T17:50:15.000Z9250833572366775823951910x2c0f3a5e43da4a6698437e7de45092ef3625f1e24137a7e9c2ca2fe0e5fc00ee
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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_zksyncera.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
0x1af23bd57c62a99c59ad48236553d0dd11e49d2dfalse100x810319d001114edde6af23a643584bc343106e08491708392024-11-17T15:27:13.000Z377300000021284520069280x3b01a3522d6cbb1ffbece6868984e06d45eef2b4c1d3f26a3bd5420dad90daf79591559561
0x1af23bd57c62a99c59ad48236553d0dd11e49d2dfalse150x3a1fa5a6c92c7cf74ca6cff0a5a4fc3ef224be60491590112024-11-17T11:59:52.000Z10000000021188224749140xabc938708578f28d97437ef4e391f251de8516b75b1a4a77a47f707ad63cc8ee4423713955
0x1af23bd57c62a99c59ad48236553d0dd11e49d2dfalse270x810319d001114edde6af23a643584bc343106e08491703312024-11-17T15:18:24.000Z581855407021246770018580x6144efa220e5165ef2ccc82de0e8084e953e99c0a98b48df8fa28cc64b110d605818554070
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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
0x1af23bd57c62a99c59ad48236553d0dd11e49d2dfalse530x219895b55a5b88d6a32d48ba28793cd8010d6ee6509008450x735e42ff68711e665ba2c72c3999eb1454e6d9d214141005887669808461922024-12-09T21:03:22.000Z0x9d4ba0d8fdcdfd9ca8c3064365abe7b2dd6bbc46f2ee62876d20f0d2be24716b0x697a70779c1a03ba2bd28b7627a902bff831b616
0x69cda960e3b20dfd480866fffd377ebe40bd0a46false200x810568f43def42f13e032ee9bdc3e7a19a9e6ea0565688070x3204cbd66d3e16b4fdc94eacabc5153281c7b08344545108541514188222025-02-25T07:11:34.000Z0x42d27ca3319449c106f4388358fadb3d2e7bf33fbbb1007d8ca60923945441230x697a70779c1a03ba2bd28b7627a902bff831b616
0x69cda960e3b20dfd480866fffd377ebe40bd0a46false360x8d5b4d8d09cfb9b1c4a60b6986ac1c39d3aa0682565700500x3204cbd66d3e16b4fdc94eacabc5153281c7b08357292801717867074532025-02-25T07:35:29.000Z0x54edf4a48ed843acd59296cb3cff87a6e7f272af61c856cf359575472ff2cc130x697a70779c1a03ba2bd28b7627a902bff831b616
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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
0x1af23bd57c62a99c59ad48236553d0dd11e49d2dfalse0x0f4daa365a72c5b134d6e263f21b64de87f2392a75116122496659672549573887830392024-12-13T02:07:49.000Z0x0be0719bc7fd75ba73bdfc66d5fb6554970d5c6eba0a99cec03740c2a3eddc81957388783039
0x1af23bd57c62a99c59ad48236553d0dd11e49d2dfalse0x1e1e44bd78b82a7662f881c96ed093b74aa5301b7512064596000000059417880692024-12-13T15:19:21.000Z0x6ed5bb762fbbe96fb36836384348c1dfd0c1151fad67532a29b9d0ea4462dad55941788069
0x1af23bd57c62a99c59ad48236553d0dd11e49d2dfalse0x1e489988d663dcac0f2ab2f13ad0a840c6b07a5788511906602298850065022766817044892024-12-13T10:43:31.000Z0x393737d77e39e8895469d48f19ed55aa5c4cd86c0dae831cdf46a0e187d006db2312457220323
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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
0x84064c058f2efea4ab648bb6bd7e40f83ffde39afalse18481430132024-11-04T16:20:45.000Z0x35144775bda7f28a50d9f58ab6ece10f8cbe99b337ff11e686875280f7d7f9531000000000000000000
0x183de3c349fcf546aae925e1c7f364ea6fb4033cfalse16546738882025-01-27T14:24:06.000Z0x934dbd4b7d9e44b623c531e7040b3123b6ec875b9f97e907fee37811b94ab5e6250000000000000000250000000000000000
0x697a70779c1a03ba2bd28b7627a902bff831b616false6435522102024-09-06T13:04:30.000Z0x45e1e2aea254bb86d79b17a0d9a1f2b81bfa12c9bc23237e15b625aa9fc7668d2500000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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
0x1af23bd57c62a99c59ad48236553d0dd11e49d2dfalse240x298e013544c56aa8cd0ca7770b8680fa3bbe0d64473894882024-10-25T19:15:49.000Z2000000000019934572418250x35e830916fdf794c0653aa546810be2845caded9a5c04eff208c4526533342e219968687805614
0x1af23bd57c62a99c59ad48236553d0dd11e49d2dfalse60xc181408443cb88b739a8c54c047c9fcf66570e74473868382024-10-25T18:29:23.000Z5000096349837547830x84e1af80317008a51f2c58c8ac183abcca3912566492bbe1fd1d035c12a082500
0x1af23bd57c62a99c59ad48236553d0dd11e49d2dfalse140x298e013544c56aa8cd0ca7770b8680fa3bbe0d64473894412024-10-25T19:14:59.000Z1500000000014950930153600x6fcdedb12c366a6fb7b8bda9e5e1f852908d79bef035b125d3801aa57283de3921962145047439
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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
0x183de3c349fcf546aae925e1c7f364ea6fb4033cfalse0x05c446f4d6c3fb71f2f2949c92e0a5ee6e59853e170x05c446f4d6c3fb71f2f2949c92e0a5ee6e59853e557368199367488995321170611492025-02-11T14:55:59.000Z17154575259276944812504750xbfa929d764fc5ddb8f457ab8a9e64a6d1ca5018d8759f1931f3feb8ee4c96631818704667771283814941
0x183de3c349fcf546aae925e1c7f364ea6fb4033cfalse0x766aca685baf2edc50b586185edbebe38ba9bfc7130x766aca685baf2edc50b586185edbebe38ba9bfc755721071102145092453918011499452025-02-11T09:33:05.000Z16163098082145797212230760x1d5639c5d4beefeb96d99b3f3dc21cf87385153ebbf8087fadb8de46e6e7133d0
0x183de3c349fcf546aae925e1c7f364ea6fb4033cfalse0x766aca685baf2edc50b586185edbebe38ba9bfc790x766aca685baf2edc50b586185edbebe38ba9bfc755720849500000000000076462865402025-02-11T09:28:19.000Z16265229465420204135945030xe54a369a7f7bc099e63dedea9721b4327a25c6f9ffabf0945eec8ea917704fd310214500636080562494840
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.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_zksyncera.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
0x84064c058f2efea4ab648bb6bd7e40f83ffde39afalse16491273622024-11-17T02:38:11.000Z2388650xb63e898c83bcf3dfae04728203b6062350ab21035352ee39f8aa05c69d4fb93c00xa1193e941bdf34e858f7f276221b4886efdd040b
0x1fa916c27c7c2c4602124a14c77dbb40a5ff1be8false9491566792024-11-17T11:19:18.000Z56992769845382020xa9aa6d31dd0354b95b25e8dc641ca749ed793f3fb1d9f5aff1a98c76a592ff9800xa1193e941bdf34e858f7f276221b4886efdd040b
0x69cda960e3b20dfd480866fffd377ebe40bd0a46false12491614312024-11-17T12:42:33.000Z128165590xa99e158b05457b82727e09f9ba659758969a53695c40c91df2b49fbf631d68ca00xa1193e941bdf34e858f7f276221b4886efdd040b
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_zksyncera.VToken_SpreadReservesReduced_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100