> ## Documentation Index
> Fetch the complete documentation index at: https://tokenterminal.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# lybra_v2_ethereum

> Tables in tt-contracts.lybra_v2_ethereum

## Tables

### RETHVault\_Burn\_event

Burn events from Lybra Finance V2's Rocket Pool ETH (rETH) vault on Ethereum, recording debt repayment transactions where users burn stablecoins to reduce their collateralized position. Includes burn amounts, sponsor addresses, and beneficiary accounts for tracking vault deleveraging activity.

<Accordion title="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_sponsor`       | `STRING`    | Address of the account sponsoring or initiating the operation. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_onBehalfOf`    | `STRING`    | Address of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
  | `in_timestamp`     | `STRING`    | Unix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.                                           |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_amount             | log\_index | in\_sponsor                                | block\_number | in\_timestamp | in\_onBehalfOf                             | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ---------------------- | ---------- | ------------------------------------------ | ------------- | ------------- | ------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x090b2787d6798000710a8e821ec6111d254bb958 | false   | 1100127421803652968036 | 334        | 0x47dfee776ecf6c2496783af895936643072ec13b | 18026372      | 1693385843    | 0x47dfee776ecf6c2496783af895936643072ec13b | 2023-08-30T08:57:23.000Z | 0xfd805f72214cba32fc08060382e18a57a3bde3da2d33efa517f117d8e772c9da |
  | 0x090b2787d6798000710a8e821ec6111d254bb958 | false   | 1250000000000000000000 | 150        | 0x66b870ddf78c975af5cd8edc6de25eca81791de1 | 18353064      | 1697340143    | 0x37a4a65148e8cbb813490f6ccae15cea0c401f16 | 2023-10-15T03:22:23.000Z | 0x6001906a65caf0038d983fa841cf4bfe8bd094b2c39cb3bbebe0d38e059fe0a7 |
  | 0x090b2787d6798000710a8e821ec6111d254bb958 | false   | 500000000000000000000  | 127        | 0x1914717974224765b85636159d48f46dbbdbde27 | 18353154      | 1697341235    | 0x37a4a65148e8cbb813490f6ccae15cea0c401f16 | 2023-10-15T03:40:35.000Z | 0x6958a653353a0b204375098da9bf24f83eef38aa93103f221d9114713f88aec9 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.lybra_v2_ethereum.RETHVault_Burn_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### RETHVault\_Mint\_event

Mint events from Lybra V2's rETH (Rocket Pool ETH) vault on Ethereum, recording when users deposit collateral to mint stablecoins. Tracks minted amounts, sponsor addresses, and beneficiary accounts for analyzing vault usage and stablecoin issuance patterns.

<Accordion title="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_sponsor`       | `STRING`    | Address of the account sponsoring or initiating the operation. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_onBehalfOf`    | `STRING`    | Address of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
  | `in_timestamp`     | `STRING`    | Unix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.                                           |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_amount             | log\_index | in\_sponsor                                | block\_number | in\_timestamp | in\_onBehalfOf                             | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ---------------------- | ---------- | ------------------------------------------ | ------------- | ------------- | ------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x090b2787d6798000710a8e821ec6111d254bb958 | false   | 2870000000000000000000 | 90         | 0x7381f27ced3fc6c9d1876b1da7901f0c516c9b78 | 18095712      | 1694224703    | 0x7381f27ced3fc6c9d1876b1da7901f0c516c9b78 | 2023-09-09T01:58:23.000Z | 0x1bfb5a6c95d10ab28432630ae4c82e8031a63c752f24a9a09e967f220812d60c |
  | 0x090b2787d6798000710a8e821ec6111d254bb958 | false   | 3300000000000000000000 | 427        | 0x7381f27ced3fc6c9d1876b1da7901f0c516c9b78 | 18095635      | 1694223779    | 0x7381f27ced3fc6c9d1876b1da7901f0c516c9b78 | 2023-09-09T01:42:59.000Z | 0x35f03849afbd348586b008646b0c3af06e4ec80687fc07f9a7c337a1d202e5d0 |
  | 0x090b2787d6798000710a8e821ec6111d254bb958 | false   | 2250000000000000000000 | 284        | 0x5ecd3b30329ab8728ea1f669337f83b90a6dd0f1 | 18092588      | 1694186891    | 0x5ecd3b30329ab8728ea1f669337f83b90a6dd0f1 | 2023-09-08T15:28:11.000Z | 0x4fe0447d6d1e03b63a0e46e0ca6511e4c73f93bf5e869be1560d1e69e14a7a94 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.lybra_v2_ethereum.RETHVault_Mint_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### StETHVault\_Burn\_event

Burn events from Lybra V2's stETH (staked ETH) vault on Ethereum, tracking debt token destruction with sponsor and beneficiary addresses. Used for analyzing vault liquidations, debt repayment patterns, and user redemption activity.

<Accordion title="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_sponsor`       | `STRING`    | Address of the account sponsoring or initiating the operation. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_onBehalfOf`    | `STRING`    | Address of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
  | `in_timestamp`     | `STRING`    | Unix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.                                           |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_amount               | log\_index | in\_sponsor                                | block\_number | in\_timestamp | in\_onBehalfOf                             | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------------ | ---------- | ------------------------------------------ | ------------- | ------------- | ------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0xa980d4c0c2e48d305b582aa439a3575e3de06f0e | false   | 1007904719905875000000   | 99         | 0x2ea7cce60d849870aa21659190cc747ede2beba1 | 18199413      | 1695482963    | 0x2ea7cce60d849870aa21659190cc747ede2beba1 | 2023-09-23T15:29:23.000Z | 0xe540aac1a3bc51f93f8ad4254363d8ba4943011b8b3cc1f52c60e6b4e1d4a5a7 |
  | 0xa980d4c0c2e48d305b582aa439a3575e3de06f0e | false   | 40000000000000000000000  | 30         | 0xc00d8dac46b1f8bceae2477591822b4e5b0a7c6b | 18198260      | 1695468935    | 0xc00d8dac46b1f8bceae2477591822b4e5b0a7c6b | 2023-09-23T11:35:35.000Z | 0xc694e41fdb5f0f3b6050a0c44be256081e93414bf740871f4c40ffc9c1e4f03b |
  | 0xa980d4c0c2e48d305b582aa439a3575e3de06f0e | false   | 100000000000000000000001 | 154        | 0x5ea5a55be3c8c199244141f904857b0a389c218f | 18129192      | 1694630039    | 0x5ea5a55be3c8c199244141f904857b0a389c218f | 2023-09-13T18:33:59.000Z | 0x204ea8d0a345026b36ad56c0a8ffd2c02778a58f260fbda9d1f50aaf983adfe6 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.lybra_v2_ethereum.StETHVault_Burn_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### StETHVault\_Mint\_event

eUSD stablecoin minting events from Lybra Finance v2's stETH vault on Ethereum. Tracks when users deposit stETH collateral to mint eUSD, including mint amounts (in wei), sponsor addresses, and beneficiary accounts for analyzing vault utilization and eUSD supply dynamics.

<Accordion title="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_sponsor`       | `STRING`    | Address of the account sponsoring or initiating the operation. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_onBehalfOf`    | `STRING`    | Address of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
  | `in_timestamp`     | `STRING`    | Unix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.                                           |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_amount              | log\_index | in\_sponsor                                | block\_number | in\_timestamp | in\_onBehalfOf                             | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ----------------------- | ---------- | ------------------------------------------ | ------------- | ------------- | ------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0xa980d4c0c2e48d305b582aa439a3575e3de06f0e | false   | 20000000000000000000000 | 239        | 0x869c98f94c1a15118ca10cd86f74b1a3550cdd29 | 18568492      | 1699944995    | 0x869c98f94c1a15118ca10cd86f74b1a3550cdd29 | 2023-11-14T06:56:35.000Z | 0x5a69a75f30cb184c1e805f5a1d37606ea4dbf4d6d4e8222a7f177705631945fe |
  | 0xa980d4c0c2e48d305b582aa439a3575e3de06f0e | false   | 50300000000000000000000 | 265        | 0xe3fb06338b886809b94b4208b9217f5dd85a406d | 18567999      | 1699939055    | 0xe3fb06338b886809b94b4208b9217f5dd85a406d | 2023-11-14T05:17:35.000Z | 0xb513e2080296430d4114e64a34d1dc7838a49deb3a6055e5db0cd7968c26d558 |
  | 0xa980d4c0c2e48d305b582aa439a3575e3de06f0e | false   | 80000000000000000000000 | 188        | 0x3bec5a2012ad1a6e7a6868b023944e49087e9356 | 18567923      | 1699938131    | 0x3bec5a2012ad1a6e7a6868b023944e49087e9356 | 2023-11-14T05:02:11.000Z | 0x9e0ce9d859fdeceeac0d2d9f50694fd204ffd34a883da7e336681666b42cd813 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.lybra_v2_ethereum.StETHVault_Mint_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### WBETHVault\_Burn\_event

Token burn events from Lybra V2's WBETH (Wrapped Beacon ETH) vault on Ethereum, recording debt repayment or collateral withdrawal transactions. Tracks burn amounts, sponsor addresses, and beneficiary accounts for analyzing vault position management and liquidity flows.

<Accordion title="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_sponsor`       | `STRING`    | Address of the account sponsoring or initiating the operation. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_onBehalfOf`    | `STRING`    | Address of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
  | `in_timestamp`     | `STRING`    | Unix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.                                           |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_amount              | log\_index | in\_sponsor                                | block\_number | in\_timestamp | in\_onBehalfOf                             | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ----------------------- | ---------- | ------------------------------------------ | ------------- | ------------- | ------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0xb72da4a9866b0993b9a7d842e5060716f74bf262 | false   | 38995000000000000000000 | 69         | 0x60be6061804402be92fbef1fc3027481b58a4dd9 | 18496124      | 1699069979    | 0x60be6061804402be92fbef1fc3027481b58a4dd9 | 2023-11-04T03:52:59.000Z | 0x91281c12ab5211ce5667e47b8ca4d37b4acdf3d4bde82da97c8ccbd5bfcf807a |
  | 0xb72da4a9866b0993b9a7d842e5060716f74bf262 | false   | 96261211096450000000000 | 77         | 0x60be6061804402be92fbef1fc3027481b58a4dd9 | 18495989      | 1699068347    | 0x60be6061804402be92fbef1fc3027481b58a4dd9 | 2023-11-04T03:25:47.000Z | 0xa750c36a7d319d575d1edaefe8a8fc782c5f76bab16e0e9330e9d3b1477f35c8 |
  | 0xb72da4a9866b0993b9a7d842e5060716f74bf262 | false   | 6000000000000000000000  | 343        | 0x4761495ff0a34555287d21ab8a32431ea0cbe207 | 18108734      | 1694382311    | 0x4761495ff0a34555287d21ab8a32431ea0cbe207 | 2023-09-10T21:45:11.000Z | 0x90bac3c84419a3170473a890580fd331f0541609214437aca256d56bd22ebabb |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.lybra_v2_ethereum.WBETHVault_Burn_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### WBETHVault\_Mint\_event

Mint events from Lybra Finance v2 WBETH (Wrapped Beacon ETH) vault on Ethereum, recording when users deposit collateral with sponsor, beneficiary addresses, and deposit amounts. Used for tracking vault deposits and analyzing user collateralization patterns in the Lybra stablecoin protocol.

<Accordion title="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_sponsor`       | `STRING`    | Address of the account sponsoring or initiating the operation. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_onBehalfOf`    | `STRING`    | Address of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
  | `in_timestamp`     | `STRING`    | Unix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.                                           |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_amount              | log\_index | in\_sponsor                                | block\_number | in\_timestamp | in\_onBehalfOf                             | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ----------------------- | ---------- | ------------------------------------------ | ------------- | ------------- | ------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0xb72da4a9866b0993b9a7d842e5060716f74bf262 | false   | 30000000000000000000000 | 105        | 0x8863b21f7bca1d09b9084f999fe70cca00660c1b | 18202343      | 1695518327    | 0x8863b21f7bca1d09b9084f999fe70cca00660c1b | 2023-09-24T01:18:47.000Z | 0x7ed6668dcc8e6f78cab9c469504dc670b4c6a80c23bd81f02bb02af538c4d347 |
  | 0xb72da4a9866b0993b9a7d842e5060716f74bf262 | false   | 9613005032591393000000  | 243        | 0x207d536b01ff194dc696e1300adae192d6b918d3 | 18119149      | 1694508371    | 0x207d536b01ff194dc696e1300adae192d6b918d3 | 2023-09-12T08:46:11.000Z | 0x671bea24f90e63b91860c6b3d3064046a825b8f4dc6f540821efa78c4e51febc |
  | 0xb72da4a9866b0993b9a7d842e5060716f74bf262 | false   | 56000000000000000000000 | 266        | 0x4761495ff0a34555287d21ab8a32431ea0cbe207 | 18103213      | 1694315495    | 0x4761495ff0a34555287d21ab8a32431ea0cbe207 | 2023-09-10T03:11:35.000Z | 0xe1446cef26beb319279204653c1142cfce221137b5d24e5998f6809c53f3577e |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.lybra_v2_ethereum.WBETHVault_Mint_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### WstETHVault\_Burn\_event

Burn events from Lybra Finance V2's Wrapped Staked ETH (wstETH) vault on Ethereum, tracking debt repayment transactions where users burn stablecoins to reduce their collateralized positions. Records sponsor addresses, beneficiary accounts, and burn amounts for analyzing vault liquidations and user deleveraging activity.

<Accordion title="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_sponsor`       | `STRING`    | Address of the account sponsoring or initiating the operation. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_onBehalfOf`    | `STRING`    | Address of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
  | `in_timestamp`     | `STRING`    | Unix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.                                           |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_amount              | log\_index | in\_sponsor                                | block\_number | in\_timestamp | in\_onBehalfOf                             | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ----------------------- | ---------- | ------------------------------------------ | ------------- | ------------- | ------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x5e28b5858da2c6fb4e449d69eeb5b82e271c45ce | false   | 500000000000000000000   | 127        | 0xd6a9ca0e8ceb737fff3ab2ae81bc5a8eb5048f69 | 18068793      | 1693898951    | 0xd6a9ca0e8ceb737fff3ab2ae81bc5a8eb5048f69 | 2023-09-05T07:29:11.000Z | 0x9be8c192aabbcbb84d88140a5dd80dfb55f3d72a27a371afc2f4883f44abbb08 |
  | 0x5e28b5858da2c6fb4e449d69eeb5b82e271c45ce | false   | 38000000000000000000000 | 274        | 0x77eba80b91ef94a1e85e3bb91bb31a27fd28f248 | 18069786      | 1693910963    | 0x77eba80b91ef94a1e85e3bb91bb31a27fd28f248 | 2023-09-05T10:49:23.000Z | 0xe4dc7b2a2c7c858ddaa5f9ccd3ceaad38ac06f67cfe43e125d7bb411f7cea331 |
  | 0x5e28b5858da2c6fb4e449d69eeb5b82e271c45ce | false   | 10000000000000000000000 | 44         | 0x252ba99297341b8dec0a43e3deafa6c80aa3c5ce | 18624392      | 1700621111    | 0x252ba99297341b8dec0a43e3deafa6c80aa3c5ce | 2023-11-22T02:45:11.000Z | 0x75ec12da7f7117ebdd06d25f462d70bb19e35215dedf9dd5bc87a2089d3871ef |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.lybra_v2_ethereum.WstETHVault_Burn_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### WstETHVault\_Mint\_event

Mint events from Lybra V2's wrapped staked ETH (wstETH) vault on Ethereum, recording when users deposit collateral to mint stablecoins. Tracks minted amounts, sponsor addresses, and beneficiary accounts for analyzing protocol usage and collateral flows.

<Accordion title="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_sponsor`       | `STRING`    | Address of the account sponsoring or initiating the operation. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_onBehalfOf`    | `STRING`    | Address of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
  | `in_timestamp`     | `STRING`    | Unix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.                                           |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_amount                | log\_index | in\_sponsor                                | block\_number | in\_timestamp | in\_onBehalfOf                             | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------------- | ---------- | ------------------------------------------ | ------------- | ------------- | ------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x5e28b5858da2c6fb4e449d69eeb5b82e271c45ce | false   | 2760000000000000000000000 | 148        | 0x4cf58b6fb1c4016a0c2eb4a35df136ce9561d52e | 18109357      | 1694389859    | 0x4cf58b6fb1c4016a0c2eb4a35df136ce9561d52e | 2023-09-10T23:50:59.000Z | 0xf67921215e8fdb724b7c5bdb264ea0b2c968f9a1c8a61c99743dc50c2cdd822d |
  | 0x5e28b5858da2c6fb4e449d69eeb5b82e271c45ce | false   | 100000000000000000000000  | 72         | 0xb47ca176a3ea91ceddd0ef91053338462d18c7ff | 18104933      | 1694336339    | 0xb47ca176a3ea91ceddd0ef91053338462d18c7ff | 2023-09-10T08:58:59.000Z | 0xc49d0146951da4b635bc9734632dfe0de924723266f231338f6da7c5ef821212 |
  | 0x5e28b5858da2c6fb4e449d69eeb5b82e271c45ce | false   | 400000000000000000000000  | 92         | 0xcdb4b5f351974fd86106e2f2e02e09d17ea65476 | 18281591      | 1696476059    | 0xcdb4b5f351974fd86106e2f2e02e09d17ea65476 | 2023-10-05T03:20:59.000Z | 0x0583f8e91692c202c2f00e60ef029aef80e3cb38477fafc2850ddec7e1b4b845 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.lybra_v2_ethereum.WstETHVault_Mint_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***
