Skip to main content

Tables

stETH_Submitted_event

ETH staking submissions to Lido’s stETH contract on Ethereum, capturing deposit amounts, sender addresses, and optional referral codes. Used for analyzing staking inflows, user acquisition patterns, and referral program effectiveness.
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_senderSTRINGAddress that initiated the transaction or 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_referralSTRINGReferral code identifier associated with the transaction. Numeric string representation, often ‘0’ when no referral is present.
addressremovedin_amountin_senderlog_indexin_referralblock_numberblock_timestamptransaction_hash
0xae7ab96520de3a18e5e111b5eaab095312d7fe84false100000000000000000000x0b358edd6e7eb4b38af3ddd7fcea7752546025324690x0000000000000000000000000000000000000000136273412021-11-16T15:22:59.000Z0xcfb15fa24d18c470cc77774d9ff90ff15b44ecd6b98036f0da2b8cf86df9ab79
0xae7ab96520de3a18e5e111b5eaab095312d7fe84false100000000000000000000x477951e4e30d6c67d97471cd04414c2746b59f694060x0000000000000000000000000000000000000000136293872021-11-16T23:05:01.000Z0x4c214f0b6d905bec14fb5e5fe4ec7e61be3336900da4c986a465b8001fcebbfa
0xae7ab96520de3a18e5e111b5eaab095312d7fe84false85833690110811062650x17bd6e450ab4534d3fe50f7c0780603902fa37732390x0000000000000000000000000000000000000000136262462021-11-16T11:07:15.000Z0xea7173636affb7000743759f569c33eae7ae40428adfd15ac316fe229f466abd
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v2_ethereum.stETH_Submitted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

stETH_TokenRebased_event

Lido stETH (Staked ETH) rebase events on Ethereum, emitted daily when the protocol updates share-to-ETH conversion ratios based on validator rewards. Captures pre/post total ether and shares, fee distribution, and time elapsed for tracking staking yield accrual and protocol fee generation.
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_reportTimestampSTRINGUnix timestamp of when the oracle report was submitted that triggered this rebase event. Value is in seconds since epoch, typically occurring daily at 12:20-12:30 UTC.
in_timeElapsedSTRINGTime elapsed since the previous event or report in the same series. String-encoded integer representing seconds.
in_preTotalSharesSTRINGTotal stETH shares before the rebase event occurred. Measured in wei (1e18 smallest units), represents the aggregate shares across all stETH holders prior to the daily oracle report.
in_preTotalEtherSTRINGTotal amount of ETH staked in the Lido protocol before the rebase event, denominated in wei (1e-18 ETH). This value represents the protocol’s total pooled ETH balance prior to applying staking rewards or penalties for the reporting period.
in_postTotalSharesSTRINGTotal number of stETH shares in the protocol after the rebase event. Represented as a wei-denominated integer (18 decimals), typically in the quadrillions range.
in_postTotalEtherSTRINGTotal ether staked in the Lido stETH contract after the rebase event, denominated in wei (10^-18 ETH). Represents the updated pool size following validator rewards, penalties, or withdrawals.
in_sharesMintedAsFeesSTRINGNumber of stETH shares minted as protocol fees during this rebase event, denominated in wei (1e-18 stETH). These shares represent Lido’s service fee taken from staking rewards before distribution to holders.
addressremovedlog_indexblock_numberin_timeElapsedblock_timestampin_preTotalEthertransaction_hashin_postTotalEtherin_preTotalSharesin_postTotalSharesin_reportTimestampin_sharesMintedAsFees
0xae7ab96520de3a18e5e111b5eaab095312d7fe84false1817805821864002023-07-30T12:22:47.000Z79243497400454164970086650x510f7bfde83e2b48996d278314168124885fc5185f3366b31830a2c69fea70db792125467731016510388580869886180290247389936143516985210008707694021262219169071841175372979632230615359
0xae7ab96520de3a18e5e111b5eaab095312d7fe84false1818341450864002023-10-13T12:23:35.000Z88277046812022080625795180x3c8b588dc31dce63610a9b74ada1bf87f6f0d045cc416dd945387ba004609b71881733656776881054504553677255157165625658229734277715708258185896970074032169719841181374082035291563397
0xae7ab96520de3a18e5e111b5eaab095312d7fe84false1818534376864002023-11-09T12:25:47.000Z89585009457381040710076910xf482ad0d6b7d83748aee4728c81f3d5a6d662577fad6b7a55c73e39f3286f910895457725160717222831415878184657000858996303867577814210064320602293845927169953121192351149653801536707
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v2_ethereum.stETH_TokenRebased_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

stETH_TransferShares_event

Lido stETH share transfer events on Ethereum, tracking share-denominated movements between addresses including mints from zero address. Used for analyzing stETH ownership changes and rebasing token mechanics at the share level rather than token balance level.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesValueSTRINGAmount of stETH shares transferred in this event, denominated in wei (1e18 shares). Shares represent proportional ownership of the total staked ETH in Lido’s pool, which rebases as staking rewards accrue.
in_toaddressin_fromremovedlog_indexblock_numberin_sharesValueblock_timestamptransaction_hash
0xebbc13a7a9aae71f8b41009a69ef9868e7163dd20xae7ab96520de3a18e5e111b5eaab095312d7fe840x0000000000000000000000000000000000000000false1501722035214469985546274276702023-05-09T03:54:47.000Z0x35d4d5a36f0926b101e87390aceadeb10844fa6a35b0780d25418ab14c11725b
0xfe11cbafb9e0f6ccb8d0bd2247eb8b6be296b5220xae7ab96520de3a18e5e111b5eaab095312d7fe840x0000000000000000000000000000000000000000false3311722188826897623630505004512023-05-09T09:04:59.000Z0x6c69d0a4d877d5f0dc78797716910a4e31d628321b01e5c7b78c90cfd951481e
0xda088d771212708f3aa983593531fc38ad3627af0xae7ab96520de3a18e5e111b5eaab095312d7fe840x0000000000000000000000000000000000000000false151172254721730245780041560202023-05-09T21:12:23.000Z0x613d3302d15ab9e02f5a56a49dfd969e5063431d565403d043f7a2b947f7d160
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v2_ethereum.stETH_TransferShares_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WithdrawalQueueERC721_WithdrawalClaimed_event

Withdrawal claim events from Lido’s ERC721-based withdrawal queue on Ethereum, recording when stakers successfully claim their unstaked ETH. Contains request IDs, ETH amounts (in wei), and owner/receiver addresses for analyzing Lido withdrawal processing and claim 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_requestIdSTRINGUnique identifier for an asynchronous request or operation. String-encoded integer that tracks requests across submission, fulfillment, cancellation, or claim events.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_amountOfETHSTRINGAmount of ETH withdrawn and claimed by the receiver, denominated in wei (1 ETH = 10^18 wei). Values range from small fractions to over 100 ETH per withdrawal request.
addressremovedin_ownerlog_indexin_receiverblock_numberin_requestIdin_amountOfETHblock_timestamptransaction_hash
0x889edc2edab5f40e902b864ad4d7ade8e412f9b1false0x5a6b14edfcdd1a0710aeeedf8d83295fd892996a1800x5a6b14edfcdd1a0710aeeedf8d83295fd892996a1860019215981500000000000000002023-11-18T17:25:11.000Z0xd20a8ead329a0d945931b5c8fbc5ff5dc03d1ca26f51cef0af5e822a71eba1f0
0x889edc2edab5f40e902b864ad4d7ade8e412f9b1false0x450671184da005416d9685cdecb0705a9f35a87e4450x450671184da005416d9685cdecb0705a9f35a87e185953341588780366403100000000002023-11-18T01:01:11.000Z0x427bb8e12b6106de57a8e15f9dd03b3e12d0eeb7f9fd496c16fc4fecc57e8248
0x889edc2edab5f40e902b864ad4d7ade8e412f9b1false0x9dad92fe2653e934fa95537d36d90e4a827f045a1710x9dad92fe2653e934fa95537d36d90e4a827f045a185976401584950000000000000000002023-11-18T08:47:35.000Z0xe910eebd442d661cb278086813b2615fd1e2d525022d43da04ef92200c709150
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v2_ethereum.WithdrawalQueueERC721_WithdrawalClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WithdrawalQueueERC721_WithdrawalRequested_event

Withdrawal request events from Lido’s stETH withdrawal queue on Ethereum, capturing unstaking requests with stETH amounts, underlying shares, requestor addresses, and unique request IDs. Used for tracking withdrawal demand patterns and analyzing staking 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_requestIdSTRINGUnique identifier for an asynchronous request or operation. String-encoded integer that tracks requests across submission, fulfillment, cancellation, or claim events.
in_requestorSTRINGAddress of the account that initiated the stETH withdrawal request. Can be the same as the owner (in_owner) or a different address acting on behalf of the owner.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_amountOfStETHSTRINGAmount of stETH (Lido Staked ETH) requested for withdrawal, denominated in wei (18 decimals). This value represents the stETH token balance being unstaked, typically slightly higher than the underlying shares due to accrued staking rewards.
in_amountOfSharesSTRINGAmount of Lido stETH shares being withdrawn, denominated in the smallest unit (wei-equivalent). Represents the internal accounting unit used by Lido’s rebasing token mechanism.
addressremovedin_ownerlog_indexblock_numberin_requestIdin_requestorblock_timestampin_amountOfStETHtransaction_hashin_amountOfShares
0x889edc2edab5f40e902b864ad4d7ade8e412f9b1false0x723e33f9cd648317d6cecbc713f3042932fbdaba34118199827103470x723e33f9cd648317d6cecbc713f3042932fbdaba2023-09-23T16:52:47.000Z52409280098726480x55a413f97d4efa6203562a4c0779772dd2450e976efbb4c84823d403a08650604594946414803549
0x889edc2edab5f40e902b864ad4d7ade8e412f9b1false0xf247ce1317480723abfeaf898534873155d25be713318196077102850xf247ce1317480723abfeaf898534873155d25be72023-09-23T04:16:23.000Z68088865558350530x248f917a8a83120cb77d23683ea971f2c277608f5f562a9c3ea5d43db80007a15970199738844625
0x889edc2edab5f40e902b864ad4d7ade8e412f9b1false0xd4b02eca7b2682455fa853f17e21d1c6b605d43412918198214103140xd4b02eca7b2682455fa853f17e21d1c6b605d4342023-09-23T11:26:23.000Z71522839319024060xb324d0e8bdec17431dfb1a15146f99984bf938ea71f36d053caa3cf2f31ae86b6271299031380247
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v2_ethereum.WithdrawalQueueERC721_WithdrawalRequested_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100