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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
trace_address | STRING | Hierarchical 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. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | NUMERIC | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_newTreasuryPercentMantissa | STRING | The 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. |
Sample Data
Sample Data
| gas | value | status | gas_used | signature | to_address | block_number | from_address | trace_address | block_timestamp | transaction_hash | in_newTreasuryPercentMantissa |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 6155038 | 0 | true | 13795 | 0x89a2bc25 | 0x0870793286aada55d39ce7f82fb2766e8004cf43 | 62989548 | 0x939bd8d64c0a9583a7dcea9933f7b21697ab6396 | 0,92,0 | 2025-09-30T14:07:01.000Z | 0xd9eb15f11c70c5e4d42f6b9fadb67f764d693f00bd18d214694c6555957ad57b | 500000000000000000 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_comptroller | STRING | Contract address of the Venus protocol comptroller managing the pool. Hex-encoded, 0x-prefixed, 42-character string. |
in_vTokenAddress | STRING | Contract address of the Venus protocol vToken representing the market being added. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_comptroller | block_timestamp | in_vTokenAddress | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x9f7b01a536afa00ef10310a162877fd792cd0666 | false | 130 | 45355120 | 0x9df11376cf28867e2b0741348044780fbb7cb1d6 | 2024-12-31T12:01:49.000Z | 0x8f2ae20b25c327714248c95dfd3b02815cc82302 | 0xc5e59d5c21b863463ed9a616a0f2a20139976792a97b593d5f645e7b42935598 |
| 0x9f7b01a536afa00ef10310a162877fd792cd0666 | false | 103 | 45355120 | 0x9df11376cf28867e2b0741348044780fbb7cb1d6 | 2024-12-31T12:01:49.000Z | 0x02243f036897e3be1cce1e540fa362fd58749149 | 0xc5e59d5c21b863463ed9a616a0f2a20139976792a97b593d5f645e7b42935598 |
| 0x9f7b01a536afa00ef10310a162877fd792cd0666 | false | 613 | 29754880 | 0x1b43ea8622e76627b81665b1ecebb4867566b963 | 2023-07-07T12:45:14.000Z | 0xc353b7a1e13ddba393b5e120d4169da7185aa2cb | 0x0afcd30140672b69b3f06084ff15863a66a6a71c559de4498d026591bb322ba3 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_comptroller | STRING | Contract address of the Venus protocol comptroller managing the pool. Hex-encoded, 0x-prefixed, 42-character string. |
in_pool | STRUCT<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. |
Sample Data
Sample Data
| address | in_pool | removed | log_index | block_number | in_comptroller | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x9f7b01a536afa00ef10310a162877fd792cd0666 | {“name”:“GameFi”,“creator”:“0x939bd8d64c0a9583a7dcea9933f7b21697ab6396”,“blockPosted”:“29754880”,“comptroller”:“0x1b43ea8622e76627b81665b1ecebb4867566b963”,“timestampPosted”:“1688733914”} | false | 402 | 29754880 | 0x1b43ea8622e76627b81665b1ecebb4867566b963 | 2023-07-07T12:45:14.000Z | 0x0afcd30140672b69b3f06084ff15863a66a6a71c559de4498d026591bb322ba3 |
| 0x9f7b01a536afa00ef10310a162877fd792cd0666 | {“name”:“DeFi”,“creator”:“0x939bd8d64c0a9583a7dcea9933f7b21697ab6396”,“blockPosted”:“29754880”,“comptroller”:“0x3344417c9360b963ca93a4e8305361aede340ab9”,“timestampPosted”:“1688733914”} | false | 391 | 29754880 | 0x3344417c9360b963ca93a4e8305361aede340ab9 | 2023-07-07T12:45:14.000Z | 0x0afcd30140672b69b3f06084ff15863a66a6a71c559de4498d026591bb322ba3 |
| 0x9f7b01a536afa00ef10310a162877fd792cd0666 | {“name”:“Tron”,“creator”:“0x939bd8d64c0a9583a7dcea9933f7b21697ab6396”,“blockPosted”:“29754880”,“comptroller”:“0x23b4404e4e5ec5ff5a6ffb70b7d14e3fabf237b0”,“timestampPosted”:“1688733914”} | false | 424 | 29754880 | 0x23b4404e4e5ec5ff5a6ffb70b7d14e3fabf237b0 | 2023-07-07T12:45:14.000Z | 0x0afcd30140672b69b3f06084ff15863a66a6a71c559de4498d026591bb322ba3 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_vToken | STRING | Contract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_borrower | STRING | Address of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_venusDelta | STRING | Amount 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_venusBorrowIndex | STRING | Cumulative 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). |
Sample Data
Sample Data
| address | removed | in_vToken | log_index | in_borrower | block_number | in_venusDelta | block_timestamp | transaction_hash | in_venusBorrowIndex |
|---|---|---|---|---|---|---|---|---|---|
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | 532 | 0x00002b503a75998c97508916a74fdb41934fa030 | 10115576 | 2469666753083815257 | 2021-08-17T18:55:55.000Z | 0x82a55bd6867aed0a31848bd2f842aa193525ba6a6e51510a2a2d5ecc1c41ee80 | 1725106850189131078199904389211252133 |
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | 266 | 0x00002b503a75998c97508916a74fdb41934fa030 | 10115621 | 32917360 | 2021-08-17T18:58:10.000Z | 0x96fc6055b620333a8296814f057f3585bcee48772db5f8a78e46ad9d320515d3 | 1725108914670089362014522499505983469 |
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 0x95c78222b3d6e262426483d42cfa53685a67ab9d | 361 | 0x006ec28f9a2bb48e95a2b7fcb0ff0ccdc22d59e5 | 10095783 | 432865401549802 | 2021-08-17T02:25:16.000Z | 0x1e8c38bffe2a6c780a32708a56e50f487cd7255e4d88d441918b1c37fa28d663 | 1011550964342187948474689626224545955 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_vToken | STRING | Contract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_supplier | STRING | Address of the user who supplied assets to the lending protocol and is receiving reward tokens. Hex-encoded, 0x-prefixed, 42-character string. |
in_venusDelta | STRING | Amount 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_venusSupplyIndex | STRING | Cumulative 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. |
Sample Data
Sample Data
| address | removed | in_vToken | log_index | in_supplier | block_number | in_venusDelta | block_timestamp | transaction_hash | in_venusSupplyIndex |
|---|---|---|---|---|---|---|---|---|---|
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d | 278 | 0x1111111254eeb25477b68fb85ed929f73a960582 | 37724209 | 0 | 2024-04-10T01:16:46.000Z | 0xa3f2dfcfca132f7d9fbebce4d024252c2ce586614f5a951f17b828299c6898ac | 10150818052432129919341109392986344910381876 |
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d | 199 | 0xf0989b6d86115285eb8ac21e28f8b53aaf6b7bc9 | 37723718 | 0 | 2024-04-10T00:52:13.000Z | 0xb1ead63745501891cba4f4caae7f58e9ec38955303668ebb226ecf91db987879 | 10150818052432129919341109392986344910381876 |
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d | 195 | 0x16d07efc7f1e6d1b2ec15cb5723a02c51d8d8b6b | 37745636 | 0 | 2024-04-10T19:10:43.000Z | 0x164659aa164f266ce6efb0f21cf22c0733f76a3aa0d4bbc75abd9d46f89767f1 | 10150818052432129919341109392986344910381876 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_vaiMinter | STRING | Address 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_venusDelta | STRING | Amount 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_venusVAIMintIndex | STRING | Amount 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. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_vaiMinter | in_venusDelta | block_timestamp | transaction_hash | in_venusVAIMintIndex |
|---|---|---|---|---|---|---|---|---|
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 1 | 8283194 | 0x07079238e272655a3265593a86d2f9d182d6f2b0 | 0 | 2021-06-14T06:53:23.000Z | 0xb6abddf2b15772bda82557ce27692fd871cf710b2275dfe45aaafce1dfb0cdb9 | 1007622929855258367981630086637026350 |
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 1 | 8283164 | 0xdfdefd74fc5d1603e237392409898e70b41ca78e | 0 | 2021-06-14T06:51:53.000Z | 0xb5028467e962c42cc58abaa526ebc7f7ab2b739a3a9710ac2d6ee91e9bc5bcfd | 1007622929855258367981630086637026350 |
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 1 | 8276810 | 0xc06d8b505b0e429be57b95f9bee1c234ef02c8c8 | 0 | 2021-06-14T01:28:46.000Z | 0xf3221e36d9dc04ccf8b17b30b740298d1c357efeb7baf0ff282aa311a0eecc06 | 1007622929855258367981630086637026350 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
| address | removed | in_amount | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 4001736111111113160 | 364 | 20063926 | 2022-08-01T15:43:01.000Z | 0x6af9110918c52ba4966fde271a72317771bcbd01a7654d2f45a20ee856a9c39b |
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 4019097222222224280 | 190 | 20056791 | 2022-08-01T09:45:48.000Z | 0x887f896e0a75acba8a4bc8e19f32a1dc0bf745c61cab3c3448c89f2e18665f54 |
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 4019097222222224280 | 299 | 20053977 | 2022-08-01T07:25:02.000Z | 0x8bc30c0d27dbcb38c9ec50f2d023890ef71ed1caf4c8cf2444c99005208ff1d7 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_vToken | STRING | Contract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_account | STRING | Account address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | removed | in_vToken | log_index | in_account | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d | 67 | 0x33b20784a40b190e434ea2e3533b6889fc91f7b3 | 30313659 | 2023-07-26T23:42:58.000Z | 0xe0ab7ca91d4715abc783f68dcb9373b8200db261b499a2e414b2860a48af908b |
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d | 70 | 0x30b809f2ed3a4d4556432e77e28cfa3ff7dc3796 | 30302700 | 2023-07-26T14:33:51.000Z | 0x5f1af452bdc5c15434d9dccff6b53c2a115f0a64eec1fe0192a191d41ea9eb26 |
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 0x1610bc33319e9398de5f57b33a5b184c806ad217 | 300 | 0xeaa359c5f15aabda73cfecc6ccce4fe5baf07944 | 30292341 | 2023-07-26T05:54:47.000Z | 0x91a826f0bf467e539a8feea881076cc1bb2ed4bcd5e5f59e3aa61fcc9b45f405 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_vToken | STRING | Contract address of the vToken market in the Venus lending protocol. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | removed | in_vToken | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 0x9a0af7fdb2065ce470d72664de73cae409da28ec | 22 | 5145017 | 2021-02-24T02:06:54.000Z | 0x82a1fc2959c3c7bae86c01db537d53a75a287f0c18cc0c248bdf1f57ed35df3c |
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 46 | 46261303 | 2025-01-31T23:14:04.000Z | 0x81af4c99d8f1545a125c5955b5140ca6c841b57f236c849d1b1ef434bf83cf80 | |
| 0xfd36e2c2a6789db23113685031d7f16329158384 | false | 0x5c9476fcd6a4f9a3654139721c949c2233bbbbc8 | 228 | 9259223 | 2021-07-18T08:08:33.000Z | 0x1d904d05a59c0fa6c4cb0c14615b81f6050e9a47e3e145beb5cca054df8ea1c3 |
Example Query
Example Query
VaiUnitroller_LiquidateVAI_event
No description available.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_liquidator | STRING | Address of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_borrower | STRING | Address of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_repayAmount | STRING | Amount of debt repaid in the transaction. Denominated in the smallest unit of the underlying token. |
in_vTokenCollateral | STRING | Contract address of the vToken representing the collateral being seized in the liquidation. Hex-encoded, 0x-prefixed, 42-character string. |
in_seizeTokens | STRING | Quantity of collateral tokens seized from the borrower during liquidation. Numeric string representing the amount in the smallest unit of the collateral token. |
Sample Data
Sample Data
Example Query
Example Query
VaiUnitroller_MintFee_event
No description available.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_minter | STRING | Address authorized to mint tokens in the operation. Hex-encoded, 0x-prefixed, 42-character string for EVM chains; 66-character hex string for Aptos. |
in_feeAmount | STRING | Fee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination. |
Sample Data
Sample Data
Example Query
Example Query
VaiUnitroller_MintVAI_event
No description available.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_minter | STRING | Address authorized to mint tokens in the operation. Hex-encoded, 0x-prefixed, 42-character string for EVM chains; 66-character hex string for Aptos. |
in_mintVAIAmount | STRING | - |
Sample Data
Sample Data
Example Query
Example Query
VaiUnitroller_NewTreasuryPercent_event
No description available.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_oldTreasuryPercent | STRING | - |
in_newTreasuryPercent | STRING | - |
Sample Data
Sample Data
Example Query
Example Query
VaiUnitroller_RepayVAI_event
No description available.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_payer | STRING | Address of the account that provided the funds for the repayment or payment transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_borrower | STRING | Address of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_repayVAIAmount | STRING | - |
Sample Data
Sample Data
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_cashPrior | STRING | Cash balance in the market prior to the interest accrual event. Denominated in the smallest unit of the underlying token. |
in_interestAccumulated | STRING | Interest accrued during the period since the last interest calculation. Denominated in the smallest unit of the underlying token. |
in_borrowIndex | STRING | Cumulative borrow interest index for the market. Scaled by 1e18, representing the accumulated interest per unit borrowed since market inception. |
in_totalBorrows | STRING | Total amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_cashPrior | in_borrowIndex | block_timestamp | in_totalBorrows | transaction_hash | in_interestAccumulated |
|---|---|---|---|---|---|---|---|---|---|
| 0x882c173bc7ff3b7786ca16dfed3dfffb9ee7847b | false | 497 | 20596013 | 10042483026575806799782 | 1068186167113459865 | 2022-08-20T03:42:01.000Z | 2539922030919438918660 | 0x9fbdcf2ec261228e2f994828b902f3244c1cbe947cc9eacdd974f37eba6eec01 | 105070888805469 |
| 0xfd5840cd36d94d7229439859c0112a4185bc0255 | false | 242 | 20610997 | 100603419493143647318347933 | 1125811230653337156 | 2022-08-20T16:11:13.000Z | 75961252615996763387214514 | 0x3d9f6d237913465704d942d539acbc7bc4320efa4d105a017903d50aa07d2b17 | 39644235757172889833 |
| 0xfd5840cd36d94d7229439859c0112a4185bc0255 | false | 26 | 20610742 | 100605419493143647318347933 | 1125810643091596018 | 2022-08-20T15:58:28.000Z | 75959212971761006214324681 | 0xb075f26b9e65957667d15031a7d9e8088b7382207b774e95d02d3a0352d305fb | 23474358397210951261 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_borrower | STRING | Address of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_borrowAmount | STRING | Amount borrowed in the transaction. Denominated in the smallest unit of the underlying token. |
in_accountBorrows | STRING | Total amount currently borrowed by the individual account. Denominated in the smallest unit of the underlying token. |
in_totalBorrows | STRING | Total amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token. |
Sample Data
Sample Data
| address | removed | log_index | in_borrower | block_number | block_timestamp | in_borrowAmount | in_totalBorrows | transaction_hash | in_accountBorrows |
|---|---|---|---|---|---|---|---|---|---|
| 0x08ceb3f4a7ed3500ca0982bcd0fc7816688084c3 | false | 163 | 0xeb6b9a52f90695cc4775f0cdab9cbbc5f734493b | 16630773 | 2022-04-03T18:48:33.000Z | 46000000000000000000 | 20240769248078338564382800 | 0x87303f36f2d6fd7b87bf5d4405b1a6bdbcef5af2b0f2f4f625abdf1df9e72068 | 46000000000000000000 |
| 0x08ceb3f4a7ed3500ca0982bcd0fc7816688084c3 | false | 46 | 0x9ed1dcc53ecda1c323f96ba5882222ed0eb831d8 | 16634029 | 2022-04-03T21:31:43.000Z | 2350000000000000000000 | 20243510882228492240047951 | 0x928e23e59918a9f62074501d671b8bd963e2ee9980378d7b5a3a93574bd06dc4 | 5058057410177271872577 |
| 0x26da28954763b92139ed49283625cecaf52c6f94 | false | 515 | 0x17d27fd272b5266ff630126dbc1399f6605ae6b9 | 16630148 | 2022-04-03T18:16:19.000Z | 2500000000000000000 | 3485552788005282231099 | 0xfcefe834c4571042b3f380466078a43b02939c104238fc223b98cce9424a049b | 2500000000000000000 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_liquidator | STRING | Address of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_borrower | STRING | Address of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_repayAmount | STRING | Amount of debt repaid in the transaction. Denominated in the smallest unit of the underlying token. |
in_vTokenCollateral | STRING | Contract address of the vToken representing the collateral being seized in the liquidation. Hex-encoded, 0x-prefixed, 42-character string. |
in_seizeTokens | STRING | Quantity of collateral tokens seized from the borrower during liquidation. Numeric string representing the amount in the smallest unit of the collateral token. |
Sample Data
Sample Data
| address | removed | log_index | in_borrower | block_number | in_liquidator | in_repayAmount | in_seizeTokens | block_timestamp | transaction_hash | in_vTokenCollateral |
|---|---|---|---|---|---|---|---|---|---|---|
| 0x334b3ecb4dca3593bccc3c7ebd1a1c1d1780fbf1 | false | 177 | 0x56338b182444af5a7d70f0983430c174eecc33e5 | 42794208 | 0x0870793286aada55d39ce7f82fb2766e8004cf43 | 26603679999999999999 | 379098603270 | 2024-10-03T13:34:08.000Z | 0x5db2b61fa47f9fd64716f0a4f4818093c1d171b6a7b63dded2431c55779d3319 | 0x5c9476fcd6a4f9a3654139721c949c2233bbbbc8 |
| 0x334b3ecb4dca3593bccc3c7ebd1a1c1d1780fbf1 | false | 244 | 0x6a3758a38615222c7bcadc52de45e4c6b8cd4c4b | 42794095 | 0x0870793286aada55d39ce7f82fb2766e8004cf43 | 34726355872527364096 | 492562711973 | 2024-10-03T13:28:29.000Z | 0x3a00f4cfccb6c2bd0ba4996917b7e5442326fc2a64104653927d548b4225ede0 | 0x5c9476fcd6a4f9a3654139721c949c2233bbbbc8 |
| 0x882c173bc7ff3b7786ca16dfed3dfffb9ee7847b | false | 131 | 0xd20c075070231cfdd9bb350b7e6cc19505df76f0 | 42779906 | 0x0870793286aada55d39ce7f82fb2766e8004cf43 | 760899999999999 | 2028993 | 2024-10-03T01:38:52.000Z | 0x49213e214636b043a5588b5520554c11722ec95f5af05c7bd460fc08fc7ed2d0 | 0x6cfdec747f37daf3b87a35a1d9c8ad3063a1a8a0 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_minter | STRING | Address authorized to mint tokens in the operation. Hex-encoded, 0x-prefixed, 42-character string for EVM chains; 66-character hex string for Aptos. |
in_mintAmount | STRING | Quantity of underlying asset deposited into the lending protocol. Numeric string representing token amount in smallest denomination. |
in_mintTokens | STRING | Quantity of protocol-specific interest-bearing tokens minted to the depositor. Numeric string representing token amount in smallest denomination. |
Sample Data
Sample Data
| address | removed | in_minter | log_index | block_number | in_mintAmount | in_mintTokens | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d | false | 0x007e4e679e14f17d62607418f546e2d97d9e5a61 | 74 | 5669138 | 21199178621174000 | 105931862 | 2021-03-14T09:06:22.000Z | 0xab8ae861c81a503f676e717195529719814cef6e87150e9390c1fe9a750436e1 |
| 0x882c173bc7ff3b7786ca16dfed3dfffb9ee7847b | false | 0x00c3a5aceb3fe926a7a9772a6c4efd9f6beb7d73 | 131 | 5670078 | 23577040506935895 | 117450441 | 2021-03-14T09:53:22.000Z | 0x5151df94d9aac356087b1e2a64bd636a31334503f87ec862d158628c2102bd13 |
| 0x882c173bc7ff3b7786ca16dfed3dfffb9ee7847b | false | 0x00c63920e680e2d8a9392e87f146afce34873a3a | 157 | 5666533 | 9583400000000000 | 47740457 | 2021-03-14T06:56:06.000Z | 0x0b5de8c2ee09605472e456f71cfab68cb87affd1771183f21836aaa4d262f8a4 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_oldReserveFactorMantissa | STRING | Previous reserve factor for the lending market before the update. 18-decimal fixed-point integer stored as string. |
in_newReserveFactorMantissa | STRING | Updated reserve factor for the lending market. 18-decimal fixed-point integer stored as string. |
Sample Data
Sample Data
| address | removed | log_index | block_number | block_timestamp | transaction_hash | in_newReserveFactorMantissa | in_oldReserveFactorMantissa |
|---|---|---|---|---|---|---|---|
| 0x26da28954763b92139ed49283625cecaf52c6f94 | false | 646 | 10562578 | 2021-09-02T11:08:56.000Z | 0xc6255d0dcb387d0aa001445180a7960365a0582c90b398c694a67596a65fd0ad | 250000000000000000 | 0 |
| 0x08ceb3f4a7ed3500ca0982bcd0fc7816688084c3 | false | 250 | 10865352 | 2021-09-13T01:49:14.000Z | 0x254f98bc55cfc912661bbe0ed3246f9c92cb0fcafd6774c0dacefbdb0be07a6f | 200000000000000000 | 0 |
| 0x78366446547d062f45b4c0f320cdaa6d710d87bb | false | 210 | 15925170 | 2022-03-10T02:26:57.000Z | 0xd6cc2c07bc1bc7f35b130263f5ed1d36237d89bf24e56dfebf0753740c8f4580 | 200000000000000000 | 0 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_redeemer | STRING | Address of the account that initiated the redemption transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_redeemAmount | STRING | Amount of underlying asset tokens withdrawn from the lending pool during redemption. |
in_redeemTokens | STRING | Amount 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. |
Sample Data
Sample Data
| address | removed | log_index | in_redeemer | block_number | block_timestamp | in_redeemAmount | in_redeemTokens | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x08ceb3f4a7ed3500ca0982bcd0fc7816688084c3 | false | 109 | 0x6d0d2773adc22e37f8b3ac022858545621b17a38 | 30362664 | 2023-07-28T16:42:04.000Z | 149002476889307969374 | 714207670748 | 0x8fc2e82213da55fb8a9858f569d107c1c93af62b13e1a1c05ef75f174259d1e9 |
| 0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d | false | 384 | 0x9c75e722dac0ee9ffe05fb2b85379586989e8fb9 | 30350945 | 2023-07-28T06:53:37.000Z | 2059539542884488479 | 10240801091 | 0x6452074e73b15e5683ab15d26a3e113846a122830f5c6b25fd3e46327b73a2d4 |
| 0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d | false | 103 | 0x0848db7cb495e7b9ada1d4dc972b9a526d014d84 | 30370192 | 2023-07-28T22:58:51.000Z | 100000000000000000000000 | 497237410487257 | 0xadcd238ea6db5fdfc71ce535c75fb4eb6df25a7b9d176c917012f4249a897275 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_redeemer | STRING | Address of the account that initiated the redemption transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_feeAmount | STRING | Fee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination. |
in_redeemTokens | STRING | Amount 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. |
Sample Data
Sample Data
| address | removed | log_index | in_redeemer | block_number | in_feeAmount | block_timestamp | in_redeemTokens | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d | false | 304 | 0x0238b9bb23af9221488ac4d8c0bda0e08e9d130d | 8371898 | 499354711131533 | 2021-06-17T09:36:10.000Z | 24939209720 | 0x2bbcebb3a1a2e8ce78186d7379b4bc01e4be81fcbd9fe68247e4e7ed42148866 |
| 0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d | false | 319 | 0x0363f80254da995386567437104b8b06af7ee7f4 | 8367032 | 174191806481905 | 2021-06-17T05:29:10.000Z | 8699651175 | 0x73b6463edd26dc859f23641bf55fa53a984cfb8d106dec2a4ce8ca34b5d3843f |
| 0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d | false | 288 | 0x047d6d15c64635ba2bf80d4555983b97cf2162ce | 8370681 | 21672548606227274 | 2021-06-17T08:33:38.000Z | 1082389739166 | 0x75ac70323a9b8bd27798fdb70c1a597597c7c4b091bf6da1ea29266ca80dd781 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_payer | STRING | Address of the account that provided the funds for the repayment or payment transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_borrower | STRING | Address of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_repayAmount | STRING | Amount of debt repaid in the transaction. Denominated in the smallest unit of the underlying token. |
in_accountBorrows | STRING | Total amount currently borrowed by the individual account. Denominated in the smallest unit of the underlying token. |
in_totalBorrows | STRING | Total amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token. |
Sample Data
Sample Data
| address | removed | in_payer | log_index | in_borrower | block_number | in_repayAmount | block_timestamp | in_totalBorrows | transaction_hash | in_accountBorrows |
|---|---|---|---|---|---|---|---|---|---|---|
| 0x5f0388ebc2b94fa8e123f404b79ccf5f40b29176 | false | 0x35f257170b5fd1e8c57274926287083e5fc7c1cb | 350 | 0x35f257170b5fd1e8c57274926287083e5fc7c1cb | 19145974 | 800000000000000000000 | 2022-06-30T16:58:59.000Z | 6082573142648622590270 | 0x2a53428f364aefcacde0cfb32cba68da7ffbe28388c50e6a0b9b80afe8cf26b4 | 649316323084319 |
| 0x1610bc33319e9398de5f57b33a5b184c806ad217 | false | 0x612565fcadaad4007d2b4d698350a7b2273f3d7a | 254 | 0x612565fcadaad4007d2b4d698350a7b2273f3d7a | 19127039 | 127040142695708634461 | 2022-06-30T01:07:35.000Z | 362596975129929395359365 | 0x0c0de01af4ca5dfee8e49f2cf43ac77f772d3ddbbb126e740f533d4525f0a132 | 0 |
| 0x650b940a1033b8a1b1873f78730fcfc73ec11f1f | false | 0x86ec72753bc7800e592aacb9c5efb1c6d0eb51e8 | 487 | 0x86ec72753bc7800e592aacb9c5efb1c6d0eb51e8 | 19140554 | 54633252797835044727 | 2022-06-30T12:27:00.000Z | 116076685035154073013821 | 0x50ecdee459d9d6128e77d016277b3d7fc1c621733114f4cb1792233b8968f769 | 106895778248611522 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_benefactor | STRING | Address of the account that provided or contributed the reserves being added to the lending market contract. Hex-encoded, 0x-prefixed, 42-character string. |
in_addAmount | STRING | Amount of reserves added to the lending market contract. String-encoded integer representing the token amount in smallest denomination. |
in_newTotalReserves | STRING | Updated total reserves held by the lending market contract after reserves are added or reduced. String-encoded integer representing the token amount in smallest denomination. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_addAmount | in_benefactor | block_timestamp | transaction_hash | in_newTotalReserves |
|---|---|---|---|---|---|---|---|---|
| 0x95c78222b3d6e262426483d42cfa53685a67ab9d | false | 14 | 2581299 | 1000000000000000000 | 0xcf04dc5177ac47af8dfec28ffe138743d1d08080 | 2020-11-26T19:25:39.000Z | 0xef3aec26dd08da16f5e467b2e2d71407607c3b17709955df346b3db00e96b2b9 | 43592368292702178985 |
| 0x08ceb3f4a7ed3500ca0982bcd0fc7816688084c3 | false | 40 | 29878460 | 200000000000000000000 | 0xc444949e0054a23c44fc45789738bdf64aed2391 | 2023-07-11T20:03:33.000Z | 0xff2649076d4cb84f66313775bbde1a36bdabce66cccfd68d44ae87cd51e90ac5 | 48755967487961322380916 |
| 0x08ceb3f4a7ed3500ca0982bcd0fc7816688084c3 | false | 316 | 29878505 | 9000000000000000000000 | 0xc444949e0054a23c44fc45789738bdf64aed2391 | 2023-07-11T20:05:48.000Z | 0xefbd207eee33e63f54180a0dd96c3300f932ae54ffbdde8e87a937aa5ec5da97 | 57757700904878185092212 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_admin | STRING | Address of the administrator or privileged account that initiated or authorized the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_reduceAmount | STRING | Amount of reserves withdrawn from the lending market contract. String-encoded integer representing the token amount in smallest denomination. |
in_newTotalReserves | STRING | Updated total reserves held by the lending market contract after reserves are added or reduced. String-encoded integer representing the token amount in smallest denomination. |
Sample Data
Sample Data
| address | removed | in_admin | log_index | block_number | block_timestamp | in_reduceAmount | transaction_hash | in_newTotalReserves |
|---|---|---|---|---|---|---|---|---|
| 0x5c9476fcd6a4f9a3654139721c949c2233bbbbc8 | false | 0x939bd8d64c0a9583a7dcea9933f7b21697ab6396 | 277 | 27235435 | 2023-04-10T20:09:26.000Z | 2153980419540478799446 | 0x154c57da247a3a81f4300e8c2c5ca7cca5202561928a80ee335323b777fa6959 | 168458698901556629478 |
| 0x57a5297f2cb2c0aac9d554660acd6d385ab50c6b | false | 0x939bd8d64c0a9583a7dcea9933f7b21697ab6396 | 197 | 27235435 | 2023-04-10T20:09:26.000Z | 9783416297561617289 | 0x154c57da247a3a81f4300e8c2c5ca7cca5202561928a80ee335323b777fa6959 | 1196988432195197586 |
| 0x334b3ecb4dca3593bccc3c7ebd1a1c1d1780fbf1 | false | 0x939bd8d64c0a9583a7dcea9933f7b21697ab6396 | 237 | 27235435 | 2023-04-10T20:09:26.000Z | 5963131131552787288367 | 0x154c57da247a3a81f4300e8c2c5ca7cca5202561928a80ee335323b777fa6959 | 513247800121976950758 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_payer | STRING | Address of the account that provided the funds for the repayment or payment transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_receiver | STRING | Address that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_mintAmount | STRING | Quantity of underlying asset deposited into the lending protocol. Numeric string representing token amount in smallest denomination. |
in_mintTokens | STRING | Quantity of protocol-specific interest-bearing tokens minted to the depositor. Numeric string representing token amount in smallest denomination. |
Sample Data
Sample Data
| address | removed | in_payer | log_index | in_receiver | block_number | in_mintAmount | in_mintTokens | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d | false | 0x8938e6da30b59c1e27d5f70a94688a89f7c815a4 | 425 | 0xf165fc6bd6a2ee937ab77311d1078f16711cf007 | 32141962 | 15308136327587916973 | 76117780669 | 2023-09-28T16:38:45.000Z | 0x4630ca2a5724dbafd0afede945d3ff056a32e717b8cae7edca12fd7c247cb25a |
| 0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d | false | 0x8938e6da30b59c1e27d5f70a94688a89f7c815a4 | 371 | 0xf165fc6bd6a2ee937ab77311d1078f16711cf007 | 32142398 | 7860859529350989980 | 39087134365 | 2023-09-28T17:00:34.000Z | 0x92b8c60457f07dd1feda874d88b0e19a7fc88766411210d301ecac1fd4ce0106 |
| 0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d | false | 0xfd36e2c2a6789db23113685031d7f16329158384 | 68 | 0x8d655aaaa0ec224b17972df385e25325b9103332 | 28452271 | 31703158632863637980 | 157639965028 | 2023-05-23T04:27:12.000Z | 0x48888063a26ced8f401aa120039374dd5b56f2740cb01a2c3fa4a2200fd8a8ad |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_cashPrior | STRING | Cash balance in the market prior to the interest accrual event. Denominated in the smallest unit of the underlying token. |
in_interestAccumulated | STRING | Interest accrued during the period since the last interest calculation. Denominated in the smallest unit of the underlying token. |
in_borrowIndex | STRING | Cumulative borrow interest index for the market. Scaled by 1e18, representing the accumulated interest per unit borrowed since market inception. |
in_totalBorrows | STRING | Total amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_cashPrior | in_borrowIndex | block_timestamp | in_totalBorrows | transaction_hash | in_interestAccumulated |
|---|---|---|---|---|---|---|---|---|---|
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 0 | 39969766 | 1275540102903699859441572 | 1451571379800477308 | 2024-06-27T05:51:28.000Z | 212081891263057316509368 | 0xf0a7a4f4525a8a381f7f98f9e5e3957b8174354099b4e3e941bd7820eef54ae7 | 8413148077900281 |
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 1 | 39989292 | 1275988453360622108766259 | 1451657885238494553 | 2024-06-27T22:11:59.000Z | 212229977842266864267232 | 0x31a909cc1180cc6fb989781d246b88552e2107ee3b02667ff00a8f7a58479771 | 342043172312028329 |
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 1 | 39969143 | 1276471799572961652208654 | 1451568622404490666 | 2024-06-27T05:19:56.000Z | 211681488698137961815627 | 0xeb7d4ac96294f1a5a8190af3fb64c9919dd5d37d84fc32519cd079263180c444 | 119231211612277463 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_borrower | STRING | Address of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_borrowAmount | STRING | Amount borrowed in the transaction. Denominated in the smallest unit of the underlying token. |
in_accountBorrows | STRING | Total amount currently borrowed by the individual account. Denominated in the smallest unit of the underlying token. |
in_totalBorrows | STRING | Total amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token. |
Sample Data
Sample Data
| address | removed | log_index | in_borrower | block_number | block_timestamp | in_borrowAmount | in_totalBorrows | transaction_hash | in_accountBorrows |
|---|---|---|---|---|---|---|---|---|---|
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 400 | 0x048e3e8368bd841a2282880ee3ebda015fcaee56 | 10720411 | 2021-09-07T23:57:00.000Z | 20000000000000000 | 416171848159578765344419 | 0xa22fb6fb094a58ecec973a9f5a70c09f986ee65b6006af654c103fa36714b0de | 20000000000001888 |
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 1076 | 0x053e2022346496689464d0d8878694083db906ab | 10711669 | 2021-09-07T16:31:48.000Z | 30380377690265148811 | 403463536181061106178823 | 0x6182403b84907b5e59502ef316cb1ed76daadae5aa7c241097b417b398e8e03e | 30380377690265148811 |
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 1485 | 0x0bbd49089a24f19bb8288e7ef0b297c929cb7c64 | 10709950 | 2021-09-07T14:58:03.000Z | 2000000000000000000 | 440497892915901846837167 | 0x4d22b4daeee3cdc600442a37d2a8feee874a6d0c633ae8bd2d532a66ee4247a8 | 2000000000000000000 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_liquidator | STRING | Address of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_borrower | STRING | Address of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_repayAmount | STRING | Amount of debt repaid in the transaction. Denominated in the smallest unit of the underlying token. |
in_vTokenCollateral | STRING | Contract address of the vToken representing the collateral being seized in the liquidation. Hex-encoded, 0x-prefixed, 42-character string. |
in_seizeTokens | STRING | Quantity of collateral tokens seized from the borrower during liquidation. Numeric string representing the amount in the smallest unit of the collateral token. |
Sample Data
Sample Data
| address | removed | log_index | in_borrower | block_number | in_liquidator | in_repayAmount | in_seizeTokens | block_timestamp | transaction_hash | in_vTokenCollateral |
|---|---|---|---|---|---|---|---|---|---|---|
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 13 | 0x7268bbe12c6858fc55519fb333b9087a99f388e9 | 44952913 | 0x0870793286aada55d39ce7f82fb2766e8004cf43 | 446806685682952256 | 1549492978913 | 2024-12-17T12:49:00.000Z | 0x4ecca585903521a7610fd8a379f31a5d95eb2c7fc4e77f6475bb89a59b501480 | 0x9a0af7fdb2065ce470d72664de73cae409da28ec |
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 86 | 0xbf5cd1bb1a03dca2a3c8a9a71c1869af60360a85 | 31587282 | 0x0870793286aada55d39ce7f82fb2766e8004cf43 | 65632578271404479 | 2955297 | 2023-09-09T09:06:07.000Z | 0xb87280f3862d806dd556683cf7b7c546c8d09ab75246ced44e973452e853d1fc | 0x882c173bc7ff3b7786ca16dfed3dfffb9ee7847b |
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 23 | 0xb4c5ab51422404e52863a8bd594efe0ee4984818 | 39914663 | 0x0870793286aada55d39ce7f82fb2766e8004cf43 | 33865244564376138 | 95359527045 | 2024-06-25T07:43:56.000Z | 0x4f926e0e89c262d7beff5cf0d0271e9d643ef0591a3fb3dd324f9c45b6fac090 | 0x95c78222b3d6e262426483d42cfa53685a67ab9d |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_minter | STRING | Address authorized to mint tokens in the operation. Hex-encoded, 0x-prefixed, 42-character string for EVM chains; 66-character hex string for Aptos. |
in_mintAmount | STRING | Quantity of underlying asset deposited into the lending protocol. Numeric string representing token amount in smallest denomination. |
in_mintTokens | STRING | Quantity of protocol-specific interest-bearing tokens minted to the depositor. Numeric string representing token amount in smallest denomination. |
Sample Data
Sample Data
| address | removed | in_minter | log_index | block_number | in_mintAmount | in_mintTokens | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 0xa2fb24202db6c0b120e91a1b2ff671dbbbe88e2d | 471 | 8265717 | 25000000000000000 | 122926954 | 2021-06-13T16:05:06.000Z | 0x137560b231f572f8b5870e21a10438f851fdf456228c627d15eed334a4184ce9 |
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 0x12157b195c1fea1d2fb0bfdf221ddf60029fa959 | 206 | 8264413 | 300000000000000000 | 1475129438 | 2021-06-13T14:59:54.000Z | 0x529320d3feba70eaab21232a754ac9d6bf50ba6c3736a6a5a1807ca212730f7f |
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 0xec0d6eab52584e037041e3c678ce511ebccd60dd | 17 | 8251943 | 155000000000000000000 | 762179036541 | 2021-06-13T04:30:42.000Z | 0x691f4b5a648b1021555c16e213c057f7e4c43be34515e1d359e1e7e63b99c521 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_oldReserveFactorMantissa | STRING | Previous reserve factor for the lending market before the update. 18-decimal fixed-point integer stored as string. |
in_newReserveFactorMantissa | STRING | Updated reserve factor for the lending market. 18-decimal fixed-point integer stored as string. |
Sample Data
Sample Data
| address | removed | log_index | block_number | block_timestamp | transaction_hash | in_newReserveFactorMantissa | in_oldReserveFactorMantissa |
|---|---|---|---|---|---|---|---|
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 263 | 44869104 | 2024-12-14T14:58:11.000Z | 0x36f3b2586b6657621fe5a7a56e25bf80b1e07038dd9d18e7904b223d3b2a09bc | 300000000000000000 | 250000000000000000 |
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 214 | 26433498 | 2023-03-13T15:55:38.000Z | 0xd564a17c2fe65c6f90765969e54a7f85fb0a94b8795af149890f3d521cebbd35 | 250000000000000000 | 200000000000000000 |
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 25 | 2564509 | 2020-11-26T05:24:57.000Z | 0x18c9d80ae8b86bb209cf1a18a8fa8d61171ada33ffb2dc705ee2c0defcda1ab4 | 200000000000000000 | 0 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_redeemer | STRING | Address of the account that initiated the redemption transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_redeemAmount | STRING | Amount of underlying asset tokens withdrawn from the lending pool during redemption. |
in_redeemTokens | STRING | Amount 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. |
Sample Data
Sample Data
| address | removed | log_index | in_redeemer | block_number | block_timestamp | in_redeemAmount | in_redeemTokens | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 577 | 0x04501fc1649c1140adafee67331e3b24039603fa | 9474364 | 2021-07-25T20:03:33.000Z | 7003978179121885549 | 34239971810 | 0x6276008039f966611796b654f58983a9642a731f0ea0e302395fcf8369fd0d21 |
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 216 | 0x057e06097d3af83194e150c4c6a6932c654899fb | 9463978 | 2021-07-25T11:12:34.000Z | 11012109685210318598 | 53837690804 | 0xdd64aec7970fedc182c4696df151f9f352fc1da073f9d0f1dba128bb533b7da9 |
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 420 | 0x06f1e4af033c513eb0427fc87c8ddbb76206dfdb | 9464334 | 2021-07-25T11:30:27.000Z | 2766637590188821112 | 13525931611 | 0xcc4d936da4b4f9d764ed021a094229debb64419ae652f6be0f58edfb0872a143 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_payer | STRING | Address of the account that provided the funds for the repayment or payment transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_borrower | STRING | Address of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_repayAmount | STRING | Amount of debt repaid in the transaction. Denominated in the smallest unit of the underlying token. |
in_accountBorrows | STRING | Total amount currently borrowed by the individual account. Denominated in the smallest unit of the underlying token. |
in_totalBorrows | STRING | Total amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token. |
Sample Data
Sample Data
| address | removed | in_payer | log_index | in_borrower | block_number | in_repayAmount | block_timestamp | in_totalBorrows | transaction_hash | in_accountBorrows |
|---|---|---|---|---|---|---|---|---|---|---|
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 0x00bdc8cd4a9b1ab86b0361aae486a1bcc856f1a3 | 74 | 0x00bdc8cd4a9b1ab86b0361aae486a1bcc856f1a3 | 35295597 | 70000000000000000000 | 2024-01-16T13:08:06.000Z | 1038184756734578007984032 | 0x013fa4b00c73b5c254c021b4afd12917d6886d9a0b45cb4966f702c314969afb | 390607818583325293206 |
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 0x01105f5822fb45d42d35db379e62a1d60ed7086b | 164 | 0x01105f5822fb45d42d35db379e62a1d60ed7086b | 35283246 | 1000000000000000000000 | 2024-01-16T02:49:03.000Z | 1001197635191330837446481 | 0xb79526f48ed39d5f2f04441bd57518206a2f12116e0a0b0cd56d7d4412316a40 | 990429578440692942860 |
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 0x016d98a134e39ce923b55d22ae04580a6c0c32b4 | 59 | 0x016d98a134e39ce923b55d22ae04580a6c0c32b4 | 35283663 | 2300000000000000000000 | 2024-01-16T03:09:55.000Z | 982108572860974091854886 | 0xaae6c2b8f066c0230da314f80cdb868f05152c6f6a03a7d2e0208275416ea220 | 449279628568811996 |
Example Query
Example Query
vBNB_ReservesAdded_event
No description available.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_benefactor | STRING | Address of the account that provided or contributed the reserves being added to the lending market contract. Hex-encoded, 0x-prefixed, 42-character string. |
in_addAmount | STRING | Amount of reserves added to the lending market contract. String-encoded integer representing the token amount in smallest denomination. |
in_newTotalReserves | STRING | Updated total reserves held by the lending market contract after reserves are added or reduced. String-encoded integer representing the token amount in smallest denomination. |
Sample Data
Sample Data
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_admin | STRING | Address of the administrator or privileged account that initiated or authorized the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_reduceAmount | STRING | Amount of reserves withdrawn from the lending market contract. String-encoded integer representing the token amount in smallest denomination. |
in_newTotalReserves | STRING | Updated total reserves held by the lending market contract after reserves are added or reduced. String-encoded integer representing the token amount in smallest denomination. |
Sample Data
Sample Data
| address | removed | in_admin | log_index | block_number | block_timestamp | in_reduceAmount | transaction_hash | in_newTotalReserves |
|---|---|---|---|---|---|---|---|---|
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 0x9a7890534d9d91d473f28cb97962d176e2b65f1d | 72 | 45443978 | 2025-01-03T14:05:00.000Z | 165866584142813051392 | 0xbf0511818b2fe2d0f2bcdc18e4ac3a465c5a496eb460084da11cd0130620198c | 8333374612281034 |
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 0x9a7890534d9d91d473f28cb97962d176e2b65f1d | 317 | 38545692 | 2024-05-08T15:08:38.000Z | 1313027754574403484900 | 0xe5ebc98a2fc8ea5e35ca62f03f5b63f1a19bca48ae247cf96df4caaa6cb2df54 | 43218469104912886 |
| 0xa07c5b74c9b40447a954e1466938b865b6bbea36 | false | 0x9a7890534d9d91d473f28cb97962d176e2b65f1d | 88 | 45244456 | 2024-12-27T15:47:48.000Z | 165418435157419036078 | 0x83c2c0cc02799113158390af7852845e5b4ff38284b46b9c442e41b2af27070a | 117503887286641063 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_cashPrior | STRING | Cash balance in the market prior to the interest accrual event. Denominated in the smallest unit of the underlying token. |
in_interestAccumulated | STRING | Interest accrued during the period since the last interest calculation. Denominated in the smallest unit of the underlying token. |
in_borrowIndex | STRING | Cumulative borrow interest index for the market. Scaled by 1e18, representing the accumulated interest per unit borrowed since market inception. |
in_totalBorrows | STRING | Total amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_cashPrior | in_borrowIndex | block_timestamp | in_totalBorrows | transaction_hash | in_interestAccumulated |
|---|---|---|---|---|---|---|---|---|---|
| 0x1d8bbde12b6b34140604e18e9f9c6e14dec16854 | false | 3 | 43177002 | 367427683531708529774388 | 1142301381059882263 | 2024-10-16T20:34:52.000Z | 119121975254597775357782 | 0x396db910e6c0122949d1ae89477ce87b2f1ebe7e346b193bce303f4ce3fcac2e | 4794774583489970409 |
| 0x1d8bbde12b6b34140604e18e9f9c6e14dec16854 | false | 63 | 43153748 | 387560540472021541038762 | 1142167378503337061 | 2024-10-16T01:12:06.000Z | 119067002404232323648768 | 0xd1a3f85350d0b302c06b7d5ef77a60f98a71b3c7e9b20f23a80b9b489740244d | 131828765259892228 |
| 0x1d8bbde12b6b34140604e18e9f9c6e14dec16854 | false | 194 | 43154985 | 367560540472016992831775 | 1142174506190979167 | 2024-10-16T02:13:57.000Z | 119067745441039005496996 | 0x1336b6d50736a752326c8c9f1a31a250f4dc6ad28591a9e933d1bc843f94e595 | 743036806681848228 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_borrower | STRING | Address of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_badDebtDelta | STRING | Amount of bad debt added in the event. Numeric string representing the token amount in smallest denomination. |
in_badDebtOld | STRING | Previous total amount of bad debt before the event. Numeric string representing the token amount in smallest denomination. |
in_badDebtNew | STRING | Updated total amount of bad debt after the event. Numeric string representing the token amount in smallest denomination. |
Sample Data
Sample Data
| address | removed | log_index | in_borrower | block_number | in_badDebtNew | in_badDebtOld | block_timestamp | in_badDebtDelta | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0xe10e80b7fd3a29fe46e16c30cc8f4dd938b742e2 | false | 415 | 0x3702d9a9d4dbc6a60210f2b2cbdecdef8bcd69fd | 34241940 | 275071884556669618361 | 0 | 2023-12-10T20:42:37.000Z | 275071884556669618361 | 0x9b76f9a17c48bd744038a2adfd657cb36d2c4d452a251f0a35132534fd1d22d3 |
| 0x5e21bf67a6af41c74c1773e4b473ca5ce8fd3791 | false | 400 | 0x3702d9a9d4dbc6a60210f2b2cbdecdef8bcd69fd | 34241940 | 654859606916027127141 | 0 | 2023-12-10T20:42:37.000Z | 654859606916027127141 | 0x9b76f9a17c48bd744038a2adfd657cb36d2c4d452a251f0a35132534fd1d22d3 |
| 0xbfe25459ba784e70e2d7a718be99a1f3521ca17f | false | 431 | 0x3702d9a9d4dbc6a60210f2b2cbdecdef8bcd69fd | 34241940 | 108890115080027695179 | 0 | 2023-12-10T20:42:37.000Z | 108890115080027695179 | 0x9b76f9a17c48bd744038a2adfd657cb36d2c4d452a251f0a35132534fd1d22d3 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_badDebtOld | STRING | Previous total amount of bad debt before the event. Numeric string representing the token amount in smallest denomination. |
in_badDebtNew | STRING | Updated total amount of bad debt after the event. Numeric string representing the token amount in smallest denomination. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_badDebtNew | in_badDebtOld | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xcc5d9e502574cda17215e70bc0b4546663785227 | false | 107 | 34466883 | 0 | 46887992971984503730 | 2023-12-18T16:59:44.000Z | 0xeced2cf0c2e44d71750a22604fec8cf86df1cad73b7a8c23bdc4aa74e011a6c5 |
| 0xbfe25459ba784e70e2d7a718be99a1f3521ca17f | false | 88 | 34466883 | 0 | 108890115080027695179 | 2023-12-18T16:59:44.000Z | 0xeced2cf0c2e44d71750a22604fec8cf86df1cad73b7a8c23bdc4aa74e011a6c5 |
| 0xe10e80b7fd3a29fe46e16c30cc8f4dd938b742e2 | false | 116 | 34466883 | 0 | 275071884556669618361 | 2023-12-18T16:59:44.000Z | 0xeced2cf0c2e44d71750a22604fec8cf86df1cad73b7a8c23bdc4aa74e011a6c5 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_borrower | STRING | Address of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_borrowAmount | STRING | Amount borrowed in the transaction. Denominated in the smallest unit of the underlying token. |
in_accountBorrows | STRING | Total amount currently borrowed by the individual account. Denominated in the smallest unit of the underlying token. |
in_totalBorrows | STRING | Total amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token. |
Sample Data
Sample Data
| address | removed | log_index | in_borrower | block_number | block_timestamp | in_borrowAmount | in_totalBorrows | transaction_hash | in_accountBorrows |
|---|---|---|---|---|---|---|---|---|---|
| 0x1d8bbde12b6b34140604e18e9f9c6e14dec16854 | false | 193 | 0x0848db7cb495e7b9ada1d4dc972b9a526d014d84 | 31503903 | 2023-09-06T11:20:56.000Z | 10000000000000000000000 | 12977117668271309350667 | 0x6c5e16e779fe2ff7026e59f18cb6be8481b1a171478e9d6438bf03c7c3cb6ef0 | 10000000000000000000000 |
| 0x281e5378f99a4bc55b295abc0a3e7ed32deba059 | false | 149 | 0x66bbe35ccd2fdd593c7699045dc8bfb92b6e3bd2 | 31503370 | 2023-09-06T10:54:08.000Z | 125999997003987851 | 3148483581460525584954 | 0xf74b877e91a37a9ab458d5c726e5ba1b0dcf0dc56b806513f96d414c8e8e875b | 125999997003987851 |
| 0x5e21bf67a6af41c74c1773e4b473ca5ce8fd3791 | false | 173 | 0x642a91e27f0cf4640f1e15fb2c2ea519ecd1603b | 31505430 | 2023-09-06T12:38:03.000Z | 35000000000000000000 | 135388553492415169571 | 0x979fc798bb5b36368f813583e41ffbb785b122a7a65fea5219ea727e645635d2 | 135023713184563865157 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_liquidator | STRING | Address of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_borrower | STRING | Address of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_repayAmount | STRING | Amount of debt repaid in the transaction. Denominated in the smallest unit of the underlying token. |
in_vTokenCollateral | STRING | Contract address of the vToken representing the collateral being seized in the liquidation. Hex-encoded, 0x-prefixed, 42-character string. |
in_seizeTokens | STRING | Quantity of collateral tokens seized from the borrower during liquidation. Numeric string representing the amount in the smallest unit of the collateral token. |
Sample Data
Sample Data
| address | removed | log_index | in_borrower | block_number | in_liquidator | in_repayAmount | in_seizeTokens | block_timestamp | transaction_hash | in_vTokenCollateral |
|---|---|---|---|---|---|---|---|---|---|---|
| 0x4978591f17670a846137d9d613e333c38dc68a37 | false | 24 | 0x71c162a12de58f26be4c3a90cdd23b32e2a21c9f | 45034376 | 0xaeb68de8296568aa484294e5412cda370aabdcdf | 1246804562773604771873 | 847199889133826 | 2024-12-20T08:42:38.000Z | 0x70477930e0b5dc068dbec017b3db8d8bc5e8601300b577e57cf88e2bdf4bd7c4 | 0xc353b7a1e13ddba393b5e120d4169da7185aa2cb |
| 0x4978591f17670a846137d9d613e333c38dc68a37 | false | 25 | 0x4408e04e4d8aeb7edbc0bc0ae66028762fdf29e5 | 45034703 | 0xaeb68de8296568aa484294e5412cda370aabdcdf | 28313180799893733000 | 19575186944777 | 2024-12-20T08:58:59.000Z | 0xead019bd7b4054081566acb181e0b9ae309ee3527b3c0e3fde2432fad7282ba9 | 0xc353b7a1e13ddba393b5e120d4169da7185aa2cb |
| 0x4978591f17670a846137d9d613e333c38dc68a37 | false | 21 | 0xfec631b2428e870d7b0b324ae9136c5de6005a11 | 45036224 | 0x6a1d2568ced24b090fcdf4936d2fea5587b8fc43 | 196356146710052462941835 | 140461942382883635 | 2024-12-20T10:15:02.000Z | 0x711e6abe7b75e94a419715ddfcc1f725b988a3a800ff9be9172a9e304a4b2e27 | 0xc353b7a1e13ddba393b5e120d4169da7185aa2cb |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_minter | STRING | Address authorized to mint tokens in the operation. Hex-encoded, 0x-prefixed, 42-character string for EVM chains; 66-character hex string for Aptos. |
in_mintAmount | STRING | Quantity of underlying asset deposited into the lending protocol. Numeric string representing token amount in smallest denomination. |
in_mintTokens | STRING | Quantity of protocol-specific interest-bearing tokens minted to the depositor. Numeric string representing token amount in smallest denomination. |
in_accountBalance | STRING | Account 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. |
Sample Data
Sample Data
| address | removed | in_minter | log_index | block_number | in_mintAmount | in_mintTokens | block_timestamp | transaction_hash | in_accountBalance |
|---|---|---|---|---|---|---|---|---|---|
| 0x1d8bbde12b6b34140604e18e9f9c6e14dec16854 | false | 0x6afc3ce15ed51c1d3bf87e74dda277935b8d88fa | 28 | 32586459 | 50000000000000000000 | 4988359781 | 2023-10-14T04:24:28.000Z | 0x38b068ffe4389f138652c8de7905481eb47bbfcdddf30dfe1ed806ca542cf813 | 4988359781 |
| 0x1d8bbde12b6b34140604e18e9f9c6e14dec16854 | false | 0x6afc3ce15ed51c1d3bf87e74dda277935b8d88fa | 52 | 32585257 | 50000000000000000000 | 4988387903 | 2023-10-14T03:24:16.000Z | 0xb11b826d9b7bd47d2682de8d21dff3b7f985478d017fb176adad9b577ae4afab | 4988387903 |
| 0x4978591f17670a846137d9d613e333c38dc68a37 | false | 0xfceb23d6970e8ad127fcc6f0bab48a6f68c08b73 | 133 | 32593272 | 250071743348507193585 | 24632334943 | 2023-10-14T10:06:32.000Z | 0x7dfafa76e12d14dc20a6b5b298bc572f544bb19508e7795c382ecbed2158c7ba | 24632334943 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_oldReserveFactorMantissa | STRING | Previous reserve factor for the lending market before the update. 18-decimal fixed-point integer stored as string. |
in_newReserveFactorMantissa | STRING | Updated reserve factor for the lending market. 18-decimal fixed-point integer stored as string. |
Sample Data
Sample Data
| address | removed | log_index | block_number | block_timestamp | transaction_hash | in_newReserveFactorMantissa | in_oldReserveFactorMantissa |
|---|---|---|---|---|---|---|---|
| 0xca2d81aa7c09a1a025de797600a7081146dceed9 | false | 244 | 29949478 | 2023-07-14T07:22:34.000Z | 0x321dc8f4915b744e77b1a71358808eb9d698f07f3c2071fd11dc4be864759533 | 100000000000000000 | 200000000000000000 |
| 0xca2d81aa7c09a1a025de797600a7081146dceed9 | false | 307 | 29439939 | 2023-06-26T13:27:51.000Z | 0x4afc30eba48bbf4814177f07f68af8c6508564fbf53b81933963e76582d4fe7f | 200000000000000000 | 0 |
| 0x5e3072305f9cae1c7a82f6fe9e38811c74922c3b | false | 175 | 29439952 | 2023-06-26T13:28:30.000Z | 0x0319c4fc8242ef972b696b4aa9f6c43e4fbf5863980d522044024367765f72ef | 100000000000000000 | 0 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_redeemer | STRING | Address of the account that initiated the redemption transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_redeemAmount | STRING | Amount of underlying asset tokens withdrawn from the lending pool during redemption. |
in_redeemTokens | STRING | Amount 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_accountBalance | STRING | Account 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. |
Sample Data
Sample Data
| address | removed | log_index | in_redeemer | block_number | block_timestamp | in_redeemAmount | in_redeemTokens | transaction_hash | in_accountBalance |
|---|---|---|---|---|---|---|---|---|---|
| 0x1d8bbde12b6b34140604e18e9f9c6e14dec16854 | false | 178 | 0x53d0fa2d2d912b6fd61b82e075c27fb5bd333dbb | 31698871 | 2023-09-13T06:21:25.000Z | 13210620143577803416412 | 1320994982026 | 0xb24c7c0863ef220af9c04a769bbff83b359d615cb99e510d3566a33ea39b07b5 | 1290 |
| 0x1d8bbde12b6b34140604e18e9f9c6e14dec16854 | false | 130 | 0x177a6a32d73372911f772d050368a4512e021998 | 31698787 | 2023-09-13T06:17:13.000Z | 9999006519369118463515 | 999849923194 | 0x6033aa1438971c85650b2457d77a50c023e5051ebb1badc427cb8156c889659a | 0 |
| 0x1d8bbde12b6b34140604e18e9f9c6e14dec16854 | false | 88 | 0xbc623262d1e5bbad7855081ae5fd59571ab0b37d | 31693177 | 2023-09-13T01:36:20.000Z | 47033631233520267279969 | 4703126563150 | 0x8e1d42edd081d70fa7c0931e9ad6ff30943331b3d51d758006cee661cc3a560f | 0 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_payer | STRING | Address of the account that provided the funds for the repayment or payment transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_borrower | STRING | Address of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_repayAmount | STRING | Amount of debt repaid in the transaction. Denominated in the smallest unit of the underlying token. |
in_accountBorrows | STRING | Total amount currently borrowed by the individual account. Denominated in the smallest unit of the underlying token. |
in_totalBorrows | STRING | Total amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token. |
Sample Data
Sample Data
| address | removed | in_payer | log_index | in_borrower | block_number | in_repayAmount | block_timestamp | in_totalBorrows | transaction_hash | in_accountBorrows |
|---|---|---|---|---|---|---|---|---|---|---|
| 0x1d8bbde12b6b34140604e18e9f9c6e14dec16854 | false | 0x1d66e3aba8864453238dca4d893b55b802e97704 | 20 | 0x95f5f241e352639d54e0d5ea32266bdcec936bf6 | 37759191 | 6283198072931858478720 | 2024-04-11T06:30:01.000Z | 334410292315425171476182 | 0x310fffec12e8fd9343e0baffbc75a16f8eeabeede21d3b5edcbbf092659b304f | 13351796632165320260086 |
| 0x1d8bbde12b6b34140604e18e9f9c6e14dec16854 | false | 0xcc917ab28544c80e2f0e8effbd22551a3cb096be | 174 | 0xcc917ab28544c80e2f0e8effbd22551a3cb096be | 37772624 | 392579390000000000000 | 2024-04-11T17:42:41.000Z | 334087179903758217468791 | 0x27efdc3023f63de49f0c8597163809ea5f0f314fd4f2bb06fe974df8c9c4a991 | 7992280580053147893768 |
| 0x8f657dfd3a1354deb4545765fe6840cc54afd379 | false | 0xd444dc790a0557c1fcbc648ca8737899808954b6 | 144 | 0xd444dc790a0557c1fcbc648ca8737899808954b6 | 37780040 | 10069334624529921706669 | 2024-04-11T23:54:00.000Z | 324710365478779162926977 | 0x4fc5fd3abb22b080abb8d1bf3947f8a3351547dc727d1b5d3c3709bbbf5eff4f | 0 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_benefactor | STRING | Address of the account that provided or contributed the reserves being added to the lending market contract. Hex-encoded, 0x-prefixed, 42-character string. |
in_addAmount | STRING | Amount of reserves added to the lending market contract. String-encoded integer representing the token amount in smallest denomination. |
in_newTotalReserves | STRING | Updated total reserves held by the lending market contract after reserves are added or reduced. String-encoded integer representing the token amount in smallest denomination. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_addAmount | in_benefactor | block_timestamp | transaction_hash | in_newTotalReserves |
|---|---|---|---|---|---|---|---|---|
| 0xc353b7a1e13ddba393b5e120d4169da7185aa2cb | false | 212 | 31625268 | 32726584230562400 | 0xc353b7a1e13ddba393b5e120d4169da7185aa2cb | 2023-09-10T16:50:40.000Z | 0x72a2317c3dc2d5387fda02157335389d875ee82b1a91b03e5353740a0d4247a8 | 146005772808553000 |
| 0xc353b7a1e13ddba393b5e120d4169da7185aa2cb | false | 275 | 31623730 | 30758543255391981 | 0xc353b7a1e13ddba393b5e120d4169da7185aa2cb | 2023-09-10T15:33:26.000Z | 0xbef783631f58f826bceb0467ed5daffca094bd1971b52eedf730012219cb7824 | 113278860681376627 |
| 0xc353b7a1e13ddba393b5e120d4169da7185aa2cb | false | 81 | 30963967 | 266767164409490 | 0xc353b7a1e13ddba393b5e120d4169da7185aa2cb | 2023-08-18T15:22:13.000Z | 0xb7e56d647e90d383c790a2847892ba09e5249210e424c1961ba120a513902868 | 14747943994535311 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_protocolShareReserve | STRING | Contract address of the protocol share reserve that receives the reduced reserves. Hex-encoded, 0x-prefixed, 42-character string. |
in_reduceAmount | STRING | Amount of reserves withdrawn from the lending market contract. String-encoded integer representing the token amount in smallest denomination. |
in_newTotalReserves | STRING | Updated total reserves held by the lending market contract after reserves are added or reduced. String-encoded integer representing the token amount in smallest denomination. |
Sample Data
Sample Data
| address | removed | log_index | block_number | block_timestamp | in_reduceAmount | transaction_hash | in_newTotalReserves | in_protocolShareReserve |
|---|---|---|---|---|---|---|---|---|
| 0x4a9613d06a241b76b81d3777fce3ddd1f61d4bd0 | false | 105 | 42422753 | 2024-09-20T15:39:38.000Z | 3839244932323568 | 0x44b91dd4fd6cf42daf2167921cea92d144e33dbd3a1bc295032bc3e665e80b65 | 0 | 0xca01d5a9a248a830e9d93231e791b1affed7c446 |
| 0x1d8bbde12b6b34140604e18e9f9c6e14dec16854 | false | 239 | 42420083 | 2024-09-20T13:26:00.000Z | 5250704323113196929 | 0x5b111ea29d09fd704a34e99dab498ab6e1d8cf35b9ba28115c496f0bea55beec | 0 | 0xca01d5a9a248a830e9d93231e791b1affed7c446 |
| 0x52ed99cd0a56d60451dd4314058854bc0845bbb5 | false | 39 | 42422741 | 2024-09-20T15:39:02.000Z | 481793820114739616 | 0x96f0eb20a6a317c4fad8684d3744ae1386fec05dca98799270f2845c3b977d4d | 0 | 0xca01d5a9a248a830e9d93231e791b1affed7c446 |
Example Query
Example Query