Skip to main content

Tables

RedeemManagerV1_RequestedRedeem_event

Redemption request events from Liquid Collective’s staking protocol on Ethereum, tracking user withdrawal requests from liquid staking tokens (LsETH) to ETH with request IDs, amounts, and maximum redeemable values. Used for analyzing withdrawal queue dynamics and user exit behavior from the liquid staking pool.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_heightSTRINGBlock height on the source chain at which the cross-chain request was initiated. Numeric string representation without leading zeros.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_maxRedeemableEthSTRINGMaximum amount of ETH redeemable for this request at the time it was created, denominated in wei (1e-18 ETH). This represents the upper bound of ETH the user can receive when their redemption is processed.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_idaddressremovedin_ownerin_amountin_heightlog_indexblock_numberblock_timestamptransaction_hashin_maxRedeemableEth
40x080b3a41390b357ad7e8097644d1dedf57ad3375false0x20e2a730d692fc28ed31c28f1a8205b4790f9a23900000000000112000000000000194176926992023-07-14T15:50:47.000Z0x00980b1d0254569d13502d97442849d1676ea9bd065e651696060c07943d997b921591249837
80x080b3a41390b357ad7e8097644d1dedf57ad3375false0x1b83055bc9fe542ad9b226c9539c0811a99aae81299990000000000000000141111480162553896523281178192492023-08-01T09:27:11.000Z0xf3aff2b2528fbd32b0540ce2c338fd1664d8e8629b0f75400d9dc4d3384647a0307589280018722093746
00x080b3a41390b357ad7e8097644d1dedf57ad3375false0xc127119cf0f43dab080199e71b7da55e82d8387a1000000000000000310174377422023-06-08T19:48:11.000Z0xb3379d1e6df206b292ffd9c509ca0bf2f4cc4bfad7a63ffce022f5a7af8689c1101979973854701
Query with partition filter
SELECT *
FROM `tt-contracts.liquidcollective_v1_ethereum.RedeemManagerV1_RequestedRedeem_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RiverV1_RewardsEarned_event

Staking reward distribution events from Liquid Collective’s RiverV1 protocol on Ethereum, tracking changes in total supply and underlying ETH balance when rewards are collected. Used for analyzing liquid staking yields and reward accrual 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__collectorSTRINGAddress of the collector contract that accumulates staking rewards for Liquid Collective. Consistently 0x53b5c4231fba19de04866a84fed928aeca0102fe across all reward distribution events.
in__oldTotalUnderlyingBalanceSTRINGTotal amount of underlying ETH held by the Liquid Collective River protocol before the rewards were collected, denominated in wei. This value increases as validators earn consensus and execution layer rewards.
in__oldTotalSupplySTRINGTotal supply of liquid staking tokens before the rewards event, denominated in wei (18 decimals). This value captures the token supply state prior to minting new shares for earned staking rewards.
in__newTotalUnderlyingBalanceSTRINGTotal underlying ETH balance in wei after staking rewards were collected and distributed. Wei-denominated value representing the protocol’s total staked ETH including newly accrued consensus layer rewards.
in__newTotalSupplySTRINGUpdated total supply of liquid staking tokens after rewards are collected and distributed. Denominated in wei (18 decimals), representing the protocol’s total issued LsETH tokens post-reward allocation.
addressremovedlog_indexblock_numberin__collectorblock_timestamptransaction_hashin__newTotalSupplyin__oldTotalSupplyin__newTotalUnderlyingBalancein__oldTotalUnderlyingBalance
0x8c1bed5b9a0928467c9b1341da1d7bd5e10b6549false317167692700x53b5c4231fba19de04866a84fed928aeca0102fe2023-03-06T12:20:11.000Z0x5e37697371067eaba9f7070d70e517ddc28bea363774c2223526f47cec12dbb4242710404414821465152242709970427017195606244231802807612939384244228891419612939384
0x8c1bed5b9a0928467c9b1341da1d7bd5e10b6549false167171374380x53b5c4231fba19de04866a84fed928aeca0102fe2023-04-27T12:13:35.000Z0x60dd8f8e81483e7193a155ad1c959a4d548321e55bbce8a34aa8a594886eff132235011260085525939306223498181076996365125522628327491314371335732262633976454437133573
0x8c1bed5b9a0928467c9b1341da1d7bd5e10b6549false227160540570x53b5c4231fba19de04866a84fed928aeca0102fe2022-11-26T12:07:11.000Z0xba223959296fef7a881df70d4376ee66cc174139dec71e6cfa46deb6c8c6751f32114242011343529220321137840591825710923212768084424825416432124626552248254164
Query with partition filter
SELECT *
FROM `tt-contracts.liquidcollective_v1_ethereum.RiverV1_RewardsEarned_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RiverV1_UserDeposit_event

ETH deposit events from Liquid Collective’s River protocol on Ethereum, capturing user staking deposits with depositor address, recipient address, and deposit amounts in wei. Used for tracking individual user staking activity and analyzing deposit patterns across the 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_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap 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.
addressremovedin_amountlog_indexblock_numberin_depositorin_recipientblock_timestamptransaction_hash
0x8c1bed5b9a0928467c9b1341da1d7bd5e10b6549false1638390000000000000050175147600x39a62d3b0891717c60280f7f26fca5471f66fd420x96dfaff5a9c6688e9a3eb9b128c8c47c8cfa393c2023-06-19T15:44:11.000Z0x778fa6ac70397b48cd73f24f144d2c3b4052969dda872ac1c244b61c8393eef8
0x8c1bed5b9a0928467c9b1341da1d7bd5e10b6549false1372739814489576560171175143870xb75c4597083744f463d24bb45e38cd1b2784f7630x7183bc274c805f0a440a488dabf70fff9e94031a2023-06-19T14:28:23.000Z0x168993bfdd248dbaea951cd36c5ee5dae057064ba89e03f25a40b7583cab544b
0x8c1bed5b9a0928467c9b1341da1d7bd5e10b6549false930000000000000000058175147620x5f531b665fe6f225a47424a555f24b59ad767ed30x351b8635c13ec0699993d4699c9a2ee699a8b5e62023-06-19T15:44:35.000Z0xace4dc0272645d9e0120f25a478d1b7375cc42dd4b1c0369bd00d02847e54e25
Query with partition filter
SELECT *
FROM `tt-contracts.liquidcollective_v1_ethereum.RiverV1_UserDeposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100