Skip to main content

Tables

Comptroller_borrowVerify_function

Venus Protocol Comptroller borrow verification function calls recording post-borrow validation checks. Contains vToken market address, borrower address, and borrowed amount for compliance monitoring and risk management analysis.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_vTokenSTRINGContract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowAmountSTRINGAmount borrowed in the transaction. Denominated in the smallest unit of the underlying token.
gasvaluestatusgas_usedin_vTokensignatureto_addressin_borrowerblock_numberfrom_addresstrace_addressblock_timestampin_borrowAmounttransaction_hash
4103760true195670x8c3e3821259b82ffb32b2450a95d2dcbf161c24e0x5c7786050x687a01ecf6d3907658f7a7c714749fac32336d1b0x5caf2fee61b3c927228d889515ce751bb235ed48236740740x8c3e3821259b82ffb32b2450a95d2dcbf161c24e1,52025-10-28T06:15:23.000Z39500000000x85e6169e54ad196d26b08ab1e38982a34d26a99b78693b0be8e5213f16e4020e
2766120true195670x8c3e3821259b82ffb32b2450a95d2dcbf161c24e0x5c7786050x687a01ecf6d3907658f7a7c714749fac32336d1b0xe799dcd99e9fb68c67fcedb25655401e6f7923d4236754250x8c3e3821259b82ffb32b2450a95d2dcbf161c24e1,52025-10-28T10:47:47.000Z41000000000x2209fcd4e41ed40191a22527af9aa26eef1fec44e436adafe63168e80b80b590
2749620true195670x8c3e3821259b82ffb32b2450a95d2dcbf161c24e0x5c7786050x687a01ecf6d3907658f7a7c714749fac32336d1b0x48a9789428f2067338d02b1ef3612df64f05feb7236763570x8c3e3821259b82ffb32b2450a95d2dcbf161c24e1,52025-10-28T13:56:11.000Z400000000000x8f5b46fac9c292d54c34e993bf12421d2ed8f48f997a01e9cf07caa183136a4d
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.Comptroller_borrowVerify_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Comptroller_liquidateAccount_function

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

Comptroller_liquidateBorrowVerify_function

Venus protocol comptroller verification function calls for liquidation operations. Records borrower, liquidator, repayment amounts, and collateral seizure calculations during debt liquidation events.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_vTokenBorrowedSTRINGContract address of the vToken representing the borrowed asset in the liquidation. Hex-encoded, 0x-prefixed, 42-character string.
in_vTokenCollateralSTRINGContract address of the vToken representing the collateral being seized in the liquidation. Hex-encoded, 0x-prefixed, 42-character string.
in_liquidatorSTRINGAddress of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_actualRepayAmountSTRINGAmount of tokens repaid in the transaction. Numeric string representing the quantity in the smallest unit of the underlying asset.
in_seizeTokensSTRINGQuantity of collateral tokens seized from the borrower during liquidation. Numeric string representing the amount in the smallest unit of the collateral token.
gasvaluestatusgas_usedsignatureto_addressin_borrowerblock_numberfrom_addressin_liquidatortrace_addressin_seizeTokensblock_timestamptransaction_hashin_vTokenBorrowedin_vTokenCollateralin_actualRepayAmount
118090true95110x47ef3b3b0x687a01ecf6d3907658f7a7c714749fac32336d1b0xa3429ca2d20169d5b30a4f0feb667ab49067b521221045410x17c07e0c232f2f80dfdbd7a95b942d893a4c5acb0xa40f91e5c66de267e7ed41398e876612616791911,1386288342025-03-22T19:34:35.000Z0x3e1a1a00bb95a2514ebbc1236738d32528e175064a9204f4f3759b91351a822f0x17c07e0c232f2f80dfdbd7a95b942d893a4c5acb0x7c8ff7d2a1372433726f879bd945ffb250b94c65158215059
2380140true75110x47ef3b3b0x687a01ecf6d3907658f7a7c714749fac32336d1b0x341702e899cfff867b6afee06bc59e031c1b004b220200640x17c07e0c232f2f80dfdbd7a95b942d893a4c5acb0x7d6520275f03dbb389ab34080015496048d83a7a1,3,0,3,1,1351183652025-03-11T00:31:23.000Z0x80612153d65254ee662c1b4f860d31152e8dcc4717cc2bab34136cfda1cddde80x17c07e0c232f2f80dfdbd7a95b942d893a4c5acb0x8716554364f20bca783cb2baa744d39361fd1d8d3631324970
13429100true67070x47ef3b3b0x687a01ecf6d3907658f7a7c714749fac32336d1b0xa98e339f5a0f135792286d481b4e23d91a667d3f235504810x256addbe0a387c98f487e44b85c29eb983413c5e0xb441dea845a1a03a3e7aee81c03662fd9a1b6fda0,2,1,1,133919168632025-10-10T23:03:23.000Z0xdcac62d401634a3572325430f87af34739d44146c679e08824e275bcd2accb360x256addbe0a387c98f487e44b85c29eb983413c5e0x7c8ff7d2a1372433726f879bd945ffb250b94c6511242595055547855921730
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.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
0x687a01ecf6d3907658f7a7c714749fac32336d1bfalse0x17c07e0c232f2f80dfdbd7a95b942d893a4c5acb1720x10b64b0470b0905b0f9d62d163489a0f3054c95b217246452025-01-28T17:54:35.000Z0x2105592aa080f1b4b2ba8e4485ba1a57d84c37b69190a30eb7f9b8b11024efba
0x687a01ecf6d3907658f7a7c714749fac32336d1bfalse0x17c07e0c232f2f80dfdbd7a95b942d893a4c5acb5030x2b549e5e494004a86a43a826cb25b738d0d70dd0217255982025-01-28T21:06:23.000Z0xf4ef9bc3b07ee76626f44c9a36d8b1bd1dd78724e70555db00267b93b57d30be
0x687a01ecf6d3907658f7a7c714749fac32336d1bfalse0x8c3e3821259b82ffb32b2450a95d2dcbf161c24e3090xda64a230fcaa9bf71cad1cd41a04ab4d1709e833197146812024-04-23T01:02:11.000Z0x3badfe3c1b4796d1cab62d609915930df7f90f2d933910003a1b0027af0167d6
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.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
0x687a01ecf6d3907658f7a7c714749fac32336d1bfalse0xd8add9b41d4e1cd64edad8722ab0ba8d355366572160x8bf26f6629560ba712c3f6f4616191dad477a339206373812024-08-29T23:00:35.000Z0xd186ab9d59f234445385fc63b93fc169bdbc9f1341f9b3a08db87254db670ffd
0x687a01ecf6d3907658f7a7c714749fac32336d1bfalse0xd8add9b41d4e1cd64edad8722ab0ba8d355366573140x2ff6e7fc4a5ae462bfadff0bbbe18242782f8ef6218509982025-02-15T09:40:47.000Z0x0746e992ca64ad0495423b7cb06ad6f74c61613a52ff4307f2928be1a91f2fbd
0x687a01ecf6d3907658f7a7c714749fac32336d1bfalse0x8c3e3821259b82ffb32b2450a95d2dcbf161c24e3340x2c7a1398368a38489bb6dc53b79b3e416b531636205484132024-08-17T12:42:11.000Z0x59db864c85d9d48e7012347118ac07ac173a3ba34f2da18675cb293c43383754
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.Comptroller_MarketExited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Comptroller_mintVerify_function

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

Comptroller_redeemVerify_function

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

Comptroller_repayBorrowVerify_function

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

Comptroller_seizeVerify_function

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

Comptroller_transferVerify_function

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

ComptrollerCurve_borrowVerify_function

Venus Protocol v1 comptroller borrow verification function calls on Ethereum, capturing each borrow validation with vToken address, borrower, and borrow amount. Used for analyzing lending protocol risk management and borrow approval patterns.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_vTokenSTRINGContract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowAmountSTRINGAmount borrowed in the transaction. Denominated in the smallest unit of the underlying token.
gasvaluestatusgas_usedin_vTokensignatureto_addressin_borrowerblock_numberfrom_addresstrace_addressblock_timestampin_borrowAmounttransaction_hash
68670true37960x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda0x5c7786050x67aa3ecc5831a65a5ba7be76bed3b5dc7db607960xeb7712be87c541fa1a7cf647ca927a5c8da814a3200880570x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda1,52024-06-14T05:48:35.000Z2400000000000000000000000x5c4da0353f19f2983e454f08a3dca92ded437cd38d7938964b2f7948adfa3619
68670true37960x2d499800239c4cd3012473cb1eae33562f0a69330x5c7786050x67aa3ecc5831a65a5ba7be76bed3b5dc7db607960x772d986974b41a79601000e27a89cc29168fd69d197865220x2d499800239c4cd3012473cb1eae33562f0a69331,82024-05-03T02:10:47.000Z1000000000000000000000000xbe406c66211b7c4ffde9b574c339613bc81c1e91df7edc3dfa883aff366f7e34
68670true37960x2d499800239c4cd3012473cb1eae33562f0a69330x5c7786050x67aa3ecc5831a65a5ba7be76bed3b5dc7db607960xd98a1b4082052b57e5688a69d07263c4b7963c5d200037720x2d499800239c4cd3012473cb1eae33562f0a69331,82024-06-02T11:15:35.000Z37000000000000000000000xe04806049163c6adbf3ccf0b66f43cc1647cc56f72329bba3e6535b1b2e93d0a
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.ComptrollerCurve_borrowVerify_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ComptrollerCurve_liquidateAccount_function

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

ComptrollerCurve_liquidateBorrowVerify_function

Liquidation verification events from Venus Protocol’s Comptroller contract on Ethereum, recording when the protocol validates borrow liquidations with collateral seizure amounts. Used for analyzing liquidation mechanics, including repayment amounts and vToken (Venus Protocol tokens) collateral transfers between borrowers and liquidators.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_vTokenBorrowedSTRINGContract address of the vToken representing the borrowed asset in the liquidation. Hex-encoded, 0x-prefixed, 42-character string.
in_vTokenCollateralSTRINGContract address of the vToken representing the collateral being seized in the liquidation. Hex-encoded, 0x-prefixed, 42-character string.
in_liquidatorSTRINGAddress of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_actualRepayAmountSTRINGAmount of tokens repaid in the transaction. Numeric string representing the quantity in the smallest unit of the underlying asset.
in_seizeTokensSTRINGQuantity of collateral tokens seized from the borrower during liquidation. Numeric string representing the amount in the smallest unit of the collateral token.
gasvaluestatusgas_usedsignatureto_addressin_borrowerblock_numberfrom_addressin_liquidatortrace_addressin_seizeTokensblock_timestamptransaction_hashin_vTokenBorrowedin_vTokenCollateralin_actualRepayAmount
5433950true19570x47ef3b3b0x67aa3ecc5831a65a5ba7be76bed3b5dc7db607960xc7bce04163374984e6aa210b3b8e444067df2355202371790x2d499800239c4cd3012473cb1eae33562f0a69330x167f6e958a1a082e33c75fab66bd511016e513400,3,7,1,164092629456152024-07-05T01:59:47.000Z0x39352f3b0b5d62fd93d4010af59ff34052c905403a6c617b35950dd72934a9e60x2d499800239c4cd3012473cb1eae33562f0a69330x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda884389952058469794122
5595270true19570x47ef3b3b0x67aa3ecc5831a65a5ba7be76bed3b5dc7db607960xc7bce04163374984e6aa210b3b8e444067df2355200806230x2d499800239c4cd3012473cb1eae33562f0a69330x167f6e958a1a082e33c75fab66bd511016e513400,3,7,1,137042577837412024-06-13T04:49:11.000Z0x83647fb049b89d021c13fa834d7d77b909424d18d4feca8ff8daee2187dc229e0x2d499800239c4cd3012473cb1eae33562f0a69330x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda1698151794072167221556
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.ComptrollerCurve_liquidateBorrowVerify_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ComptrollerCurve_MarketEntered_event

Events recording when user accounts enter new lending markets in Venus Protocol’s Curve pool comptroller on Ethereum. Tracks account-to-vToken relationships for analyzing market participation and collateral enablement patterns.
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
0x67aa3ecc5831a65a5ba7be76bed3b5dc7db60796false0x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda3320x47589353dde79ced0b97cf8f685a34657d752c19207274332024-09-11T12:41:23.000Z0x2921759dbf2435f7e486e40922f4cac0ba8d172b171ccc1ec8b232bc9482ebd6
0x67aa3ecc5831a65a5ba7be76bed3b5dc7db60796false0x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda3740xa787f09349999a61434cfb75118c6a9d0cac9406198061392024-05-05T20:00:47.000Z0x88d6a2aa778fca2fc4b29513f07a6c1d88dca0c6eebcb2cc9270131a1981add1
0x67aa3ecc5831a65a5ba7be76bed3b5dc7db60796false0x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda4400xc72f3295b7fe847ec99e3a3c6dd6e90db5e1061b195993332024-04-06T21:22:59.000Z0x4d82c8559c351b5cc09dc8c945be9cf56f5d7f19cc57d3406bb09a3f46244cea
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.ComptrollerCurve_MarketEntered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ComptrollerCurve_MarketExited_event

No description available.
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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.ComptrollerCurve_MarketExited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ComptrollerCurve_mintVerify_function

Verification events from Venus Protocol’s ComptrollerCurve contract on Ethereum that validate vToken minting operations, recording minter addresses, token amounts, and actual mint values. Used for analyzing lending protocol mint transaction validation and supply-side activity across Venus markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_vTokenSTRINGContract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_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
68860true38130xe4f683b80e8e141313dd5f2d0066f66e454a57bf0x2d499800239c4cd3012473cb1eae33562f0a69330x41c728b90x67aa3ecc5831a65a5ba7be76bed3b5dc7db60796196717080x2d499800239c4cd3012473cb1eae33562f0a693318482189248411,72024-04-17T00:47:59.000Z0xc56c51a618a325c3f71db304e5786f738adfb70e162695d493853d8bff626ed618500000000000000000000
68860true38130xe4f683b80e8e141313dd5f2d0066f66e454a57bf0x2d499800239c4cd3012473cb1eae33562f0a69330x41c728b90x67aa3ecc5831a65a5ba7be76bed3b5dc7db60796196716920x2d499800239c4cd3012473cb1eae33562f0a693341959567887301,102024-04-17T00:44:47.000Z0xcbae62a73128b4058448d04c28f3d8db83a501a6ca785f33bcf3afe4405b86fc42000000000000000000000
1600750true171820x15525da6cd5cf7c2afab280477850ee9709464fd0x2d499800239c4cd3012473cb1eae33562f0a69330x41c728b90x67aa3ecc5831a65a5ba7be76bed3b5dc7db60796205184710x2d499800239c4cd3012473cb1eae33562f0a693319801830083541,72024-08-13T08:20:47.000Z0x410b065b32e375f604816bf9218484fe3a2c252dd6889b3f4e5294bbad6156df20000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.ComptrollerCurve_mintVerify_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ComptrollerCurve_redeemVerify_function

Redemption verification function calls from Venus Protocol’s Curve Comptroller contract on Ethereum, tracking vToken redemptions with amounts, redeemer addresses, and execution status. Used for analyzing lending market withdrawals and comptroller validation logic.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_vTokenSTRINGContract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_redeemerSTRINGAddress of the account that initiated the redemption transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_redeemAmountSTRINGAmount of underlying asset tokens withdrawn from the lending pool during redemption.
in_redeemTokensSTRINGAmount of interest-bearing pool tokens burned during the redemption transaction. String-encoded integer representing the quantity of cTokens or equivalent derivative tokens exchanged for underlying assets.
gasvaluestatusgas_usedin_vTokensignatureto_addressin_redeemerblock_numberfrom_addresstrace_addressblock_timestampin_redeemAmountin_redeemTokenstransaction_hash
68220true37470x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda0x51dff9890x67aa3ecc5831a65a5ba7be76bed3b5dc7db607960x772d986974b41a79601000e27a89cc29168fd69d202529270x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda1,62024-07-07T06:44:47.000Z82461795889499132775218213850109650x3ccaa70895e7585fdcebb44762df81782f8c2e51f4653495af1e116abc0a31f4
68220true37470x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda0x51dff9890x67aa3ecc5831a65a5ba7be76bed3b5dc7db607960x772d986974b41a79601000e27a89cc29168fd69d202528630x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda1,92024-07-07T06:31:59.000Z130000000000006693472930129490361846660xc5ae9d630d9ffa7e7bb387f67f5fbce7c8e671fc7db444dc063fde7819f97186
68220true37470x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda0x51dff9890x67aa3ecc5831a65a5ba7be76bed3b5dc7db607960x772d986974b41a79601000e27a89cc29168fd69d202528780x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda1,62024-07-07T06:34:59.000Z120000000000004733219861119529554600820x5f2ffc74c0f3d80797965dad13ab352def6d967c59844bf60ec4f726f426a988
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.ComptrollerCurve_redeemVerify_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ComptrollerCurve_repayBorrowVerify_function

Borrow repayment verification events from Venus Protocol’s Curve Comptroller on Ethereum, capturing payer, borrower, vToken addresses, repayment amounts, and borrower index values. Used for tracking loan repayment validations and analyzing lending protocol activity.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_vTokenSTRINGContract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_payerSTRINGAddress of the account that provided the funds for the repayment or payment transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_actualRepayAmountSTRINGAmount of tokens repaid in the transaction. Numeric string representing the quantity in the smallest unit of the underlying asset.
in_borrowerIndexSTRINGBorrow index value of the borrower at the time of the repayment transaction. Numeric string representing the scaled interest accumulation factor.
gasvaluestatusgas_usedin_payerin_vTokensignatureto_addressin_borrowerblock_numberfrom_addresstrace_addressblock_timestampin_borrowerIndextransaction_hashin_actualRepayAmount
201720true172900xeb7712be87c541fa1a7cf647ca927a5c8da814a30x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda0x1ededc910x67aa3ecc5831a65a5ba7be76bed3b5dc7db607960xeb7712be87c541fa1a7cf647ca927a5c8da814a3205184340x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda1,62024-08-13T08:13:23.000Z10303560841620859380xd426c57ee2076993a92459f2a977283ba8276efbf3762f0c3c820343042ddc70201447506908169860333756
201680true172900xeb7712be87c541fa1a7cf647ca927a5c8da814a30x2d499800239c4cd3012473cb1eae33562f0a69330x1ededc910x67aa3ecc5831a65a5ba7be76bed3b5dc7db607960xeb7712be87c541fa1a7cf647ca927a5c8da814a3205183500x2d499800239c4cd3012473cb1eae33562f0a69331,62024-08-13T07:55:59.000Z10219878842631121220x3ce358c2a36a2806ac881a53d2f7e0040445e79d4b25ddd5f9375d79b68cea4535131128772437064747815
70070true39200xe4f683b80e8e141313dd5f2d0066f66e454a57bf0x2d499800239c4cd3012473cb1eae33562f0a69330x1ededc910x67aa3ecc5831a65a5ba7be76bed3b5dc7db607960xe4f683b80e8e141313dd5f2d0066f66e454a57bf196717250x2d499800239c4cd3012473cb1eae33562f0a69331,62024-04-17T00:51:23.000Z10018724748556325880x8070e43dbb0bb42fe2cb33f0525cc7ed687a47f831861e757dac4b9e5ece98788279998091818417708450
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.ComptrollerCurve_repayBorrowVerify_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ComptrollerCurve_seizeVerify_function

Liquidation verification function calls from Venus Protocol’s ComptrollerCurve contract on Ethereum, recording when the protocol validates seizure of collateral tokens during liquidations. Tracks borrower addresses, liquidator addresses, vToken pairs, and seized token amounts for analyzing liquidation mechanics and collateral transfers.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_vTokenCollateralSTRINGContract address of the vToken representing the collateral being seized in the liquidation. Hex-encoded, 0x-prefixed, 42-character string.
in_vTokenBorrowedSTRINGContract address of the vToken representing the borrowed asset in the liquidation. Hex-encoded, 0x-prefixed, 42-character string.
in_liquidatorSTRINGAddress of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_seizeTokensSTRINGQuantity of collateral tokens seized from the borrower during liquidation. Numeric string representing the amount in the smallest unit of the collateral token.
gasvaluestatusgas_usedsignatureto_addressin_borrowerblock_numberfrom_addressin_liquidatortrace_addressin_seizeTokensblock_timestamptransaction_hashin_vTokenBorrowedin_vTokenCollateral
5395980true19440x6d35bf910x67aa3ecc5831a65a5ba7be76bed3b5dc7db607960xc7bce04163374984e6aa210b3b8e444067df2355200806230x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda0x167f6e958a1a082e33c75fab66bd511016e513400,3,7,1,12,1,57042577837412024-06-13T04:49:11.000Z0x83647fb049b89d021c13fa834d7d77b909424d18d4feca8ff8daee2187dc229e0x2d499800239c4cd3012473cb1eae33562f0a69330x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda
5270280true19440x6d35bf910x67aa3ecc5831a65a5ba7be76bed3b5dc7db607960xc7bce04163374984e6aa210b3b8e444067df2355202371790x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda0x167f6e958a1a082e33c75fab66bd511016e513400,3,7,1,15,1,54092629456152024-07-05T01:59:47.000Z0x39352f3b0b5d62fd93d4010af59ff34052c905403a6c617b35950dd72934a9e60x2d499800239c4cd3012473cb1eae33562f0a69330x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.ComptrollerCurve_seizeVerify_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ComptrollerCurve_transferVerify_function

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_vTokenSTRINGContract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_srcSTRINGAddress of the account from which tokens or assets are being withdrawn or transferred. Hex-encoded, 0x-prefixed, 42-character string.
in_dstSTRINGAddress of the account receiving tokens or assets in the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_transferTokensSTRINGNumber of vToken units being transferred in the operation. String-encoded integer representing the token amount in the smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.ComptrollerCurve_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
0x61caff113ccaf05ffc6540302c37adcf077c5179false199213724190x687a01ecf6d3907658f7a7c714749fac32336d1b2024-12-10T13:32:11.000Z0x25c20e6e110a1ce3febacc8b7e48368c7b2f0c910x288d16d8b0e1d2b1dddd0196ce1bf78cad8a5bf1a09859f76b059bf078f37c8b
0x61caff113ccaf05ffc6540302c37adcf077c5179false305201334390xf522cd0360ef8c2ff48b648d53ea1717ec0f3ac32024-06-20T14:08:47.000Z0xdb6c345f864883a8f4cae87852ac342589e76d1b0x00210ccb700b0c32ec140c005e03f3e24a755d7778f1d1bc9bbbac63056d6b5b
0x61caff113ccaf05ffc6540302c37adcf077c5179false120204136750xf522cd0360ef8c2ff48b648d53ea1717ec0f3ac32024-07-29T17:20:11.000Z0xa854d35664c658280fff27b6edc6c4195c3229b30xe48ce59d08305c27e3ecfc71f6ce0b087277dcf72e640a4f16235ddb88d5e16e
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.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
0x61caff113ccaf05ffc6540302c37adcf077c5179{“name”:“Liquid Staked ETH”,“creator”:“0x285960c5b22fd66a736c7136967a3eb15e93cc67”,“blockPosted”:“19368106”,“comptroller”:“0xf522cd0360ef8c2ff48b648d53ea1717ec0f3ac3”,“timestampPosted”:“1709631359”}false480193681060xf522cd0360ef8c2ff48b648d53ea1717ec0f3ac32024-03-05T09:35:59.000Z0x6aab7c9472b72b0eae785d452a68806cb93f23105491a6099d6d4fc63ee76ca3
0x61caff113ccaf05ffc6540302c37adcf077c5179{“name”:“Curve”,“creator”:“0x285960c5b22fd66a736c7136967a3eb15e93cc67”,“blockPosted”:“19113140”,“comptroller”:“0x67aa3ecc5831a65a5ba7be76bed3b5dc7db60796”,“timestampPosted”:“1706542883”}false271191131400x67aa3ecc5831a65a5ba7be76bed3b5dc7db607962024-01-29T15:41:23.000Z0xb1514dde68baaeabc582e364d482dfe205c366c41c7e36e88e11601e2489d27b
0x61caff113ccaf05ffc6540302c37adcf077c5179{“name”:“Core”,“creator”:“0x285960c5b22fd66a736c7136967a3eb15e93cc67”,“blockPosted”:“19113140”,“comptroller”:“0x687a01ecf6d3907658f7a7c714749fac32336d1b”,“timestampPosted”:“1706542883”}false265191131400x687a01ecf6d3907658f7a7c714749fac32336d1b2024-01-29T15:41:23.000Z0xb1514dde68baaeabc582e364d482dfe205c366c41c7e36e88e11601e2489d27b
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.PoolRegistry_PoolRegistered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vcrvUSDCore_AccrueInterest_event

Interest accrual events from Venus Protocol’s crvUSD Core market on Ethereum, capturing periodic updates to borrow indices, outstanding borrows, available cash, and accumulated interest. Used for tracking lending pool state changes and calculating historical interest rates.
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
0x8716554364f20bca783cb2baa744d39361fd1d8dfalse471194486552981881810000000000000000002024-03-16T16:31:59.000Z00x545abcae10ef94d07e5fe7d21e89017a3c4f5b494fe73e128489f8281cbf2d380
0x17c07e0c232f2f80dfdbd7a95b942d893a4c5acbfalse517194468681000000000010000000000000000002024-03-16T10:28:59.000Z00x3e601e7b290f8b9a43b724a09172de8a98a4465c1b5c82d0249948102805ec5d0
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false332194495951519448958989665843310017053644678350562024-03-16T19:42:11.000Z10025585427356326450x7dfb5abc9d5cea56ec1b8275453c38cb0486d076cd60373e81bb31ed34c69be7352783759478
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.vcrvUSDCore_AccrueInterest_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vcrvUSDCore_Borrow_event

Borrow event records from Venus Protocol’s crvUSD Core market on Ethereum, capturing when users borrow crvUSD against collateral. Tracks individual borrow amounts, cumulative account borrows, and protocol-wide total borrows for lending activity 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_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
0x672208c10aaaa2f9a6719f449c4c8227bc0bc202false6250x68dc394aa8afe0af3f772deecb97dc63fb5e0b77191133932024-01-29T16:32:35.000Z5000000000000000005000000000000000000xfc5f5a463be2effb0e65c0ba91cd76fad6b8b05cc194ff59e0f522a09cf5d07e500000000000000000
0x672208c10aaaa2f9a6719f449c4c8227bc0bc202false1610x68dc394aa8afe0af3f772deecb97dc63fb5e0b77191134342024-01-29T16:40:47.000Z140004000000000246429840x4dd87152c7fe8b25775d7a48ebc28100be5e80878b9ee9be703f30b5f9b3da15400000000024642984
0x17c07e0c232f2f80dfdbd7a95b942d893a4c5acbfalse5200x3a7b003c06df82ba4b34d9ffd3b7c2856bbab6d1194468682024-03-16T10:28:59.000Z600000000060000000000x3e601e7b290f8b9a43b724a09172de8a98a4465c1b5c82d0249948102805ec5d6000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.vcrvUSDCore_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vcrvUSDCore_Mint_event

Mint events from Venus Protocol vToken markets on Ethereum where users deposit crvUSD collateral and receive vTokens in return. Tracks depositor addresses, underlying asset amounts, minted vToken quantities, and resulting account balances for analyzing Venus lending market supply activity.
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
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false0x22203e23c0ecec265b19a7173b095f91a9b0ab102521946542117000000000000000001699589192024-03-19T01:05:47.000Z0x18812c228960a3702a9d0f0f0f7e633bcd80578624b2c13b4203e5a502b96ada169958919
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false0xb81d163e3e03aa9a06cd5fc7d1434ef7b26d185c3911930473649939999999999999994992988692024-02-25T12:56:23.000Z0xad23a7d83a264d8fd4788b0596b5faa15346ee71f86e90c7512ef7b1292a912d499298869
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false0xe4f683b80e8e141313dd5f2d0066f66e454a57bf3011912898928000000000000000002800000002024-01-31T20:57:47.000Z0xcc88354b91d2bc125ddb5b53c85c5ad7408be36c8c03ea7b7bd6c36a5ac8ae00280000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.vcrvUSDCore_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vcrvUSDCore_NewReserveFactor_event

Reserve factor configuration changes for Venus Protocol crvUSD market on Ethereum. Tracks updates to the protocol’s reserve percentage (portion of interest allocated to reserves) with old and new mantissa values for analyzing protocol parameter governance.
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
0x672208c10aaaa2f9a6719f449c4c8227bc0bc202false98189680642024-01-09T07:56:59.000Z0x125b63fe4d108c83c50813b5497da59a5630fd6a9a9e49f5cfedb0c2f1d0b40b1000000000000000000
0x17c07e0c232f2f80dfdbd7a95b942d893a4c5acbfalse183189680622024-01-09T07:56:35.000Z0x3810d5a8f9dc816ad76b5f2ef9f0714f36544a9af7200b541c5f157a10e268251000000000000000000
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false96189680582024-01-09T07:55:47.000Z0x113646138998da6fa9651654fd6f3a8cbe3393804de3933d9bc780f34fb077b82000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.vcrvUSDCore_NewReserveFactor_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vcrvUSDCore_Redeem_event

Redemption events from Venus Protocol’s crvUSD Core market (vToken) on Ethereum, tracking withdrawals where users exchange vTokens for underlying crvUSD assets. Contains redeemer addresses, token amounts withdrawn, and remaining account balances for analyzing market liquidity and user withdrawal patterns.
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
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false3350x8a2d4e906d55c1a7ff043dd2a0335b722b1271e9194495952024-03-16T19:42:11.000Z1000000012304559076999760250x7dfb5abc9d5cea56ec1b8275453c38cb0486d076cd60373e81bb31ed34c69be70
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false4490x4c9253f44723f0d4f4180c82f3d7657474736a32194046392024-03-10T12:17:47.000Z8499999897276608184980310xf385b3c334859c4a90a2706bf164c91b8539281e00ca9dd8cf1504bc30e4f1b90
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false3650xe4f683b80e8e141313dd5f2d0066f66e454a57bf193483322024-03-02T15:19:11.000Z600000001088770882599867270x8c10f147d9a43063f9b99e74ae3f5b78b7ae4ff20a0fe391b9b38bac32df5d08220013273
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.vcrvUSDCore_Redeem_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vcrvUSDCore_RepayBorrow_event

Borrow repayment events from Venus Protocol’s crvUSD Core market on Ethereum, tracking when users pay down debt positions. Records include repayment amounts, remaining account borrows, and updated protocol-wide total borrows for analyzing deleveraging activity.
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
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false0x4c9253f44723f0d4f4180c82f3d7657474736a324330x4c9253f44723f0d4f4180c82f3d7657474736a3219404606400000077899183722024-03-10T12:11:11.000Z10024332230500988490x3e11d218ba28873ad438d26689a785e02de992221618324f7c3167006c3fc8b00
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false0xe4f683b80e8e141313dd5f2d0066f66e454a57bf2400xe4f683b80e8e141313dd5f2d0066f66e454a57bf193483356000000010887708822024-03-02T15:19:47.000Z10022744992720621980xc32f842bda2ef01372b3e4cb4247dbad0e1aa7cd72e605369b12132464f4a0371002274499272062198
0x672208c10aaaa2f9a6719f449c4c8227bc0bc202false0x68dc394aa8afe0af3f772deecb97dc63fb5e0b772100x68dc394aa8afe0af3f772deecb97dc63fb5e0b77191134161000000000000000002024-01-29T16:37:11.000Z4000000000164098100x6c3e29bd7a080b4e897cb636e25d7bd47af0e6aa32efc86318f265243399cd48400000000016409810
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.vcrvUSDCore_RepayBorrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vERC20_AccrueInterest_event

Interest accrual events from Venus Protocol (Compound fork) vToken markets on Ethereum, recording accumulated interest, total borrows, and borrow index updates for each market. Used for tracking lending pool interest rates and calculating borrower debt over time.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_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
0x17c07e0c232f2f80dfdbd7a95b942d893a4c5acbfalse517194468681000000000010000000000000000002024-03-16T10:28:59.000Z00x3e601e7b290f8b9a43b724a09172de8a98a4465c1b5c82d0249948102805ec5d0
0x8716554364f20bca783cb2baa744d39361fd1d8dfalse471194486552981881810000000000000000002024-03-16T16:31:59.000Z00x545abcae10ef94d07e5fe7d21e89017a3c4f5b494fe73e128489f8281cbf2d380
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false332194495951519448958989665843310017053644678350562024-03-16T19:42:11.000Z10025585427356326450x7dfb5abc9d5cea56ec1b8275453c38cb0486d076cd60373e81bb31ed34c69be7352783759478
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.vERC20_AccrueInterest_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vERC20_Borrow_event

Borrow event logs from Venus Protocol (Compound fork) vToken markets on Ethereum, recording each borrow transaction with borrower address, amount borrowed, and updated total borrows per account and market. Used for tracking leverage usage, borrowing patterns, and protocol debt positions across Venus money 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_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
0x672208c10aaaa2f9a6719f449c4c8227bc0bc202false6250x68dc394aa8afe0af3f772deecb97dc63fb5e0b77191133932024-01-29T16:32:35.000Z5000000000000000005000000000000000000xfc5f5a463be2effb0e65c0ba91cd76fad6b8b05cc194ff59e0f522a09cf5d07e500000000000000000
0x672208c10aaaa2f9a6719f449c4c8227bc0bc202false1610x68dc394aa8afe0af3f772deecb97dc63fb5e0b77191134342024-01-29T16:40:47.000Z140004000000000246429840x4dd87152c7fe8b25775d7a48ebc28100be5e80878b9ee9be703f30b5f9b3da15400000000024642984
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false1450x4c9253f44723f0d4f4180c82f3d7657474736a32194045392024-03-10T11:57:35.000Z4000000000000000010424330278283123240x97d67743059d6ced90e675c08a582a48bb837823cabcdc61c216b1c0aba6225b40000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.vERC20_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vERC20_Mint_event

Mint events from Venus Protocol v1 lending markets on Ethereum, recording when users supply collateral and receive vTokens in return. Tracks minter addresses, underlying token amounts deposited, vTokens minted, and resulting account balances for analyzing supply-side activity.
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
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false0x4c9253f44723f0d4f4180c82f3d7657474736a32206194044688500000000000000084980312024-03-10T11:43:11.000Z0xd6e0e05352d2b53fd4f1c5bb3816e3b2971f0c18082141af3f8d8d6711131ccf8498031
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false0x68dc394aa8afe0af3f772deecb97dc63fb5e0b774771911338310000000000000001000002024-01-29T16:30:35.000Z0x59470ee3db1fa6eb612d2a87b5f785365b3f1b133b90c9323d868baf41939fd9100000
0x8716554364f20bca783cb2baa744d39361fd1d8dfalse0xfd9b071168bc27dbe16406ec3aba050ce8eb22fa2891911314029818818298188182024-01-29T15:41:23.000Z0xb1514dde68baaeabc582e364d482dfe205c366c41c7e36e88e11601e2489d27b29818818
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.vERC20_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vERC20_NewReserveFactor_event

Reserve factor changes for Venus Protocol vToken markets on Ethereum, tracking the percentage of borrower interest allocated to protocol reserves. Used for analyzing protocol fee adjustments and treasury income across different 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.
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
0x17c07e0c232f2f80dfdbd7a95b942d893a4c5acbfalse183189680622024-01-09T07:56:35.000Z0x3810d5a8f9dc816ad76b5f2ef9f0714f36544a9af7200b541c5f157a10e268251000000000000000000
0x672208c10aaaa2f9a6719f449c4c8227bc0bc202false98189680642024-01-09T07:56:59.000Z0x125b63fe4d108c83c50813b5497da59a5630fd6a9a9e49f5cfedb0c2f1d0b40b1000000000000000000
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false96189680582024-01-09T07:55:47.000Z0x113646138998da6fa9651654fd6f3a8cbe3393804de3933d9bc780f34fb077b82000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.vERC20_NewReserveFactor_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vERC20_Redeem_event

Redemption events from Venus Protocol vToken (interest-bearing token) contracts on Ethereum, capturing when users withdraw underlying assets by burning vTokens. Contains redemption amounts, vToken quantities burned, and resulting account balances for analyzing lending protocol withdrawals and liquidity flows.
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
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false3650xe4f683b80e8e141313dd5f2d0066f66e454a57bf193483322024-03-02T15:19:11.000Z600000001088770882599867270x8c10f147d9a43063f9b99e74ae3f5b78b7ae4ff20a0fe391b9b38bac32df5d08220013273
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false4490x4c9253f44723f0d4f4180c82f3d7657474736a32194046392024-03-10T12:17:47.000Z8499999897276608184980310xf385b3c334859c4a90a2706bf164c91b8539281e00ca9dd8cf1504bc30e4f1b90
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false3350x8a2d4e906d55c1a7ff043dd2a0335b722b1271e9194495952024-03-16T19:42:11.000Z1000000012304559076999760250x7dfb5abc9d5cea56ec1b8275453c38cb0486d076cd60373e81bb31ed34c69be70
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.vERC20_Redeem_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vERC20_RepayBorrow_event

Loan repayment events from Venus Protocol (v1) vToken markets on Ethereum, tracking borrower debt reductions with repayment amounts, remaining balances, and total market borrows. Used to analyze lending market repayment activity, liquidation patterns, and borrower debt management.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_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
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false0x4c9253f44723f0d4f4180c82f3d7657474736a324330x4c9253f44723f0d4f4180c82f3d7657474736a3219404606400000077899183722024-03-10T12:11:11.000Z10024332230500988490x3e11d218ba28873ad438d26689a785e02de992221618324f7c3167006c3fc8b00
0x672208c10aaaa2f9a6719f449c4c8227bc0bc202false0x68dc394aa8afe0af3f772deecb97dc63fb5e0b772100x68dc394aa8afe0af3f772deecb97dc63fb5e0b77191134161000000000000000002024-01-29T16:37:11.000Z4000000000164098100x6c3e29bd7a080b4e897cb636e25d7bd47af0e6aa32efc86318f265243399cd48400000000016409810
0x7c8ff7d2a1372433726f879bd945ffb250b94c65false0xe4f683b80e8e141313dd5f2d0066f66e454a57bf2400xe4f683b80e8e141313dd5f2d0066f66e454a57bf193483356000000010887708822024-03-02T15:19:47.000Z10022744992720621980xc32f842bda2ef01372b3e4cb4247dbad0e1aa7cd72e605369b12132464f4a0371002274499272062198
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.vERC20_RepayBorrow_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
0x325ceb02fe1c2ff816a83a5770ea0e88e2faecf2false2912131120121966612110000000000000000002024-12-02T00:19:11.000Z00x3095a1f9941c9d343b834cb2317575c1248e2da08513233776fcb980d02e17930
0x325ceb02fe1c2ff816a83a5770ea0e88e2faecf2false3662131145736095674610000000000000000002024-12-02T01:10:35.000Z00x54a5e0bf8010611281367125a3a0beb6a1d1450bda2c26728d4f6bdc688717410
0x325ceb02fe1c2ff816a83a5770ea0e88e2faecf2false2732131149542684559910000000000000000002024-12-02T01:18:11.000Z00xa3420774f64eba1471b20dafa3aac4fad0fa5e4a7b2558ecd63348562fa9ba760
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.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_ethereum.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_ethereum.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
0x17c07e0c232f2f80dfdbd7a95b942d893a4c5acbfalse6840x43c0d84bbc4f819841387155e495a51a6779982a214137392024-12-16T07:59:23.000Z300000000040037226785510xdabf335b137ca9d73ddf26fa13bc3bfa03f020fed66bfbb715c03eaf57c0f04235302061011
0x8c3e3821259b82ffb32b2450a95d2dcbf161c24efalse1910x7051d15c06d3a44396de57b933d5e74552daf9cd195389172024-03-29T09:58:11.000Z1800000000129711315790xab97db1b9c71e15a9b9dd20d20cb604d777b1b899fbc57c11a8687fc76b44a0a1800000000
0xb4933af59868986316ed37fa865c829eba2df0c7false2490x073be86d6cf0a64acf4a67e302d021a2dd4bba02197892282024-05-03T11:15:47.000Z100000000000000000005686605758322305197580x692c1268d2f8b1c6b05854819c3dd62057bb800313bc80e9c429b9a2e9854259165000241707266494914
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.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
0x2d499800239c4cd3012473cb1eae33562f0a6933false510xc7bce04163374984e6aa210b3b8e444067df2355200806230x167f6e958a1a082e33c75fab66bd511016e5134016981517940721672215567042577837412024-06-13T04:49:11.000Z0x83647fb049b89d021c13fa834d7d77b909424d18d4feca8ff8daee2187dc229e0x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda
0x8c3e3821259b82ffb32b2450a95d2dcbf161c24efalse1970xb81d163e3e03aa9a06cd5fc7d1434ef7b26d185c204608220x167f6e958a1a082e33c75fab66bd511016e5134047541142182265297602024-08-05T07:18:11.000Z0x0fcdb11380c9e48975bd3f7ec04284c040b06bafcb5c53f34c6610a5fe36c6550x7c8ff7d2a1372433726f879bd945ffb250b94c65
0x2d499800239c4cd3012473cb1eae33562f0a6933false3390xc7bce04163374984e6aa210b3b8e444067df2355202371790x167f6e958a1a082e33c75fab66bd511016e513408843899520584697941224092629456152024-07-05T01:59:47.000Z0x39352f3b0b5d62fd93d4010af59ff34052c905403a6c617b35950dd72934a9e60x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bda
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.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
0x17c07e0c232f2f80dfdbd7a95b942d893a4c5acbfalse0x57a13950027a52ec31d48ad7a01675c04941e8f1246200480287206231324370979002447042024-06-08T15:32:59.000Z0x90c64e419cfaaa98e94555307ea0f0e351379ff3ee9b09a185752b9b29f0606d25316677149690
0x30ad10bd5be62cab37863c2bfcc6e8fb4fd85bdafalse0xd98a1b4082052b57e5688a69d07263c4b7963c5d15320048477127980000000000000000000127620707316732024-06-08T17:03:11.000Z0x115286033472efdf0cb2170ee9dc0091cbae7f3d60d8c8c9b67046a8489db20214954569067566
0x4fafbdc4f2a9876bd1764827b26fb8dc4fd1db95false0x35e2a11f743a43f00381a0aeb6764322ef1eb788982004574010790426910000000000001068573279152024-06-08T07:52:59.000Z0x39dcda4a0818bc922168e0d9d4c77fd91aebd28b22da6f76b501a890c226f04c1512925146224
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.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
0x62d9e2010cff87bae05b91d5e04605ef864abc3bfalse103214418892024-12-20T06:17:35.000Z0xb7b383398766570e8e58e12f2e7960c37802e602710a003d1f8b790dc5dbb3fa00
0x0792b9c60c728c1d2fd6665b3d7a08762a9b28e0false179214418912024-12-20T06:17:59.000Z0x519468b2b77d51b526f8d6a2fa5a550ec347f9eb4556aa708e20a15948473bdb00
0xcca202a95e8096315e3f19e46e19e1b326634889false233214418902024-12-20T06:17:47.000Z0x12a12886c8476188ab5cca63ea2f4de829c1993bb8cea97d48e8cd7f533cfd6300
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.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
0xc82780db1257c788f262fbbda960b3706dfdcaf2false4330x87b9d6e007fac40716877101d5dd5950e7321f14207360112024-09-12T17:26:11.000Z19951526420905160221942183400x9b596e41e7196107b50b27994e0eacfe36b6b419191dafbe88b7303ce26a028c25
0xef26c64bc06a8de4ca5d31f119835f9a1d9433b9false3000xedf1086b81f979354fc2ea07260eb83f5852eb15207363112024-09-12T18:26:11.000Z21271240066976302952127124000xa656e9d1e55310bfc76f45d7b5e1d436ec5a6b01328964d7b4d91f1933d3a39419141
0xc82780db1257c788f262fbbda960b3706dfdcaf2false4490x5f5b5294630e44a23c3e98d02c8c14534d4de148207361052024-09-12T17:44:59.000Z12014740922696710531169575070x4c017fd284030cdc7ce70c5d59fdd2db2a334123899f526ec5c42efd03d7fb6c0
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.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
0xc82780db1257c788f262fbbda960b3706dfdcaf2false0xbc1471308eb2287ebe137420eb1664a964895d211700x30043ad8a03d17f2dc9077564db24820f3af205620296786111460462834251434512024-07-13T09:47:35.000Z104382910331448406387670x196cf965d0d0f8e4982e482db1ab86007bd7eb8f56a141c8597235bf1cd30ee30
0x8716554364f20bca783cb2baa744d39361fd1d8dfalse0x7852f22cefa8bd0d6a38a6dc3f76e6e88c091a7c2670x7852f22cefa8bd0d6a38a6dc3f76e6e88c091a7c202976661501108872024-07-13T12:44:11.000Z69212940920x624d3ddc98f746bc3f4884d687fe5d3fcf0977795455be29f6e7b4d83271456b0
0xf9e9fe17c00a8b96a8ac20c4e344c8688d7b947efalse0xeafacad9810b701a77c1452ba6a162466193eb1f3530xeafacad9810b701a77c1452ba6a162466193eb1f202995719385888683183642432024-07-13T19:08:35.000Z1004634221627835694630xf6b84b099c62dce42567f9b1bcbbdd8975bcced4158d1e1401675c1f65b18adc0
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.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_ethereum.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
0x17c07e0c232f2f80dfdbd7a95b942d893a4c5acbfalse162215400012025-01-02T23:13:47.000Z1741519600xd3a403a376b053a02891989fc7d16fde7053df1879ebf4862abd9a732988a8bc00x8c8c8530464f7d95552a11ec31adbd4dc4ac4d3e
0x8c3e3821259b82ffb32b2450a95d2dcbf161c24efalse117215355152025-01-02T08:13:11.000Z1788442710xa544c8733d0e37c6c74e85bd45ed49dfb4261196e69c44cf2ddff319d115028900x8c8c8530464f7d95552a11ec31adbd4dc4ac4d3e
0x8c3e3821259b82ffb32b2450a95d2dcbf161c24efalse250194656792024-03-19T01:58:23.000Z26375190x5c794c515540fb49c5a12f10279cb0ff7295b885cef359425884b9ebffd940e400x8c8c8530464f7d95552a11ec31adbd4dc4ac4d3e
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_ethereum.VToken_SpreadReservesReduced_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100