Skip to main content

Tables

AragonFinance_NewTransaction_event

Transaction events from Lido’s Aragon Finance module on Ethereum tracking treasury outflows and inflows. Primarily captures reward program distributions to entities with transaction amounts, references, and directional flow indicators.
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_transactionIdSTRINGUnique identifier for the cross-chain transaction. 66-character hex string including 0x prefix.
in_incomingBOOLIndicates the direction of the transaction relative to the Aragon Finance contract — true for deposits, false for withdrawals or outgoing payments. Based on sample data, this field is consistently false for reward program disbursements to external entities.
in_entitySTRINGEthereum address of the counterparty involved in the Aragon Finance transaction (typically the recipient for outgoing payments). Hex-encoded, 0x-prefixed 40-character string representing the entity receiving funds in Lido’s reward program distributions.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_referenceSTRINGHuman-readable description of the transaction’s purpose or context within Lido’s Aragon Finance system. Typically describes fund allocations such as reward program top-ups or liquidity pool incentives.
addressremovedin_amountin_entitylog_indexin_incomingblock_numberin_referenceblock_timestampin_transactionIdtransaction_hash
0xb9e5cbb9ca5b0d659238807e84d0176930753d86false700000000000000000000000x87d93d9b2c672bf9c9642d853a8682546a5012b5133false14209536Reward program top up2022-02-15T08:03:00.000Z950x6bd46387477f375600a704027664d77af6b8dd24268569fb2a259d6bc5e4d017
0xb9e5cbb9ca5b0d659238807e84d0176930753d86false5000000000000000000000000x87d93d9b2c672bf9c9642d853a8682546a5012b551false14512265Reward program top up2022-04-03T09:09:09.000Z1190x924e7f13ee2d8b0d76312037eff7ff6a66609732a49b9692f1737e6d721a8344
0xb9e5cbb9ca5b0d659238807e84d0176930753d86false1600000000000000000000000x87d93d9b2c672bf9c9642d853a8682546a5012b5192false14120106Reward program top up2022-02-01T12:33:26.000Z880x51ad5defd7561c2349a6dc4334ef6d0dbec95608bffa6694bc4969ef3e75d837
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v1_ethereum.AragonFinance_NewTransaction_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Oracle_Completed_event

Oracle completion events from Lido’s Ethereum staking protocol recording Beacon Chain validator count and total staked ETH balance updates by epoch. Used to track Lido’s validator growth and staking rewards accrual over time.
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_epochIdSTRINGEthereum beacon chain epoch identifier when the Lido oracle report was completed. Epochs are sequential periods of approximately 6.4 minutes containing 32 slots each.
in_beaconBalanceSTRINGTotal ETH balance held in Lido’s Beacon Chain validators at the time of oracle report completion. Stored in wei (1 ETH = 10^18 wei) as evidenced by 21-24 digit values.
in_beaconValidatorsSTRINGNumber of active Lido validators on the Ethereum Beacon Chain at the reported epoch. Increases over time as Lido stakes more ETH and activates additional validators.
addressremovedlog_indexin_epochIdblock_numberblock_timestampin_beaconBalancetransaction_hashin_beaconValidators
0x442af784a788a5bd6f42a01ebe9f287a871243fbfalse15415300118092512021-02-07T12:27:44.000Z1316604176219880000000000x47211be29ac91e8038c8fab38b8f5842ea4be85e32192167f18f727e33cf1d924108
0x442af784a788a5bd6f42a01ebe9f287a871243fbfalse1212625176205302023-07-04T12:21:59.000Z75317948540510670000000000xea1f2ba5fd8160fd9f159181fe9ec83eff45cd16b8e3f462bb5fde4e594ec1fb235844
0x442af784a788a5bd6f42a01ebe9f287a871243fbfalse32756925130038392021-08-11T12:21:05.000Z7519396458634940000000000x08f74abb46f440983e2ed87b041c77b847ffec511a6944207b19312a0bfefac623091
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v1_ethereum.Oracle_Completed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Oracle_PostTotalShares_event

Oracle reporting events from Lido v1 staking protocol on Ethereum tracking daily balance updates with pre/post total pooled ETH amounts and total share counts. Used for analyzing staking rewards accrual, validator performance, and stETH exchange rate calculations.
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_postTotalPooledEtherSTRINGTotal amount of pooled ETH (in wei) in the Lido protocol after the oracle report was submitted. Represents the updated protocol TVL including staking rewards or penalties for the reporting period.
in_preTotalPooledEtherSTRINGTotal amount of pooled ETH (in wei) before this oracle update, representing the protocol’s TVL prior to accounting for staking rewards or penalties. String-encoded to preserve precision for values exceeding standard integer limits.
in_timeElapsedSTRINGTime elapsed since the previous event or report in the same series. String-encoded integer representing seconds.
in_totalSharesSTRINGTotal number of shares outstanding in the vault. Numeric string representation of share tokens in the smallest unit.
addressremovedlog_indexblock_numberin_timeElapsedin_totalSharesblock_timestamptransaction_hashin_preTotalPooledEtherin_postTotalPooledEther
0x442af784a788a5bd6f42a01ebe9f287a871243fbfalse171133845288640013209520689984237042964122021-10-09T12:27:13.000Z0xd678b7523ddcf69cee163001ea0be453e6b7046814c92c9a05f2d197b3545d5813776859676044269775613451377897610303132977561345
0x442af784a788a5bd6f42a01ebe9f287a871243fbfalse215178630248640070338973593631137155731362023-08-07T12:21:23.000Z0xfa7e15c08688dd2db824aca4645a758c8a446d333a4390b812ef413281fb0cb679968117004127271903436787983663726415703751745482
0x442af784a788a5bd6f42a01ebe9f287a871243fbfalse68162402028640043764013625029351793502312022-12-22T12:20:11.000Z0x1a7f2b2e46e86e7b72ae2d5bf52b20c6518644b4f3bda298c8f9e8177a5580ac48211779178907186329772144821888517928052721015793
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v1_ethereum.Oracle_PostTotalShares_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

stETH_SharesBurnt_event

Lido stETH share burn events on Ethereum, recording when stETH shares are destroyed along with pre- and post-rebase token amounts. Used to track staking withdrawals, slashing penalties, and stETH supply changes from the rebasing mechanism.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_preRebaseTokenAmountSTRINGToken amount before the rebase event, denominated in stETH wei (1e18 precision). This value represents the stETH balance calculated from shares immediately prior to Lido’s daily rebase adjustment.
in_postRebaseTokenAmountSTRINGToken amount in wei after the rebase event has occurred. Represents the updated balance following Lido’s staking rewards distribution and share price adjustment.
in_sharesAmountSTRINGAmount of stETH shares burned in this transaction, denominated in the protocol’s internal share units (wei). Shares represent proportional ownership of the stETH pool and are distinct from the rebasing token amount.
addressremovedlog_indexin_accountblock_numberblock_timestampin_sharesAmounttransaction_hashin_preRebaseTokenAmountin_postRebaseTokenAmount
0xae7ab96520de3a18e5e111b5eaab095312d7fe84false120xd15a672319cf0352560ee76d9e89eab0889046d3183915062023-10-20T12:22:23.000Z56429380157485492288170xec05c50d9ed342a2a4ac01ccc242e0dd74aed18b21454013a3f45f7a9d87967464485030531725030610046453217315281260636717
0xae7ab96520de3a18e5e111b5eaab095312d7fe84false120xd15a672319cf0352560ee76d9e89eab0889046d3183128892023-10-09T12:22:59.000Z365225082495525489188270xd418066cc84af20e9b4ca215ba855e6d00d0a7b7107a5d1a96442aef8e5d280f4152553185428504130174041722095266018856935338
0xae7ab96520de3a18e5e111b5eaab095312d7fe84false1580xd15a672319cf0352560ee76d9e89eab0889046d3181345002023-09-14T12:24:11.000Z56067159451524197419620xb5784459aca4c67490b3dea0e67b3f90df7b9e5c642c5b07029496ee390bda8363845877247608682703866389313914398582163874
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v1_ethereum.stETH_SharesBurnt_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

stETH_Submitted_event

ETH staking submissions to Lido protocol on Ethereum, emitted when users deposit ETH in exchange for stETH (Lido staked ETH). Used to track staking inflows, referral activity, and individual deposit sizes for analyzing Lido’s liquid staking adoption and user behavior.
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
0xae7ab96520de3a18e5e111b5eaab095312d7fe84false61844516000000000410x0000000000007f150bd6f54c40a34d7c3d5e9f561390x0000000000000000000000000000000000000000125953662021-06-08T17:55:42.000Z0xe00f6566cb4b9a7ed54509f150eca9525fcd77a736f5814677c37db7056ac9ca
0xae7ab96520de3a18e5e111b5eaab095312d7fe84false11572527400000000080x0000000000007f150bd6f54c40a34d7c3d5e9f561950x0000000000000000000000000000000000000000125949802021-06-08T16:31:16.000Z0xb45cea4f99238a835ba5e7d74208691eab8edf09e501235f9cd3144d41bb7b6e
0xae7ab96520de3a18e5e111b5eaab095312d7fe84false49359819200000000310x0000000000007f150bd6f54c40a34d7c3d5e9f563030x0000000000000000000000000000000000000000125913522021-06-08T02:57:41.000Z0x83ca9c05b23dd130d3985badd737d7450a565d55e8703330b3705dbcf8053c76
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v1_ethereum.stETH_Submitted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

stETH_TransferShares_event

stETH share transfer events from Lido’s liquid staking protocol on Ethereum, tracking internal share movements between accounts rather than token balances. Used for analyzing stETH rebasing mechanics, share ownership changes, and distinguishing minting (from zero address) from peer-to-peer transfers.
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_sharesValueSTRINGNumber of stETH shares transferred in the transaction, denominated in wei (10^-18). Represents the underlying shares being moved, which differ from the stETH token amount due to Lido’s rebasing mechanism.
in_toaddressin_fromremovedlog_indexblock_numberin_sharesValueblock_timestamptransaction_hash
0x1166ae53a4d8779532260dfdd84dc065bcc5b1a40xae7ab96520de3a18e5e111b5eaab095312d7fe840xdef13e0461bd92f2cd4ffacb947b50a5ab2cc998false1191696852213425340045295794132023-04-03T12:33:47.000Z0x0f81cd8559fecf28881c7ad174ac7c777cfc001dc022fa1ab73a8a289ddcdcf4
0x85b9e6f24a8c6759068eb127017c29e1eb762a580xae7ab96520de3a18e5e111b5eaab095312d7fe840x9551032a36c2b31d3a42d69dfa2d2b09ca9ecc88false1571696626489512342631206173392023-04-03T04:52:59.000Z0xa79a176dd00c9486b084af6918e24c0ae915cd63dd9130d8784ba1e195b0b36d
0xecb456ea5365865ebab8a2661b0c503410e9b3470xae7ab96520de3a18e5e111b5eaab095312d7fe840xdc24316b9ae028f1497c275eb9192a3ea0f67022false120169692788719155125996142023-04-03T15:07:23.000Z0x3883a11867b4583e5ba35d732aa9487633e4562084d37cc64653f33d3cf80013
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v1_ethereum.stETH_TransferShares_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StMATIC_ClaimTokensEvent_event

Claim redemption events from Lido’s stMATIC (Staked MATIC) contract on Ethereum, recording when users burn their staked token receipts to withdraw underlying MATIC. Tracks claim request IDs, claimed amounts, and burned tokens for monitoring Lido’s Polygon staking withdrawal flow.
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 initiating the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__idSTRINGUnique identifier for the vault or position within the protocol. String-encoded integer value.
in__amountClaimedSTRINGAmount of stMATIC tokens claimed by the user in the withdrawal process, denominated in wei (18 decimals). Represents the actual tokens withdrawn after the unbonding period completes.
in__amountBurnedSTRINGAmount of stMATIC tokens burned during the claim transaction, denominated in wei (10^-18 MATIC). Always zero in practice, as the Lido stMATIC claim mechanism burns tokens in a separate transaction step.
in__idaddressremovedin__fromlog_indexblock_numberblock_timestampin__amountBurnedtransaction_hashin__amountClaimed
10090x9ee91f9f426fa633d227f7a9b000e28b9dfd8599false0x28609645f2d2a214c97625f704f19cfd8ff3799c582166738612023-02-21T02:17:23.000Z00x6159595b0005eafe5f258e86e43f4259422aed8baf55559c79bb0f3ffd40f76b19706131732657456685152
10020x9ee91f9f426fa633d227f7a9b000e28b9dfd8599false0x22a212677548a0999e9402f10a455a4f84e29714286166794192023-02-21T21:02:35.000Z00xa71f8653a5bac4f064a247b3edf7288bda7f9e7dd0b928fd58b6991a57e4cd1742827044516457520856225
10100x9ee91f9f426fa633d227f7a9b000e28b9dfd8599false0xbb4cdfcf3a989a950fec54acf64ca5044cffc3e850166744122023-02-21T04:09:35.000Z00xe55554ad3d6425c1987f76800961271ed741fd83689910161033949d195c940677233347084261581468
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v1_ethereum.StMATIC_ClaimTokensEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

stMatic_DistributeRewardsEvent_event

Reward distribution events from Lido’s stMATIC contract on Ethereum, recording when staking rewards are distributed to token holders. Tracks reward amounts and timing for analyzing Lido’s Polygon staking yield distribution.
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__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
addressremovedlog_indexin__amountblock_numberblock_timestamptransaction_hash
0x9ee91f9f426fa633d227f7a9b000e28b9dfd8599false1941892553371099184925235179347312023-08-17T13:06:59.000Z0xda21dc156b085238bff0cfea347cde16839f7469faec0a582a5b4b35da696a2d
0x9ee91f9f426fa633d227f7a9b000e28b9dfd8599false1351118760999226925501412170318022023-04-12T12:02:11.000Z0x4abc69f0658c7ac95ef0df67ee828169a55f8e7b04d798bf73f2d98e0a5a8e3e
0x9ee91f9f426fa633d227f7a9b000e28b9dfd8599false214657320506762665031648153577602022-08-17T08:52:13.000Z0xd745b9d8836caa1a805845cab047d81c782ac45b19786aed3746cb2ddabc6df8
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v1_ethereum.stMatic_DistributeRewardsEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StMATIC_RequestWithdrawEvent_event

Withdrawal request events from Lido’s stMATIC (staked MATIC) token contract on Ethereum, tracking user unstaking requests with amount, sender address, and optional referral. Used for analyzing withdrawal patterns and liquidity flows from Polygon staking positions.
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 initiating the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
in__referralSTRINGAddress of the referral partner associated with this stMATIC withdrawal request on Ethereum. Typically the zero address when no referral is involved, or a partner wallet address when attributed.
addressremovedin__fromlog_indexin__amountblock_numberin__referralblock_timestamptransaction_hash
0x9ee91f9f426fa633d227f7a9b000e28b9dfd8599false0xd42b01a78f5dfcdb98789c079d640987c52b1f69511783933984072729809331166984240x00000000000000000000000000000000000000002023-02-24T13:15:35.000Z0xff28745874c22c31d0dd8d339789faa54ad0e8db659b5da5b9ae2300b13bbd19
0x9ee91f9f426fa633d227f7a9b000e28b9dfd8599false0x1fff2cc43a54b66af3fe8760d98a6ab0b33f22de521325812091090552159847166948690x00000000000000000000000000000000000000002023-02-24T01:12:23.000Z0x851abaa8182ecc6b707654cccddf27d1b4510c284803ccaeb12369e65d0789ec
0x9ee91f9f426fa633d227f7a9b000e28b9dfd8599false0xb4840fa66485ca6c5caaba413f969b683f7dbd4d193837858218805886978842166988060x00000000000000000000000000000000000000002023-02-24T14:32:35.000Z0xfdcf8f1c57b56a4ca5f863ea16cbe5885d5ff551556bfa145d5f641d1c156554
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v1_ethereum.StMATIC_RequestWithdrawEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StMATIC_SetNodeOperatorRegistryAddress_event

Configuration change events for Lido’s stMATIC node operator registry on Ethereum. Tracks updates to the registry contract address used for managing validators in Lido’s Polygon liquid staking 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__newNodeOperatorRegistryAddressSTRINGContract address of the newly configured node operator registry for the StMATIC contract. This Ethereum address represents the registry contract managing validators in the Lido stMATIC protocol.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin__newNodeOperatorRegistryAddress
0x9ee91f9f426fa633d227f7a9b000e28b9dfd8599false230165257222023-01-31T08:49:59.000Z0xe0deacbb7f95af9fdabae66443be49623c0964526f09d06d419068b0e06bf1830x216b8b78e0632138dc38907dd089aab601ed6edc
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v1_ethereum.StMATIC_SetNodeOperatorRegistryAddress_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StMATIC_SetProtocolFee_event

Protocol fee configuration events from Lido’s stMATIC (Staked MATIC) contract on Ethereum, tracking changes to the protocol’s fee percentage. Records the old and new fee values in basis points for analyzing Lido’s fee structure evolution.
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_oldProtocolFeeINT64Previous protocol fee value before the update, expressed in basis points (1/100th of a percent). A value of 0 indicates no fee was previously charged, while 10 represents a 0.10% fee.
in_newProtocolFeeINT64Updated protocol fee value. Integer representing the new fee amount in basis points or protocol-specific units.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_newProtocolFeein_oldProtocolFee
0x9ee91f9f426fa633d227f7a9b000e28b9dfd8599false229165257222023-01-31T08:49:59.000Z0xe0deacbb7f95af9fdabae66443be49623c0964526f09d06d419068b0e06bf183100
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v1_ethereum.StMATIC_SetProtocolFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StMATIC_SubmitEvent_event

MATIC token deposit events into Lido’s stMATIC liquid staking contract on Ethereum. Captures stake submissions with depositor addresses, amounts, and optional referral codes for tracking staking activity and referral programs.
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 initiating the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
in__referralSTRINGEthereum address that referred the user to stake MATIC via Lido’s StMATIC contract. Typically the zero address (null referral) or matches the staker’s address for self-referrals.
addressremovedin__fromlog_indexin__amountblock_numberin__referralblock_timestamptransaction_hash
0x9ee91f9f426fa633d227f7a9b000e28b9dfd8599false0x8d365687a75dc7688864822869ae0551bb6fc1054446999900000000000000000000178356110x00000000000000000000000000000000000000002023-08-03T16:18:11.000Z0xa440321c9f62e6ba95b642c8f6cd6488bd168d50564966b51a4070fd200de942
0x9ee91f9f426fa633d227f7a9b000e28b9dfd8599false0x7f6d9c90b07a5c87287556fdbd7d9f5ceb39026a3034629600757900000000000178322380x00000000000000000000000000000000000000002023-08-03T04:58:47.000Z0x44af61c6c360e8da1cf7af33f158a87bec7fb4dbc5adbf9a4bb719fc281f7225
0x9ee91f9f426fa633d227f7a9b000e28b9dfd8599false0x659de82a1658e8764d4ed9307c9a7f190cb6013319973854413490835730427178315640x00000000000000000000000000000000000000002023-08-03T02:43:23.000Z0x731508ac70468f7982539cf7e7974febcfb4a6a5f0ff475a4db1c5c30e626bb3
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v1_ethereum.StMATIC_SubmitEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StMATIC_Transfer_event

Transfer events for stMATIC (Lido’s staked MATIC token) on Ethereum, tracking mints, burns, and transfers between addresses. Sample data shows zero address transfers indicating staking deposits and withdrawals with token amounts in wei.
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_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_toaddressin_fromremovedin_valuelog_indexblock_numberblock_timestamptransaction_hash
0x00000000000000000000000000000000000000000x9ee91f9f426fa633d227f7a9b000e28b9dfd85990x30e151be10c49174f30f7e2497ce7d6eb9aa0ca0false212240250207463761841515137166702862023-02-20T14:15:23.000Z0x05038a973bd580c8e047ffe73c76b5dc23b94e18b8e739fcaea9db30727a6b8f
0x00000000000000000000000000000000000000000x9ee91f9f426fa633d227f7a9b000e28b9dfd85990x3945c314acea2a83bed858691dec1589af7a70cafalse137572270456596884233129166682672023-02-20T07:26:47.000Z0x04d019a60338443b94492ec47b19d506e38462bbd923e607188123c19f11e226
0x00000000000000000000000000000000000000000x9ee91f9f426fa633d227f7a9b000e28b9dfd85990xeeec8188365f59e03bdd8022f096d6e13e45433afalse86489381279952962783883166694072023-02-20T11:18:11.000Z0xbd152920cd2b91d7a1002f01d536507924161dc17468de9ee3e48268c65e593d
Query with partition filter
SELECT *
FROM `tt-contracts.lido_v1_ethereum.StMATIC_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100