Skip to main content

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_sponsorSTRINGAddress of the account sponsoring or initiating the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_timestampSTRINGUnix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.
addressremovedin_amountlog_indexin_sponsorblock_numberin_timestampin_onBehalfOfblock_timestamptransaction_hash
0x090b2787d6798000710a8e821ec6111d254bb958false11001274218036529680363340x47dfee776ecf6c2496783af895936643072ec13b1802637216933858430x47dfee776ecf6c2496783af895936643072ec13b2023-08-30T08:57:23.000Z0xfd805f72214cba32fc08060382e18a57a3bde3da2d33efa517f117d8e772c9da
0x090b2787d6798000710a8e821ec6111d254bb958false12500000000000000000001500x66b870ddf78c975af5cd8edc6de25eca81791de11835306416973401430x37a4a65148e8cbb813490f6ccae15cea0c401f162023-10-15T03:22:23.000Z0x6001906a65caf0038d983fa841cf4bfe8bd094b2c39cb3bbebe0d38e059fe0a7
0x090b2787d6798000710a8e821ec6111d254bb958false5000000000000000000001270x1914717974224765b85636159d48f46dbbdbde271835315416973412350x37a4a65148e8cbb813490f6ccae15cea0c401f162023-10-15T03:40:35.000Z0x6958a653353a0b204375098da9bf24f83eef38aa93103f221d9114713f88aec9
Query with partition filter
SELECT *
FROM `tt-contracts.lybra_v2_ethereum.RETHVault_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_sponsorSTRINGAddress of the account sponsoring or initiating the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_timestampSTRINGUnix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.
addressremovedin_amountlog_indexin_sponsorblock_numberin_timestampin_onBehalfOfblock_timestamptransaction_hash
0x090b2787d6798000710a8e821ec6111d254bb958false2870000000000000000000900x7381f27ced3fc6c9d1876b1da7901f0c516c9b781809571216942247030x7381f27ced3fc6c9d1876b1da7901f0c516c9b782023-09-09T01:58:23.000Z0x1bfb5a6c95d10ab28432630ae4c82e8031a63c752f24a9a09e967f220812d60c
0x090b2787d6798000710a8e821ec6111d254bb958false33000000000000000000004270x7381f27ced3fc6c9d1876b1da7901f0c516c9b781809563516942237790x7381f27ced3fc6c9d1876b1da7901f0c516c9b782023-09-09T01:42:59.000Z0x35f03849afbd348586b008646b0c3af06e4ec80687fc07f9a7c337a1d202e5d0
0x090b2787d6798000710a8e821ec6111d254bb958false22500000000000000000002840x5ecd3b30329ab8728ea1f669337f83b90a6dd0f11809258816941868910x5ecd3b30329ab8728ea1f669337f83b90a6dd0f12023-09-08T15:28:11.000Z0x4fe0447d6d1e03b63a0e46e0ca6511e4c73f93bf5e869be1560d1e69e14a7a94
Query with partition filter
SELECT *
FROM `tt-contracts.lybra_v2_ethereum.RETHVault_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_sponsorSTRINGAddress of the account sponsoring or initiating the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_timestampSTRINGUnix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.
addressremovedin_amountlog_indexin_sponsorblock_numberin_timestampin_onBehalfOfblock_timestamptransaction_hash
0xa980d4c0c2e48d305b582aa439a3575e3de06f0efalse1007904719905875000000990x2ea7cce60d849870aa21659190cc747ede2beba11819941316954829630x2ea7cce60d849870aa21659190cc747ede2beba12023-09-23T15:29:23.000Z0xe540aac1a3bc51f93f8ad4254363d8ba4943011b8b3cc1f52c60e6b4e1d4a5a7
0xa980d4c0c2e48d305b582aa439a3575e3de06f0efalse40000000000000000000000300xc00d8dac46b1f8bceae2477591822b4e5b0a7c6b1819826016954689350xc00d8dac46b1f8bceae2477591822b4e5b0a7c6b2023-09-23T11:35:35.000Z0xc694e41fdb5f0f3b6050a0c44be256081e93414bf740871f4c40ffc9c1e4f03b
0xa980d4c0c2e48d305b582aa439a3575e3de06f0efalse1000000000000000000000011540x5ea5a55be3c8c199244141f904857b0a389c218f1812919216946300390x5ea5a55be3c8c199244141f904857b0a389c218f2023-09-13T18:33:59.000Z0x204ea8d0a345026b36ad56c0a8ffd2c02778a58f260fbda9d1f50aaf983adfe6
Query with partition filter
SELECT *
FROM `tt-contracts.lybra_v2_ethereum.StETHVault_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_sponsorSTRINGAddress of the account sponsoring or initiating the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_timestampSTRINGUnix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.
addressremovedin_amountlog_indexin_sponsorblock_numberin_timestampin_onBehalfOfblock_timestamptransaction_hash
0xa980d4c0c2e48d305b582aa439a3575e3de06f0efalse200000000000000000000002390x869c98f94c1a15118ca10cd86f74b1a3550cdd291856849216999449950x869c98f94c1a15118ca10cd86f74b1a3550cdd292023-11-14T06:56:35.000Z0x5a69a75f30cb184c1e805f5a1d37606ea4dbf4d6d4e8222a7f177705631945fe
0xa980d4c0c2e48d305b582aa439a3575e3de06f0efalse503000000000000000000002650xe3fb06338b886809b94b4208b9217f5dd85a406d1856799916999390550xe3fb06338b886809b94b4208b9217f5dd85a406d2023-11-14T05:17:35.000Z0xb513e2080296430d4114e64a34d1dc7838a49deb3a6055e5db0cd7968c26d558
0xa980d4c0c2e48d305b582aa439a3575e3de06f0efalse800000000000000000000001880x3bec5a2012ad1a6e7a6868b023944e49087e93561856792316999381310x3bec5a2012ad1a6e7a6868b023944e49087e93562023-11-14T05:02:11.000Z0x9e0ce9d859fdeceeac0d2d9f50694fd204ffd34a883da7e336681666b42cd813
Query with partition filter
SELECT *
FROM `tt-contracts.lybra_v2_ethereum.StETHVault_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_sponsorSTRINGAddress of the account sponsoring or initiating the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_timestampSTRINGUnix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.
addressremovedin_amountlog_indexin_sponsorblock_numberin_timestampin_onBehalfOfblock_timestamptransaction_hash
0xb72da4a9866b0993b9a7d842e5060716f74bf262false38995000000000000000000690x60be6061804402be92fbef1fc3027481b58a4dd91849612416990699790x60be6061804402be92fbef1fc3027481b58a4dd92023-11-04T03:52:59.000Z0x91281c12ab5211ce5667e47b8ca4d37b4acdf3d4bde82da97c8ccbd5bfcf807a
0xb72da4a9866b0993b9a7d842e5060716f74bf262false96261211096450000000000770x60be6061804402be92fbef1fc3027481b58a4dd91849598916990683470x60be6061804402be92fbef1fc3027481b58a4dd92023-11-04T03:25:47.000Z0xa750c36a7d319d575d1edaefe8a8fc782c5f76bab16e0e9330e9d3b1477f35c8
0xb72da4a9866b0993b9a7d842e5060716f74bf262false60000000000000000000003430x4761495ff0a34555287d21ab8a32431ea0cbe2071810873416943823110x4761495ff0a34555287d21ab8a32431ea0cbe2072023-09-10T21:45:11.000Z0x90bac3c84419a3170473a890580fd331f0541609214437aca256d56bd22ebabb
Query with partition filter
SELECT *
FROM `tt-contracts.lybra_v2_ethereum.WBETHVault_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_sponsorSTRINGAddress of the account sponsoring or initiating the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_timestampSTRINGUnix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.
addressremovedin_amountlog_indexin_sponsorblock_numberin_timestampin_onBehalfOfblock_timestamptransaction_hash
0xb72da4a9866b0993b9a7d842e5060716f74bf262false300000000000000000000001050x8863b21f7bca1d09b9084f999fe70cca00660c1b1820234316955183270x8863b21f7bca1d09b9084f999fe70cca00660c1b2023-09-24T01:18:47.000Z0x7ed6668dcc8e6f78cab9c469504dc670b4c6a80c23bd81f02bb02af538c4d347
0xb72da4a9866b0993b9a7d842e5060716f74bf262false96130050325913930000002430x207d536b01ff194dc696e1300adae192d6b918d31811914916945083710x207d536b01ff194dc696e1300adae192d6b918d32023-09-12T08:46:11.000Z0x671bea24f90e63b91860c6b3d3064046a825b8f4dc6f540821efa78c4e51febc
0xb72da4a9866b0993b9a7d842e5060716f74bf262false560000000000000000000002660x4761495ff0a34555287d21ab8a32431ea0cbe2071810321316943154950x4761495ff0a34555287d21ab8a32431ea0cbe2072023-09-10T03:11:35.000Z0xe1446cef26beb319279204653c1142cfce221137b5d24e5998f6809c53f3577e
Query with partition filter
SELECT *
FROM `tt-contracts.lybra_v2_ethereum.WBETHVault_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_sponsorSTRINGAddress of the account sponsoring or initiating the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_timestampSTRINGUnix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.
addressremovedin_amountlog_indexin_sponsorblock_numberin_timestampin_onBehalfOfblock_timestamptransaction_hash
0x5e28b5858da2c6fb4e449d69eeb5b82e271c45cefalse5000000000000000000001270xd6a9ca0e8ceb737fff3ab2ae81bc5a8eb5048f691806879316938989510xd6a9ca0e8ceb737fff3ab2ae81bc5a8eb5048f692023-09-05T07:29:11.000Z0x9be8c192aabbcbb84d88140a5dd80dfb55f3d72a27a371afc2f4883f44abbb08
0x5e28b5858da2c6fb4e449d69eeb5b82e271c45cefalse380000000000000000000002740x77eba80b91ef94a1e85e3bb91bb31a27fd28f2481806978616939109630x77eba80b91ef94a1e85e3bb91bb31a27fd28f2482023-09-05T10:49:23.000Z0xe4dc7b2a2c7c858ddaa5f9ccd3ceaad38ac06f67cfe43e125d7bb411f7cea331
0x5e28b5858da2c6fb4e449d69eeb5b82e271c45cefalse10000000000000000000000440x252ba99297341b8dec0a43e3deafa6c80aa3c5ce1862439217006211110x252ba99297341b8dec0a43e3deafa6c80aa3c5ce2023-11-22T02:45:11.000Z0x75ec12da7f7117ebdd06d25f462d70bb19e35215dedf9dd5bc87a2089d3871ef
Query with partition filter
SELECT *
FROM `tt-contracts.lybra_v2_ethereum.WstETHVault_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_sponsorSTRINGAddress of the account sponsoring or initiating the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_onBehalfOfSTRINGAddress of the account receiving the benefit of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_timestampSTRINGUnix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.
addressremovedin_amountlog_indexin_sponsorblock_numberin_timestampin_onBehalfOfblock_timestamptransaction_hash
0x5e28b5858da2c6fb4e449d69eeb5b82e271c45cefalse27600000000000000000000001480x4cf58b6fb1c4016a0c2eb4a35df136ce9561d52e1810935716943898590x4cf58b6fb1c4016a0c2eb4a35df136ce9561d52e2023-09-10T23:50:59.000Z0xf67921215e8fdb724b7c5bdb264ea0b2c968f9a1c8a61c99743dc50c2cdd822d
0x5e28b5858da2c6fb4e449d69eeb5b82e271c45cefalse100000000000000000000000720xb47ca176a3ea91ceddd0ef91053338462d18c7ff1810493316943363390xb47ca176a3ea91ceddd0ef91053338462d18c7ff2023-09-10T08:58:59.000Z0xc49d0146951da4b635bc9734632dfe0de924723266f231338f6da7c5ef821212
0x5e28b5858da2c6fb4e449d69eeb5b82e271c45cefalse400000000000000000000000920xcdb4b5f351974fd86106e2f2e02e09d17ea654761828159116964760590xcdb4b5f351974fd86106e2f2e02e09d17ea654762023-10-05T03:20:59.000Z0x0583f8e91692c202c2f00e60ef029aef80e3cb38477fafc2850ddec7e1b4b845
Query with partition filter
SELECT *
FROM `tt-contracts.lybra_v2_ethereum.WstETHVault_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100