Skip to main content

Tables

Liquidator_setTreasuryPercent_function

Function calls to update the treasury fee percentage in Venus Protocol’s liquidation contract on BNB Smart Chain (BSC). Used for tracking governance changes to liquidation reward distribution between liquidators and protocol treasury.
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.
gasNUMERICGas 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_newTreasuryPercentMantissaSTRINGThe new treasury percentage value being set, expressed as a mantissa with 18 decimal places (e.g., 500000000000000000 = 50%). This parameter determines what portion of liquidation proceeds goes to the Venus protocol treasury.
gasvaluestatusgas_usedsignatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hashin_newTreasuryPercentMantissa
61550380true137950x89a2bc250x0870793286aada55d39ce7f82fb2766e8004cf43629895480x939bd8d64c0a9583a7dcea9933f7b21697ab63960,92,02025-09-30T14:07:01.000Z0xd9eb15f11c70c5e4d42f6b9fadb67f764d693f00bd18d214694c6555957ad57b500000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.Liquidator_setTreasuryPercent_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
0x9f7b01a536afa00ef10310a162877fd792cd0666false130453551200x9df11376cf28867e2b0741348044780fbb7cb1d62024-12-31T12:01:49.000Z0x8f2ae20b25c327714248c95dfd3b02815cc823020xc5e59d5c21b863463ed9a616a0f2a20139976792a97b593d5f645e7b42935598
0x9f7b01a536afa00ef10310a162877fd792cd0666false103453551200x9df11376cf28867e2b0741348044780fbb7cb1d62024-12-31T12:01:49.000Z0x02243f036897e3be1cce1e540fa362fd587491490xc5e59d5c21b863463ed9a616a0f2a20139976792a97b593d5f645e7b42935598
0x9f7b01a536afa00ef10310a162877fd792cd0666false613297548800x1b43ea8622e76627b81665b1ecebb4867566b9632023-07-07T12:45:14.000Z0xc353b7a1e13ddba393b5e120d4169da7185aa2cb0x0afcd30140672b69b3f06084ff15863a66a6a71c559de4498d026591bb322ba3
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.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
0x9f7b01a536afa00ef10310a162877fd792cd0666{“name”:“GameFi”,“creator”:“0x939bd8d64c0a9583a7dcea9933f7b21697ab6396”,“blockPosted”:“29754880”,“comptroller”:“0x1b43ea8622e76627b81665b1ecebb4867566b963”,“timestampPosted”:“1688733914”}false402297548800x1b43ea8622e76627b81665b1ecebb4867566b9632023-07-07T12:45:14.000Z0x0afcd30140672b69b3f06084ff15863a66a6a71c559de4498d026591bb322ba3
0x9f7b01a536afa00ef10310a162877fd792cd0666{“name”:“DeFi”,“creator”:“0x939bd8d64c0a9583a7dcea9933f7b21697ab6396”,“blockPosted”:“29754880”,“comptroller”:“0x3344417c9360b963ca93a4e8305361aede340ab9”,“timestampPosted”:“1688733914”}false391297548800x3344417c9360b963ca93a4e8305361aede340ab92023-07-07T12:45:14.000Z0x0afcd30140672b69b3f06084ff15863a66a6a71c559de4498d026591bb322ba3
0x9f7b01a536afa00ef10310a162877fd792cd0666{“name”:“Tron”,“creator”:“0x939bd8d64c0a9583a7dcea9933f7b21697ab6396”,“blockPosted”:“29754880”,“comptroller”:“0x23b4404e4e5ec5ff5a6ffb70b7d14e3fabf237b0”,“timestampPosted”:“1688733914”}false424297548800x23b4404e4e5ec5ff5a6ffb70b7d14e3fabf237b02023-07-07T12:45:14.000Z0x0afcd30140672b69b3f06084ff15863a66a6a71c559de4498d026591bb322ba3
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.PoolRegistry_PoolRegistered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Unitroller_DistributedBorrowerVenus_event

Venus protocol XVS (Venus) token distribution events to borrowers on BNP Smart Chain (BSC). Tracks reward accruals per vToken market with distribution amounts and borrow index snapshots for analyzing protocol incentive mechanics.
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_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_venusDeltaSTRINGAmount of XVS (Venus Protocol governance token) distributed to the borrower in this event, denominated in the token’s smallest unit (wei). Typically non-zero when accruing borrower rewards, may be zero when updating state without distributions.
in_venusBorrowIndexSTRINGCumulative borrow index for the Venus (XVS) reward distribution at the time of the event, used to calculate accrued rewards for borrowers. Large integer value representing the scaled index with high precision (typically 36+ digits).
addressremovedin_vTokenlog_indexin_borrowerblock_numberin_venusDeltablock_timestamptransaction_hashin_venusBorrowIndex
0xfd36e2c2a6789db23113685031d7f16329158384false0xa07c5b74c9b40447a954e1466938b865b6bbea365320x00002b503a75998c97508916a74fdb41934fa0301011557624696667530838152572021-08-17T18:55:55.000Z0x82a55bd6867aed0a31848bd2f842aa193525ba6a6e51510a2a2d5ecc1c41ee801725106850189131078199904389211252133
0xfd36e2c2a6789db23113685031d7f16329158384false0xa07c5b74c9b40447a954e1466938b865b6bbea362660x00002b503a75998c97508916a74fdb41934fa03010115621329173602021-08-17T18:58:10.000Z0x96fc6055b620333a8296814f057f3585bcee48772db5f8a78e46ad9d320515d31725108914670089362014522499505983469
0xfd36e2c2a6789db23113685031d7f16329158384false0x95c78222b3d6e262426483d42cfa53685a67ab9d3610x006ec28f9a2bb48e95a2b7fcb0ff0ccdc22d59e5100957834328654015498022021-08-17T02:25:16.000Z0x1e8c38bffe2a6c780a32708a56e50f487cd7255e4d88d441918b1c37fa28d6631011550964342187948474689626224545955
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.Unitroller_DistributedBorrowerVenus_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Unitroller_DistributedSupplierVenus_event

Venus XVS (governance token) reward distribution events to suppliers on BSC. Tracks when XVS rewards are calculated and distributed to users supplying assets to Venus lending markets, indexed by vToken and supplier address for analyzing protocol incentive distribution.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_vTokenSTRINGContract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_supplierSTRINGAddress of the user who supplied assets to the lending protocol and is receiving reward tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_venusDeltaSTRINGAmount of Venus (XVS) governance tokens distributed to the supplier in this event. Raw token amount as a string integer, typically zero when no new rewards are accrued.
in_venusSupplyIndexSTRINGCumulative supply-side Venus token distribution index for the vToken market at the time of this event. Represented as a high-precision integer value used to calculate individual supplier rewards in the Venus protocol on BSC.
addressremovedin_vTokenlog_indexin_supplierblock_numberin_venusDeltablock_timestamptransaction_hashin_venusSupplyIndex
0xfd36e2c2a6789db23113685031d7f16329158384false0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d2780x1111111254eeb25477b68fb85ed929f73a9605823772420902024-04-10T01:16:46.000Z0xa3f2dfcfca132f7d9fbebce4d024252c2ce586614f5a951f17b828299c6898ac10150818052432129919341109392986344910381876
0xfd36e2c2a6789db23113685031d7f16329158384false0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d1990xf0989b6d86115285eb8ac21e28f8b53aaf6b7bc93772371802024-04-10T00:52:13.000Z0xb1ead63745501891cba4f4caae7f58e9ec38955303668ebb226ecf91db98787910150818052432129919341109392986344910381876
0xfd36e2c2a6789db23113685031d7f16329158384false0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d1950x16d07efc7f1e6d1b2ec15cb5723a02c51d8d8b6b3774563602024-04-10T19:10:43.000Z0x164659aa164f266ce6efb0f21cf22c0733f76a3aa0d4bbc75abd9d46f89767f110150818052432129919341109392986344910381876
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.Unitroller_DistributedSupplierVenus_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Unitroller_DistributedVAIMinterVenus_event

Venus XVS token distribution events to VAI (Venus Stablecoin) minters on BSC, tracking reward accruals with delta amounts and accumulator index values. Used for analyzing Venus governance token incentives for users who mint the protocol’s stablecoin.
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_vaiMinterSTRINGAddress of the user who minted VAI stablecoin and is receiving Venus (XVS) token rewards. Hex-encoded, 0x-prefixed BNB Smart Chain address for the VAI minter in the Venus protocol.
in_venusDeltaSTRINGAmount of XVS (Venus) tokens distributed to the VAI minter as rewards. Numeric string representation of token amount in wei (smallest unit), often zero when no rewards are distributed.
in_venusVAIMintIndexSTRINGAmount of Venus (XVS) tokens distributed per unit of VAI minted, represented as a scaled integer index. This value tracks the cumulative reward rate for VAI minters in the Venus protocol on BSC.
addressremovedlog_indexblock_numberin_vaiMinterin_venusDeltablock_timestamptransaction_hashin_venusVAIMintIndex
0xfd36e2c2a6789db23113685031d7f16329158384false182831940x07079238e272655a3265593a86d2f9d182d6f2b002021-06-14T06:53:23.000Z0xb6abddf2b15772bda82557ce27692fd871cf710b2275dfe45aaafce1dfb0cdb91007622929855258367981630086637026350
0xfd36e2c2a6789db23113685031d7f16329158384false182831640xdfdefd74fc5d1603e237392409898e70b41ca78e02021-06-14T06:51:53.000Z0xb5028467e962c42cc58abaa526ebc7f7ab2b739a3a9710ac2d6ee91e9bc5bcfd1007622929855258367981630086637026350
0xfd36e2c2a6789db23113685031d7f16329158384false182768100xc06d8b505b0e429be57b95f9bee1c234ef02c8c802021-06-14T01:28:46.000Z0xf3221e36d9dc04ccf8b17b30b740298d1c357efeb7baf0ff282aa311a0eecc061007622929855258367981630086637026350
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.Unitroller_DistributedVAIMinterVenus_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Unitroller_DistributedVAIVaultVenus_event

Venus (XVS) reward distribution events from the VAI stablecoin vault on BNB Smart Chain. Tracks periodic reward payouts to VAI vault participants for analyzing staking yields and protocol incentive distribution 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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xfd36e2c2a6789db23113685031d7f16329158384false4001736111111113160364200639262022-08-01T15:43:01.000Z0x6af9110918c52ba4966fde271a72317771bcbd01a7654d2f45a20ee856a9c39b
0xfd36e2c2a6789db23113685031d7f16329158384false4019097222222224280190200567912022-08-01T09:45:48.000Z0x887f896e0a75acba8a4bc8e19f32a1dc0bf745c61cab3c3448c89f2e18665f54
0xfd36e2c2a6789db23113685031d7f16329158384false4019097222222224280299200539772022-08-01T07:25:02.000Z0x8bc30c0d27dbcb38c9ec50f2d023890ef71ed1caf4c8cf2444c99005208ff1d7
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.Unitroller_DistributedVAIVaultVenus_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Unitroller_MarketEntered_event

Market entry events from Venus Protocol V1 on BSC Binance Smart Chain tracking when user accounts begin using specific vToken lending markets. Records account-to-vToken associations for monitoring collateral usage and protocol participation.
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
0xfd36e2c2a6789db23113685031d7f16329158384false0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d670x33b20784a40b190e434ea2e3533b6889fc91f7b3303136592023-07-26T23:42:58.000Z0xe0ab7ca91d4715abc783f68dcb9373b8200db261b499a2e414b2860a48af908b
0xfd36e2c2a6789db23113685031d7f16329158384false0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d700x30b809f2ed3a4d4556432e77e28cfa3ff7dc3796303027002023-07-26T14:33:51.000Z0x5f1af452bdc5c15434d9dccff6b53c2a115f0a64eec1fe0192a191d41ea9eb26
0xfd36e2c2a6789db23113685031d7f16329158384false0x1610bc33319e9398de5f57b33a5b184c806ad2173000xeaa359c5f15aabda73cfecc6ccce4fe5baf07944302923412023-07-26T05:54:47.000Z0x91a826f0bf467e539a8feea881076cc1bb2ed4bcd5e5f59e3aa61fcc9b45f405
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.Unitroller_MarketEntered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Unitroller_MarketListed_event

Market listing events from Venus Protocol’s Unitroller contract on BNB Smart Chain (BSC). Records when new vToken markets are added to the lending protocol, enabling supply and borrow operations for specific assets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_vTokenSTRINGContract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_vTokenlog_indexblock_numberblock_timestamptransaction_hash
0xfd36e2c2a6789db23113685031d7f16329158384false0x9a0af7fdb2065ce470d72664de73cae409da28ec2251450172021-02-24T02:06:54.000Z0x82a1fc2959c3c7bae86c01db537d53a75a287f0c18cc0c248bdf1f57ed35df3c
0xfd36e2c2a6789db23113685031d7f16329158384false46462613032025-01-31T23:14:04.000Z0x81af4c99d8f1545a125c5955b5140ca6c841b57f236c849d1b1ef434bf83cf80
0xfd36e2c2a6789db23113685031d7f16329158384false0x5c9476fcd6a4f9a3654139721c949c2233bbbbc822892592232021-07-18T08:08:33.000Z0x1d904d05a59c0fa6c4cb0c14615b81f6050e9a47e3e145beb5cca054df8ea1c3
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.Unitroller_MarketListed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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

VaiUnitroller_MintFee_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_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_feeAmountSTRINGFee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.VaiUnitroller_MintFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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

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

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

VBep20Delegate_AccrueInterest_event

Interest accrual events from Venus Protocol vToken (VBep20) lending markets on BNB Smart Chain, recording cash reserves, total borrows, borrow index updates, and accumulated interest per accrual period. Used for analyzing lending market dynamics, interest rate mechanics, and protocol revenue generation 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_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
0x882c173bc7ff3b7786ca16dfed3dfffb9ee7847bfalse497205960131004248302657580679978210681861671134598652022-08-20T03:42:01.000Z25399220309194389186600x9fbdcf2ec261228e2f994828b902f3244c1cbe947cc9eacdd974f37eba6eec01105070888805469
0xfd5840cd36d94d7229439859c0112a4185bc0255false2422061099710060341949314364731834793311258112306533371562022-08-20T16:11:13.000Z759612526159967633872145140x3d9f6d237913465704d942d539acbc7bc4320efa4d105a017903d50aa07d2b1739644235757172889833
0xfd5840cd36d94d7229439859c0112a4185bc0255false262061074210060541949314364731834793311258106430915960182022-08-20T15:58:28.000Z759592129717610062143246810xb075f26b9e65957667d15031a7d9e8088b7382207b774e95d02d3a0352d305fb23474358397210951261
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.VBep20Delegate_AccrueInterest_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VBep20Delegate_Borrow_event

Borrow event logs from Venus Protocol BEP-20 lending markets on BNB Smart Chain, capturing individual borrow transactions with borrowed amount, total market borrows, and borrower-specific debt balances. Used for analyzing borrowing activity, debt accumulation patterns, and market utilization across Venus lending pools.
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
0x08ceb3f4a7ed3500ca0982bcd0fc7816688084c3false1630xeb6b9a52f90695cc4775f0cdab9cbbc5f734493b166307732022-04-03T18:48:33.000Z46000000000000000000202407692480783385643828000x87303f36f2d6fd7b87bf5d4405b1a6bdbcef5af2b0f2f4f625abdf1df9e7206846000000000000000000
0x08ceb3f4a7ed3500ca0982bcd0fc7816688084c3false460x9ed1dcc53ecda1c323f96ba5882222ed0eb831d8166340292022-04-03T21:31:43.000Z2350000000000000000000202435108822284922400479510x928e23e59918a9f62074501d671b8bd963e2ee9980378d7b5a3a93574bd06dc45058057410177271872577
0x26da28954763b92139ed49283625cecaf52c6f94false5150x17d27fd272b5266ff630126dbc1399f6605ae6b9166301482022-04-03T18:16:19.000Z250000000000000000034855527880052822310990xfcefe834c4571042b3f380466078a43b02939c104238fc223b98cce9424a049b2500000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.VBep20Delegate_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VBep20Delegate_LiquidateBorrow_event

Liquidation events from Venus Protocol lending markets on BSC (BNB Chain), recording when underwater borrower positions are closed by liquidators who repay debt and seize collateral. Used for analyzing liquidation activity, borrower risk exposure, and liquidator profitability across Venus 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_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
0x334b3ecb4dca3593bccc3c7ebd1a1c1d1780fbf1false1770x56338b182444af5a7d70f0983430c174eecc33e5427942080x0870793286aada55d39ce7f82fb2766e8004cf43266036799999999999993790986032702024-10-03T13:34:08.000Z0x5db2b61fa47f9fd64716f0a4f4818093c1d171b6a7b63dded2431c55779d33190x5c9476fcd6a4f9a3654139721c949c2233bbbbc8
0x334b3ecb4dca3593bccc3c7ebd1a1c1d1780fbf1false2440x6a3758a38615222c7bcadc52de45e4c6b8cd4c4b427940950x0870793286aada55d39ce7f82fb2766e8004cf43347263558725273640964925627119732024-10-03T13:28:29.000Z0x3a00f4cfccb6c2bd0ba4996917b7e5442326fc2a64104653927d548b4225ede00x5c9476fcd6a4f9a3654139721c949c2233bbbbc8
0x882c173bc7ff3b7786ca16dfed3dfffb9ee7847bfalse1310xd20c075070231cfdd9bb350b7e6cc19505df76f0427799060x0870793286aada55d39ce7f82fb2766e8004cf4376089999999999920289932024-10-03T01:38:52.000Z0x49213e214636b043a5588b5520554c11722ec95f5af05c7bd460fc08fc7ed2d00x6cfdec747f37daf3b87a35a1d9c8ad3063a1a8a0
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.VBep20Delegate_LiquidateBorrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VBep20Delegate_Mint_event

Mint events from Venus Protocol BEP-20 lending markets on BNB Smart Chain, recording when users supply assets to receive vTokens (Venus interest-bearing tokens). Tracks minter addresses, underlying asset amounts deposited, and corresponding vTokens minted for supply-side 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_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.
addressremovedin_minterlog_indexblock_numberin_mintAmountin_mintTokensblock_timestamptransaction_hash
0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1dfalse0x007e4e679e14f17d62607418f546e2d97d9e5a61745669138211991786211740001059318622021-03-14T09:06:22.000Z0xab8ae861c81a503f676e717195529719814cef6e87150e9390c1fe9a750436e1
0x882c173bc7ff3b7786ca16dfed3dfffb9ee7847bfalse0x00c3a5aceb3fe926a7a9772a6c4efd9f6beb7d731315670078235770405069358951174504412021-03-14T09:53:22.000Z0x5151df94d9aac356087b1e2a64bd636a31334503f87ec862d158628c2102bd13
0x882c173bc7ff3b7786ca16dfed3dfffb9ee7847bfalse0x00c63920e680e2d8a9392e87f146afce34873a3a15756665339583400000000000477404572021-03-14T06:56:06.000Z0x0b5de8c2ee09605472e456f71cfab68cb87affd1771183f21836aaa4d262f8a4
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.VBep20Delegate_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VBep20Delegate_NewReserveFactor_event

Reserve factor adjustment events from Venus Protocol lending markets on BSC, tracking changes to the protocol’s fee percentage on BEP20 token markets. Used for monitoring protocol revenue parameter updates and governance actions across vToken contracts.
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
0x26da28954763b92139ed49283625cecaf52c6f94false646105625782021-09-02T11:08:56.000Z0xc6255d0dcb387d0aa001445180a7960365a0582c90b398c694a67596a65fd0ad2500000000000000000
0x08ceb3f4a7ed3500ca0982bcd0fc7816688084c3false250108653522021-09-13T01:49:14.000Z0x254f98bc55cfc912661bbe0ed3246f9c92cb0fcafd6774c0dacefbdb0be07a6f2000000000000000000
0x78366446547d062f45b4c0f320cdaa6d710d87bbfalse210159251702022-03-10T02:26:57.000Z0xd6cc2c07bc1bc7f35b130263f5ed1d36237d89bf24e56dfebf0753740c8f45802000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.VBep20Delegate_NewReserveFactor_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VBep20Delegate_Redeem_event

Redemption events from Venus Protocol lending markets on BNB Smart Chain (BSC), tracking when users withdraw their supplied assets by burning vTokens. Records the redeemer address, underlying token amount redeemed, and corresponding vToken amount burned for analyzing lending pool liquidity withdrawals.
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.
addressremovedlog_indexin_redeemerblock_numberblock_timestampin_redeemAmountin_redeemTokenstransaction_hash
0x08ceb3f4a7ed3500ca0982bcd0fc7816688084c3false1090x6d0d2773adc22e37f8b3ac022858545621b17a38303626642023-07-28T16:42:04.000Z1490024768893079693747142076707480x8fc2e82213da55fb8a9858f569d107c1c93af62b13e1a1c05ef75f174259d1e9
0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1dfalse3840x9c75e722dac0ee9ffe05fb2b85379586989e8fb9303509452023-07-28T06:53:37.000Z2059539542884488479102408010910x6452074e73b15e5683ab15d26a3e113846a122830f5c6b25fd3e46327b73a2d4
0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1dfalse1030x0848db7cb495e7b9ada1d4dc972b9a526d014d84303701922023-07-28T22:58:51.000Z1000000000000000000000004972374104872570xadcd238ea6db5fdfc71ce535c75fb4eb6df25a7b9d176c917012f4249a897275
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.VBep20Delegate_Redeem_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VBep20Delegate_RedeemFee_event

Fee collection events from Venus Protocol BEP20 token redemptions on BSC. Records fees charged when users redeem vTokens for underlying assets, including redeemer address, token amounts, and fee amounts.
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_feeAmountSTRINGFee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination.
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.
addressremovedlog_indexin_redeemerblock_numberin_feeAmountblock_timestampin_redeemTokenstransaction_hash
0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1dfalse3040x0238b9bb23af9221488ac4d8c0bda0e08e9d130d83718984993547111315332021-06-17T09:36:10.000Z249392097200x2bbcebb3a1a2e8ce78186d7379b4bc01e4be81fcbd9fe68247e4e7ed42148866
0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1dfalse3190x0363f80254da995386567437104b8b06af7ee7f483670321741918064819052021-06-17T05:29:10.000Z86996511750x73b6463edd26dc859f23641bf55fa53a984cfb8d106dec2a4ce8ca34b5d3843f
0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1dfalse2880x047d6d15c64635ba2bf80d4555983b97cf2162ce8370681216725486062272742021-06-17T08:33:38.000Z10823897391660x75ac70323a9b8bd27798fdb70c1a597597c7c4b091bf6da1ea29266ca80dd781
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.VBep20Delegate_RedeemFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VBep20Delegate_RepayBorrow_event

Borrow repayment events from Venus Protocol lending markets on BSC (Binance Smart Chain). Contains payer, borrower, repayment amount, and updated account/total borrow balances for tracking loan repayment activity and debt 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_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
0x5f0388ebc2b94fa8e123f404b79ccf5f40b29176false0x35f257170b5fd1e8c57274926287083e5fc7c1cb3500x35f257170b5fd1e8c57274926287083e5fc7c1cb191459748000000000000000000002022-06-30T16:58:59.000Z60825731426486225902700x2a53428f364aefcacde0cfb32cba68da7ffbe28388c50e6a0b9b80afe8cf26b4649316323084319
0x1610bc33319e9398de5f57b33a5b184c806ad217false0x612565fcadaad4007d2b4d698350a7b2273f3d7a2540x612565fcadaad4007d2b4d698350a7b2273f3d7a191270391270401426957086344612022-06-30T01:07:35.000Z3625969751299293953593650x0c0de01af4ca5dfee8e49f2cf43ac77f772d3ddbbb126e740f533d4525f0a1320
0x650b940a1033b8a1b1873f78730fcfc73ec11f1ffalse0x86ec72753bc7800e592aacb9c5efb1c6d0eb51e84870x86ec72753bc7800e592aacb9c5efb1c6d0eb51e819140554546332527978350447272022-06-30T12:27:00.000Z1160766850351540730138210x50ecdee459d9d6128e77d016277b3d7fc1c621733114f4cb1792233b8968f769106895778248611522
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.VBep20Delegate_RepayBorrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VBep20Delegate_ReservesAdded_event

Reserve addition events from Venus Protocol vToken markets on BNB Smart Chain (BSC). Records contributions to protocol reserves with benefactor addresses, amounts added, and updated total reserve balances for monitoring reserve accumulation and protocol health.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_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.
addressremovedlog_indexblock_numberin_addAmountin_benefactorblock_timestamptransaction_hashin_newTotalReserves
0x95c78222b3d6e262426483d42cfa53685a67ab9dfalse14258129910000000000000000000xcf04dc5177ac47af8dfec28ffe138743d1d080802020-11-26T19:25:39.000Z0xef3aec26dd08da16f5e467b2e2d71407607c3b17709955df346b3db00e96b2b943592368292702178985
0x08ceb3f4a7ed3500ca0982bcd0fc7816688084c3false40298784602000000000000000000000xc444949e0054a23c44fc45789738bdf64aed23912023-07-11T20:03:33.000Z0xff2649076d4cb84f66313775bbde1a36bdabce66cccfd68d44ae87cd51e90ac548755967487961322380916
0x08ceb3f4a7ed3500ca0982bcd0fc7816688084c3false3162987850590000000000000000000000xc444949e0054a23c44fc45789738bdf64aed23912023-07-11T20:05:48.000Z0xefbd207eee33e63f54180a0dd96c3300f932ae54ffbdde8e87a937aa5ec5da9757757700904878185092212
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.VBep20Delegate_ReservesAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VBep20Delegate_ReservesReduced_event

Reserve withdrawal events from Venus Protocol vToken contracts on BNB Smart Chain (BSC). Records admin withdrawals of protocol reserves with amounts and updated reserve balances for tracking treasury management and protocol revenue distribution.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_adminSTRINGAddress of the administrator or privileged account that initiated or authorized the operation. 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.
addressremovedin_adminlog_indexblock_numberblock_timestampin_reduceAmounttransaction_hashin_newTotalReserves
0x5c9476fcd6a4f9a3654139721c949c2233bbbbc8false0x939bd8d64c0a9583a7dcea9933f7b21697ab6396277272354352023-04-10T20:09:26.000Z21539804195404787994460x154c57da247a3a81f4300e8c2c5ca7cca5202561928a80ee335323b777fa6959168458698901556629478
0x57a5297f2cb2c0aac9d554660acd6d385ab50c6bfalse0x939bd8d64c0a9583a7dcea9933f7b21697ab6396197272354352023-04-10T20:09:26.000Z97834162975616172890x154c57da247a3a81f4300e8c2c5ca7cca5202561928a80ee335323b777fa69591196988432195197586
0x334b3ecb4dca3593bccc3c7ebd1a1c1d1780fbf1false0x939bd8d64c0a9583a7dcea9933f7b21697ab6396237272354352023-04-10T20:09:26.000Z59631311315527872883670x154c57da247a3a81f4300e8c2c5ca7cca5202561928a80ee335323b777fa6959513247800121976950758
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.VBep20Delegate_ReservesReduced_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VBep20DelegateXVS_MintBehalf_event

MintBehalf events from Venus Protocol’s XVS vToken contract on BNB Smart Chain, recording delegated minting operations where one address (payer) mints vTokens on behalf of another address (receiver). Used for analyzing Venus lending market deposit patterns, delegated operations, and vToken issuance 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_payerSTRINGAddress of the account that provided the funds for the repayment or payment transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
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.
addressremovedin_payerlog_indexin_receiverblock_numberin_mintAmountin_mintTokensblock_timestamptransaction_hash
0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1dfalse0x8938e6da30b59c1e27d5f70a94688a89f7c815a44250xf165fc6bd6a2ee937ab77311d1078f16711cf0073214196215308136327587916973761177806692023-09-28T16:38:45.000Z0x4630ca2a5724dbafd0afede945d3ff056a32e717b8cae7edca12fd7c247cb25a
0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1dfalse0x8938e6da30b59c1e27d5f70a94688a89f7c815a43710xf165fc6bd6a2ee937ab77311d1078f16711cf007321423987860859529350989980390871343652023-09-28T17:00:34.000Z0x92b8c60457f07dd1feda874d88b0e19a7fc88766411210d301ecac1fd4ce0106
0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1dfalse0xfd36e2c2a6789db23113685031d7f16329158384680x8d655aaaa0ec224b17972df385e25325b910333228452271317031586328636379801576399650282023-05-23T04:27:12.000Z0x48888063a26ced8f401aa120039374dd5b56f2740cb01a2c3fa4a2200fd8a8ad
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.VBep20DelegateXVS_MintBehalf_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vBNB_AccrueInterest_event

Interest accrual events from Venus Protocol’s BNB (vBNB) lending market on BSC, capturing cash reserves, total borrows, borrow index updates, and accumulated interest at each accrual checkpoint. Used for calculating borrowing costs, protocol revenue, and lending market utilization 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
0xa07c5b74c9b40447a954e1466938b865b6bbea36false039969766127554010290369985944157214515713798004773082024-06-27T05:51:28.000Z2120818912630573165093680xf0a7a4f4525a8a381f7f98f9e5e3957b8174354099b4e3e941bd7820eef54ae78413148077900281
0xa07c5b74c9b40447a954e1466938b865b6bbea36false139989292127598845336062210876625914516578852384945532024-06-27T22:11:59.000Z2122299778422668642672320x31a909cc1180cc6fb989781d246b88552e2107ee3b02667ff00a8f7a58479771342043172312028329
0xa07c5b74c9b40447a954e1466938b865b6bbea36false139969143127647179957296165220865414515686224044906662024-06-27T05:19:56.000Z2116814886981379618156270xeb7d4ac96294f1a5a8190af3fb64c9919dd5d37d84fc32519cd079263180c444119231211612277463
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.vBNB_AccrueInterest_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vBNB_Borrow_event

BNB borrow events from Venus Protocol’s vBNB market on BSC, capturing borrower addresses, borrowed amounts, and cumulative account/protocol borrow balances. Used for tracking lending protocol utilization and individual borrower 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_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
0xa07c5b74c9b40447a954e1466938b865b6bbea36false4000x048e3e8368bd841a2282880ee3ebda015fcaee56107204112021-09-07T23:57:00.000Z200000000000000004161718481595787653444190xa22fb6fb094a58ecec973a9f5a70c09f986ee65b6006af654c103fa36714b0de20000000000001888
0xa07c5b74c9b40447a954e1466938b865b6bbea36false10760x053e2022346496689464d0d8878694083db906ab107116692021-09-07T16:31:48.000Z303803776902651488114034635361810611061788230x6182403b84907b5e59502ef316cb1ed76daadae5aa7c241097b417b398e8e03e30380377690265148811
0xa07c5b74c9b40447a954e1466938b865b6bbea36false14850x0bbd49089a24f19bb8288e7ef0b297c929cb7c64107099502021-09-07T14:58:03.000Z20000000000000000004404978929159018468371670x4d22b4daeee3cdc600442a37d2a8feee874a6d0c633ae8bd2d532a66ee4247a82000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.vBNB_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vBNB_LiquidateBorrow_event

Liquidation events from Venus Protocol’s vBNB market on BNB Smart Chain, recording when underwater positions are closed by liquidators repaying BNB-denominated debt in exchange for borrower collateral. Used for analyzing liquidation activity, liquidator profitability, and protocol risk management 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.
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
0xa07c5b74c9b40447a954e1466938b865b6bbea36false130x7268bbe12c6858fc55519fb333b9087a99f388e9449529130x0870793286aada55d39ce7f82fb2766e8004cf4344680668568295225615494929789132024-12-17T12:49:00.000Z0x4ecca585903521a7610fd8a379f31a5d95eb2c7fc4e77f6475bb89a59b5014800x9a0af7fdb2065ce470d72664de73cae409da28ec
0xa07c5b74c9b40447a954e1466938b865b6bbea36false860xbf5cd1bb1a03dca2a3c8a9a71c1869af60360a85315872820x0870793286aada55d39ce7f82fb2766e8004cf436563257827140447929552972023-09-09T09:06:07.000Z0xb87280f3862d806dd556683cf7b7c546c8d09ab75246ced44e973452e853d1fc0x882c173bc7ff3b7786ca16dfed3dfffb9ee7847b
0xa07c5b74c9b40447a954e1466938b865b6bbea36false230xb4c5ab51422404e52863a8bd594efe0ee4984818399146630x0870793286aada55d39ce7f82fb2766e8004cf4333865244564376138953595270452024-06-25T07:43:56.000Z0x4f926e0e89c262d7beff5cf0d0271e9d643ef0591a3fb3dd324f9c45b6fac0900x95c78222b3d6e262426483d42cfa53685a67ab9d
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.vBNB_LiquidateBorrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vBNB_Mint_event

Mint events from the Venus Protocol vBNB market on BNB Smart Chain, recording when users supply BNB collateral and receive vBNB tokens in return. Used for tracking supply-side activity, collateralization rates, and liquidity provider behavior in the Venus lending protocol.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_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.
addressremovedin_minterlog_indexblock_numberin_mintAmountin_mintTokensblock_timestamptransaction_hash
0xa07c5b74c9b40447a954e1466938b865b6bbea36false0xa2fb24202db6c0b120e91a1b2ff671dbbbe88e2d4718265717250000000000000001229269542021-06-13T16:05:06.000Z0x137560b231f572f8b5870e21a10438f851fdf456228c627d15eed334a4184ce9
0xa07c5b74c9b40447a954e1466938b865b6bbea36false0x12157b195c1fea1d2fb0bfdf221ddf60029fa959206826441330000000000000000014751294382021-06-13T14:59:54.000Z0x529320d3feba70eaab21232a754ac9d6bf50ba6c3736a6a5a1807ca212730f7f
0xa07c5b74c9b40447a954e1466938b865b6bbea36false0xec0d6eab52584e037041e3c678ce511ebccd60dd1782519431550000000000000000007621790365412021-06-13T04:30:42.000Z0x691f4b5a648b1021555c16e213c057f7e4c43be34515e1d359e1e7e63b99c521
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.vBNB_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vBNB_NewReserveFactor_event

Reserve factor adjustment events for the vBNB lending market on Venus Protocol (BSC), tracking changes to the protocol’s revenue allocation parameter. Values are in mantissa format (18 decimals) representing the percentage of interest reserved for the protocol treasury.
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
0xa07c5b74c9b40447a954e1466938b865b6bbea36false263448691042024-12-14T14:58:11.000Z0x36f3b2586b6657621fe5a7a56e25bf80b1e07038dd9d18e7904b223d3b2a09bc300000000000000000250000000000000000
0xa07c5b74c9b40447a954e1466938b865b6bbea36false214264334982023-03-13T15:55:38.000Z0xd564a17c2fe65c6f90765969e54a7f85fb0a94b8795af149890f3d521cebbd35250000000000000000200000000000000000
0xa07c5b74c9b40447a954e1466938b865b6bbea36false2525645092020-11-26T05:24:57.000Z0x18c9d80ae8b86bb209cf1a18a8fa8d61171ada33ffb2dc705ee2c0defcda1ab42000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.vBNB_NewReserveFactor_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vBNB_Redeem_event

Redemption events from Venus Protocol’s vBNB market on BSC, tracking when users withdraw their supplied BNB by burning vBNB tokens. Records include redeemer addresses, amounts withdrawn, and corresponding vToken amounts for analyzing 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.
addressremovedlog_indexin_redeemerblock_numberblock_timestampin_redeemAmountin_redeemTokenstransaction_hash
0xa07c5b74c9b40447a954e1466938b865b6bbea36false5770x04501fc1649c1140adafee67331e3b24039603fa94743642021-07-25T20:03:33.000Z7003978179121885549342399718100x6276008039f966611796b654f58983a9642a731f0ea0e302395fcf8369fd0d21
0xa07c5b74c9b40447a954e1466938b865b6bbea36false2160x057e06097d3af83194e150c4c6a6932c654899fb94639782021-07-25T11:12:34.000Z11012109685210318598538376908040xdd64aec7970fedc182c4696df151f9f352fc1da073f9d0f1dba128bb533b7da9
0xa07c5b74c9b40447a954e1466938b865b6bbea36false4200x06f1e4af033c513eb0427fc87c8ddbb76206dfdb94643342021-07-25T11:30:27.000Z2766637590188821112135259316110xcc4d936da4b4f9d764ed021a094229debb64419ae652f6be0f58edfb0872a143
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.vBNB_Redeem_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vBNB_RepayBorrow_event

Loan repayment events from the Venus Protocol vBNB market on BNB Smart Chain, tracking when users repay borrowed BNB with payer/borrower addresses, repayment amounts, and updated account/total borrow balances.
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
0xa07c5b74c9b40447a954e1466938b865b6bbea36false0x00bdc8cd4a9b1ab86b0361aae486a1bcc856f1a3740x00bdc8cd4a9b1ab86b0361aae486a1bcc856f1a335295597700000000000000000002024-01-16T13:08:06.000Z10381847567345780079840320x013fa4b00c73b5c254c021b4afd12917d6886d9a0b45cb4966f702c314969afb390607818583325293206
0xa07c5b74c9b40447a954e1466938b865b6bbea36false0x01105f5822fb45d42d35db379e62a1d60ed7086b1640x01105f5822fb45d42d35db379e62a1d60ed7086b3528324610000000000000000000002024-01-16T02:49:03.000Z10011976351913308374464810xb79526f48ed39d5f2f04441bd57518206a2f12116e0a0b0cd56d7d4412316a40990429578440692942860
0xa07c5b74c9b40447a954e1466938b865b6bbea36false0x016d98a134e39ce923b55d22ae04580a6c0c32b4590x016d98a134e39ce923b55d22ae04580a6c0c32b43528366323000000000000000000002024-01-16T03:09:55.000Z9821085728609740918548860xaae6c2b8f066c0230da314f80cdb868f05152c6f6a03a7d2e0208275416ea220449279628568811996
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.vBNB_RepayBorrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vBNB_ReservesAdded_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_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_bsc.vBNB_ReservesAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vBNB_ReservesReduced_event

Reserve reduction events from Venus Protocol’s vBNB market on BSC, tracking when protocol reserves are withdrawn by administrators. Used for monitoring treasury management and protocol fee distributions.
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_adminSTRINGAddress of the administrator or privileged account that initiated or authorized the operation. 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.
addressremovedin_adminlog_indexblock_numberblock_timestampin_reduceAmounttransaction_hashin_newTotalReserves
0xa07c5b74c9b40447a954e1466938b865b6bbea36false0x9a7890534d9d91d473f28cb97962d176e2b65f1d72454439782025-01-03T14:05:00.000Z1658665841428130513920xbf0511818b2fe2d0f2bcdc18e4ac3a465c5a496eb460084da11cd0130620198c8333374612281034
0xa07c5b74c9b40447a954e1466938b865b6bbea36false0x9a7890534d9d91d473f28cb97962d176e2b65f1d317385456922024-05-08T15:08:38.000Z13130277545744034849000xe5ebc98a2fc8ea5e35ca62f03f5b63f1a19bca48ae247cf96df4caaa6cb2df5443218469104912886
0xa07c5b74c9b40447a954e1466938b865b6bbea36false0x9a7890534d9d91d473f28cb97962d176e2b65f1d88452444562024-12-27T15:47:48.000Z1654184351574190360780x83c2c0cc02799113158390af7852845e5b4ff38284b46b9c442e41b2af27070a117503887286641063
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.vBNB_ReservesReduced_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
0x1d8bbde12b6b34140604e18e9f9c6e14dec16854false34317700236742768353170852977438811423013810598822632024-10-16T20:34:52.000Z1191219752545977753577820x396db910e6c0122949d1ae89477ce87b2f1ebe7e346b193bce303f4ce3fcac2e4794774583489970409
0x1d8bbde12b6b34140604e18e9f9c6e14dec16854false634315374838756054047202154103876211421673785033370612024-10-16T01:12:06.000Z1190670024042323236487680xd1a3f85350d0b302c06b7d5ef77a60f98a71b3c7e9b20f23a80b9b489740244d131828765259892228
0x1d8bbde12b6b34140604e18e9f9c6e14dec16854false1944315498536756054047201699283177511421745061909791672024-10-16T02:13:57.000Z1190677454410390054969960x1336b6d50736a752326c8c9f1a31a250f4dc6ad28591a9e933d1bc843f94e595743036806681848228
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.VToken_AccrueInterest_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VToken_BadDebtIncreased_event

Venus Protocol bad debt increase events emitted when borrower positions become undercollateralized and accumulate uncollectable debt. Records borrower address, previous and new bad debt totals, and delta amount for tracking protocol insolvency risk across VToken markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_badDebtDeltaSTRINGAmount of bad debt added in the event. Numeric string representing the token amount in smallest denomination.
in_badDebtOldSTRINGPrevious total amount of bad debt before the event. Numeric string representing the token amount in smallest denomination.
in_badDebtNewSTRINGUpdated total amount of bad debt after the event. Numeric string representing the token amount in smallest denomination.
addressremovedlog_indexin_borrowerblock_numberin_badDebtNewin_badDebtOldblock_timestampin_badDebtDeltatransaction_hash
0xe10e80b7fd3a29fe46e16c30cc8f4dd938b742e2false4150x3702d9a9d4dbc6a60210f2b2cbdecdef8bcd69fd3424194027507188455666961836102023-12-10T20:42:37.000Z2750718845566696183610x9b76f9a17c48bd744038a2adfd657cb36d2c4d452a251f0a35132534fd1d22d3
0x5e21bf67a6af41c74c1773e4b473ca5ce8fd3791false4000x3702d9a9d4dbc6a60210f2b2cbdecdef8bcd69fd3424194065485960691602712714102023-12-10T20:42:37.000Z6548596069160271271410x9b76f9a17c48bd744038a2adfd657cb36d2c4d452a251f0a35132534fd1d22d3
0xbfe25459ba784e70e2d7a718be99a1f3521ca17ffalse4310x3702d9a9d4dbc6a60210f2b2cbdecdef8bcd69fd3424194010889011508002769517902023-12-10T20:42:37.000Z1088901150800276951790x9b76f9a17c48bd744038a2adfd657cb36d2c4d452a251f0a35132534fd1d22d3
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.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.
addressremovedlog_indexblock_numberin_badDebtNewin_badDebtOldblock_timestamptransaction_hash
0xcc5d9e502574cda17215e70bc0b4546663785227false107344668830468879929719845037302023-12-18T16:59:44.000Z0xeced2cf0c2e44d71750a22604fec8cf86df1cad73b7a8c23bdc4aa74e011a6c5
0xbfe25459ba784e70e2d7a718be99a1f3521ca17ffalse883446688301088901150800276951792023-12-18T16:59:44.000Z0xeced2cf0c2e44d71750a22604fec8cf86df1cad73b7a8c23bdc4aa74e011a6c5
0xe10e80b7fd3a29fe46e16c30cc8f4dd938b742e2false1163446688302750718845566696183612023-12-18T16:59:44.000Z0xeced2cf0c2e44d71750a22604fec8cf86df1cad73b7a8c23bdc4aa74e011a6c5
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.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
0x1d8bbde12b6b34140604e18e9f9c6e14dec16854false1930x0848db7cb495e7b9ada1d4dc972b9a526d014d84315039032023-09-06T11:20:56.000Z10000000000000000000000129771176682713093506670x6c5e16e779fe2ff7026e59f18cb6be8481b1a171478e9d6438bf03c7c3cb6ef010000000000000000000000
0x281e5378f99a4bc55b295abc0a3e7ed32deba059false1490x66bbe35ccd2fdd593c7699045dc8bfb92b6e3bd2315033702023-09-06T10:54:08.000Z12599999700398785131484835814605255849540xf74b877e91a37a9ab458d5c726e5ba1b0dcf0dc56b806513f96d414c8e8e875b125999997003987851
0x5e21bf67a6af41c74c1773e4b473ca5ce8fd3791false1730x642a91e27f0cf4640f1e15fb2c2ea519ecd1603b315054302023-09-06T12:38:03.000Z350000000000000000001353885534924151695710x979fc798bb5b36368f813583e41ffbb785b122a7a65fea5219ea727e645635d2135023713184563865157
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.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
0x4978591f17670a846137d9d613e333c38dc68a37false240x71c162a12de58f26be4c3a90cdd23b32e2a21c9f450343760xaeb68de8296568aa484294e5412cda370aabdcdf12468045627736047718738471998891338262024-12-20T08:42:38.000Z0x70477930e0b5dc068dbec017b3db8d8bc5e8601300b577e57cf88e2bdf4bd7c40xc353b7a1e13ddba393b5e120d4169da7185aa2cb
0x4978591f17670a846137d9d613e333c38dc68a37false250x4408e04e4d8aeb7edbc0bc0ae66028762fdf29e5450347030xaeb68de8296568aa484294e5412cda370aabdcdf28313180799893733000195751869447772024-12-20T08:58:59.000Z0xead019bd7b4054081566acb181e0b9ae309ee3527b3c0e3fde2432fad7282ba90xc353b7a1e13ddba393b5e120d4169da7185aa2cb
0x4978591f17670a846137d9d613e333c38dc68a37false210xfec631b2428e870d7b0b324ae9136c5de6005a11450362240x6a1d2568ced24b090fcdf4936d2fea5587b8fc431963561467100524629418351404619423828836352024-12-20T10:15:02.000Z0x711e6abe7b75e94a419715ddfcc1f725b988a3a800ff9be9172a9e304a4b2e270xc353b7a1e13ddba393b5e120d4169da7185aa2cb
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.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
0x1d8bbde12b6b34140604e18e9f9c6e14dec16854false0x6afc3ce15ed51c1d3bf87e74dda277935b8d88fa28325864595000000000000000000049883597812023-10-14T04:24:28.000Z0x38b068ffe4389f138652c8de7905481eb47bbfcdddf30dfe1ed806ca542cf8134988359781
0x1d8bbde12b6b34140604e18e9f9c6e14dec16854false0x6afc3ce15ed51c1d3bf87e74dda277935b8d88fa52325852575000000000000000000049883879032023-10-14T03:24:16.000Z0xb11b826d9b7bd47d2682de8d21dff3b7f985478d017fb176adad9b577ae4afab4988387903
0x4978591f17670a846137d9d613e333c38dc68a37false0xfceb23d6970e8ad127fcc6f0bab48a6f68c08b7313332593272250071743348507193585246323349432023-10-14T10:06:32.000Z0x7dfafa76e12d14dc20a6b5b298bc572f544bb19508e7795c382ecbed2158c7ba24632334943
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.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
0xca2d81aa7c09a1a025de797600a7081146dceed9false244299494782023-07-14T07:22:34.000Z0x321dc8f4915b744e77b1a71358808eb9d698f07f3c2071fd11dc4be864759533100000000000000000200000000000000000
0xca2d81aa7c09a1a025de797600a7081146dceed9false307294399392023-06-26T13:27:51.000Z0x4afc30eba48bbf4814177f07f68af8c6508564fbf53b81933963e76582d4fe7f2000000000000000000
0x5e3072305f9cae1c7a82f6fe9e38811c74922c3bfalse175294399522023-06-26T13:28:30.000Z0x0319c4fc8242ef972b696b4aa9f6c43e4fbf5863980d522044024367765f72ef1000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.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
0x1d8bbde12b6b34140604e18e9f9c6e14dec16854false1780x53d0fa2d2d912b6fd61b82e075c27fb5bd333dbb316988712023-09-13T06:21:25.000Z1321062014357780341641213209949820260xb24c7c0863ef220af9c04a769bbff83b359d615cb99e510d3566a33ea39b07b51290
0x1d8bbde12b6b34140604e18e9f9c6e14dec16854false1300x177a6a32d73372911f772d050368a4512e021998316987872023-09-13T06:17:13.000Z99990065193691184635159998499231940x6033aa1438971c85650b2457d77a50c023e5051ebb1badc427cb8156c889659a0
0x1d8bbde12b6b34140604e18e9f9c6e14dec16854false880xbc623262d1e5bbad7855081ae5fd59571ab0b37d316931772023-09-13T01:36:20.000Z4703363123352026727996947031265631500x8e1d42edd081d70fa7c0931e9ad6ff30943331b3d51d758006cee661cc3a560f0
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.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
0x1d8bbde12b6b34140604e18e9f9c6e14dec16854false0x1d66e3aba8864453238dca4d893b55b802e97704200x95f5f241e352639d54e0d5ea32266bdcec936bf63775919162831980729318584787202024-04-11T06:30:01.000Z3344102923154251714761820x310fffec12e8fd9343e0baffbc75a16f8eeabeede21d3b5edcbbf092659b304f13351796632165320260086
0x1d8bbde12b6b34140604e18e9f9c6e14dec16854false0xcc917ab28544c80e2f0e8effbd22551a3cb096be1740xcc917ab28544c80e2f0e8effbd22551a3cb096be377726243925793900000000000002024-04-11T17:42:41.000Z3340871799037582174687910x27efdc3023f63de49f0c8597163809ea5f0f314fd4f2bb06fe974df8c9c4a9917992280580053147893768
0x8f657dfd3a1354deb4545765fe6840cc54afd379false0xd444dc790a0557c1fcbc648ca8737899808954b61440xd444dc790a0557c1fcbc648ca8737899808954b637780040100693346245299217066692024-04-11T23:54:00.000Z3247103654787791629269770x4fc5fd3abb22b080abb8d1bf3947f8a3351547dc727d1b5d3c3709bbbf5eff4f0
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.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.
addressremovedlog_indexblock_numberin_addAmountin_benefactorblock_timestamptransaction_hashin_newTotalReserves
0xc353b7a1e13ddba393b5e120d4169da7185aa2cbfalse21231625268327265842305624000xc353b7a1e13ddba393b5e120d4169da7185aa2cb2023-09-10T16:50:40.000Z0x72a2317c3dc2d5387fda02157335389d875ee82b1a91b03e5353740a0d4247a8146005772808553000
0xc353b7a1e13ddba393b5e120d4169da7185aa2cbfalse27531623730307585432553919810xc353b7a1e13ddba393b5e120d4169da7185aa2cb2023-09-10T15:33:26.000Z0xbef783631f58f826bceb0467ed5daffca094bd1971b52eedf730012219cb7824113278860681376627
0xc353b7a1e13ddba393b5e120d4169da7185aa2cbfalse81309639672667671644094900xc353b7a1e13ddba393b5e120d4169da7185aa2cb2023-08-18T15:22:13.000Z0xb7e56d647e90d383c790a2847892ba09e5249210e424c1961ba120a51390286814747943994535311
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.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
0x4a9613d06a241b76b81d3777fce3ddd1f61d4bd0false105424227532024-09-20T15:39:38.000Z38392449323235680x44b91dd4fd6cf42daf2167921cea92d144e33dbd3a1bc295032bc3e665e80b6500xca01d5a9a248a830e9d93231e791b1affed7c446
0x1d8bbde12b6b34140604e18e9f9c6e14dec16854false239424200832024-09-20T13:26:00.000Z52507043231131969290x5b111ea29d09fd704a34e99dab498ab6e1d8cf35b9ba28115c496f0bea55beec00xca01d5a9a248a830e9d93231e791b1affed7c446
0x52ed99cd0a56d60451dd4314058854bc0845bbb5false39424227412024-09-20T15:39:02.000Z4817938201147396160x96f0eb20a6a317c4fad8684d3744ae1386fec05dca98799270f2845c3b977d4d00xca01d5a9a248a830e9d93231e791b1affed7c446
Query with partition filter
SELECT *
FROM `tt-contracts.venus_v1_bsc.VToken_SpreadReservesReduced_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100