Skip to main content

Tables

eUSDV1_Burn_event

eUSD burn events from Lybra Finance V1 protocol on Ethereum, recording when users destroy eUSD stablecoins. Tracks burn amounts, sponsoring addresses, and beneficiary accounts for analyzing supply contraction 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
0x97de57ec338ab5d51557da3434828c5dbfada371false71998380000000000000000001460x167c5d21ca19014687a43c6c6c73ee74cbad536b1769861716894220510x167c5d21ca19014687a43c6c6c73ee74cbad536b2023-07-15T11:54:11.000Z0xea8f46256387c61d39793eca8994b4dc14cda10d305089639955c698cc99b269
0x97de57ec338ab5d51557da3434828c5dbfada371false585174847182853400002590x02b7f345699b476f176ad334bdad9a4a0ab0dba01769845316894200230x167c5d21ca19014687a43c6c6c73ee74cbad536b2023-07-15T11:20:23.000Z0xe8b6b954f61e43cd3dd89029c025f1e6d753829cfb9128f8b287074e0838f3d9
0x97de57ec338ab5d51557da3434828c5dbfada371false450000000000000000003930x8a23f5903af051cabec3eef3dbd5f7d51b0c27b51770092416894503470x167c5d21ca19014687a43c6c6c73ee74cbad536b2023-07-15T19:45:47.000Z0x0002c76b172dbd11f5c000d9157ad653ada443eb6f7e0af968d473b4484765ca
Query with partition filter
SELECT *
FROM `tt-contracts.lybra_v1_ethereum.eUSDV1_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

eUSDV1_Mint_event

eUSD stablecoin minting events from Lybra Finance V1 protocol on Ethereum, capturing when users mint eUSD tokens by depositing collateral. Includes sponsor addresses, minted amounts (in wei), and beneficiary accounts for analyzing protocol usage and user minting 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
0x97de57ec338ab5d51557da3434828c5dbfada371false3000000000000000000002050x520c5345a8001126b876f8161e3792a43ee186d41802470016933656110x520c5345a8001126b876f8161e3792a43ee186d42023-08-30T03:20:11.000Z0xb80404bffb52cf2c95305739b9761321639eb4e83ad64f8bcff3d41487e6426a
0x97de57ec338ab5d51557da3434828c5dbfada371false10000000000000000000002470xb953ff993bc93e30022cad135d1eb987553b9d6a1802778316934029790xb953ff993bc93e30022cad135d1eb987553b9d6a2023-08-30T13:42:59.000Z0x0dfa27045994e34c6d71f8df5842c59a2149ebfe77f99de2c304ac3cb0f67c0f
0x97de57ec338ab5d51557da3434828c5dbfada371false10007700000000000000001260x653f39beaef5741686d8e9d2e682dfd04fd15d5e1802503916933697030x653f39beaef5741686d8e9d2e682dfd04fd15d5e2023-08-30T04:28:23.000Z0x4f8f696b4165add9d7dcfda8f75c1dc03201955bd01dff867a61ba48a91e8f5b
Query with partition filter
SELECT *
FROM `tt-contracts.lybra_v1_ethereum.eUSDV1_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100