Skip to main content

Tables

RocketDepositPool_DepositReceived_event

ETH deposit events into Rocket Pool’s deposit pool contract, capturing depositor addresses, amounts (in wei), and timestamps for users staking ETH to receive rETH liquid staking tokens.
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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_timeSTRINGUnix timestamp representing the time of the event or operation. Integer value stored as string, representing seconds since epoch (January 1, 1970 00:00:00 UTC).
addressin_fromin_timeremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x4d05e3d48a938db4b7a9a59a802d5b45011bde580x8bc577d8f4816d7994f1ba05673584602a51e7bc1651943385false10000000000000000153147310192022-05-07T17:09:45.000Z0x20a546a775104b1d4e2bf8468a38a4db6efb4140ba6e3053b932a503748b7933
0x4d05e3d48a938db4b7a9a59a802d5b45011bde580x939035097adb542b53b56e586deaafa27e8a65661651957906false10000000000000000293147320962022-05-07T21:11:46.000Z0xe0b0cd19c724de3a1fbad5f7b5427f52ff9fa269c868f1b902483447ade3c8c5
0x4d05e3d48a938db4b7a9a59a802d5b45011bde580x403d3c20e3a252d99fea2bdc5da79ec9503c01e91651964627false10000000000000000156147326032022-05-07T23:03:47.000Z0x099903c16978f275aed1587deb0e6e0fd1d2bab423178c3ed06a9d7707ddecca
Query with partition filter
SELECT *
FROM `tt-contracts.rocketpool_v1_ethereum.RocketDepositPool_DepositReceived_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RocketDepositPoolV2_DepositReceived_event

ETH deposit events into Rocket Pool’s staking pool contract on Ethereum, capturing depositor addresses and amounts in wei. Used for tracking individual staking deposits and inflow analysis for 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_fromSTRINGAddress originating the transfer 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_timeSTRINGUnix timestamp representing the time of the event or operation. Integer value stored as string, representing seconds since epoch (January 1, 1970 00:00:00 UTC).
addressin_fromin_timeremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xdd3f50f8a6cafbe9b31a427582963f465e745af80x000000000000be0ab658f92dddac29d6df19a3be1691432579false20962151344182466121199178648132023-08-07T18:22:59.000Z0xf7f6c9a686bb88575e9f86d56ff41eff12eb97e19b3bcf1f3ab6b199309759a2
0xdd3f50f8a6cafbe9b31a427582963f465e745af80x01f3702aaf8db0c91494ddaaf067a2464383ecf31691398679false1700817000000000000123178620122023-08-07T08:57:59.000Z0x7032fc596d318b6be36e913ffbd78dd1fb2c7783e75a1f1299071b707e37d229
0xdd3f50f8a6cafbe9b31a427582963f465e745af80x16d5a408e807db8ef7c578279beeee6b228f1c1c1691434295false3867848655817533879382178649562023-08-07T18:51:35.000Z0x1e613b93ef4a106991bd44caf1ab4f866e43ef37f615745fd76ab8605f45d971
Query with partition filter
SELECT *
FROM `tt-contracts.rocketpool_v1_ethereum.RocketDepositPoolV2_DepositReceived_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RocketMerkleDistributorMainnet_RewardsClaimed_event

Reward claim events from Rocket Pool’s Merkle distributor contract on Ethereum mainnet, capturing ETH and RPL (Rocket Pool token) payouts to node operators across reward intervals. Used for tracking validator earnings distribution and analyzing node operator 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_claimerSTRINGAddress of the account initiating the claim transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardIndexARRAY<STRING>Index identifying which reward slot is being configured or claimed. String-encoded integer, zero-indexed.
in_amountRPLARRAY<STRING>Array of RPL (Rocket Pool token) reward amounts claimed across multiple reward periods, denominated in wei (1e-18 RPL). Each element corresponds to a reward period identified by the matching index in in_rewardIndex.
in_amountETHARRAY<STRING>Array of ETH reward amounts in wei (as strings) claimed across multiple reward periods. Each element corresponds to a reward index, with values representing the ETH portion of node operator rewards from Rocket Pool’s merkle-based distribution system.
addressremovedlog_indexin_claimerblock_numberin_amountETHin_amountRPLin_rewardIndexblock_timestamptransaction_hash
0x7eccbbd05830edf593d30005b8f69e965af4d59ffalse690x7c807bc53c12d8e62316c225ed9747a3cb3e442018366087[“0”,“14623779186337347”,“28759144687378556”,“38488856973839002”,“15509542532820759”,“16789957565470099”,“23091054530419792”,“29968578377478084”,“16021791224156382”,“26929918750415420”,“25360922089727906”,“5298609933179768”,“26344801284390894”,“21403517472539635”,“15816406818526886”][“13123300325602077606”,“10731571957635782709”,“10127510467402420298”,“9843197758258571841”,“9775155840872133233”,“7987351206293801739”,“6849488010410952048”,“6963115840682902429”,“6834256555113960670”,“6696756209514553807”,“6570553682160714450”,“7670273160032032633”,“9336977255795311980”,“9022016917969371242”,“8472272782442043111”][“0”,“1”,“2”,“3”,“4”,“5”,“6”,“7”,“8”,“9”,“10”,“11”,“12”,“13”,“14”]2023-10-16T23:01:11.000Z0x8fc6998ffab0708180c60cad64953f5318bf564b587493324f5eec0b0f7f5e75
0x7eccbbd05830edf593d30005b8f69e965af4d59ffalse940x828969582c50df50ea10bbc3003bb6aa65d4929b18364380[“17850922585954059”,“38284959286203757”,“29488516878718916”,“17148575998313776”,“32250234181043848”,“24733208512166004”,“18453654280422405”][“3979636098535984718”,“4352108587014073539”,“4333755825673668766”,“3912206519252483475”,“3793326175158796097”,“3650650740411784301”,“3428203381506633329”][“8”,“9”,“10”,“11”,“12”,“13”,“14”]2023-10-16T17:18:23.000Z0x75a0474c721e9c203ea57db92c71b723696ddf3f5283fd090d66c50ddc2756fe
0x7eccbbd05830edf593d30005b8f69e965af4d59ffalse2740x6b0f802da890116941816b603ca4e97712961aa118364322[“32834247662923755”,“23930984440883370”,“14707285665220496”,“27295946856470980”,“4026655870650299”,“0”][“1384182415201111132”,“1378345343581719364”,“1244272140806059245”,“1206462403636694076”,“1161084669163969925”,“1090335579073896633”][“9”,“10”,“11”,“12”,“13”,“14”]2023-10-16T17:06:47.000Z0xc5a6fd29a316507726549f4a7ea99c3007707e30fa209dab4dfcde98be1b0189
Query with partition filter
SELECT *
FROM `tt-contracts.rocketpool_v1_ethereum.RocketMerkleDistributorMainnet_RewardsClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RocketMinipoolManager_MinipoolCreated_event

Minipool creation events from Rocket Pool’s decentralized Ethereum staking protocol, recording when new validator minipools are initialized with their associated node operator addresses. Used for tracking node operator activity and minipool deployment patterns across the network.
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_minipoolSTRINGContract address of the newly created Rocket Pool minipool on Ethereum. Hex-encoded, 0x-prefixed 40-character string representing the individual validator contract managed by the node operator.
in_nodeSTRINGContract address of the node operator that owns the newly created minipool in the Rocket Pool protocol. Hex-encoded, 0x-prefixed 40-character Ethereum address representing the node operator’s identity.
in_timeSTRINGUnix timestamp representing the time of the event or operation. Integer value stored as string, representing seconds since epoch (January 1, 1970 00:00:00 UTC).
addressin_nodein_timeremovedlog_indexin_minipoolblock_numberblock_timestamptransaction_hash
0x84d11b65e026f7aa08f5497dd3593fb083410b710x1cc9ff8fbe1ed15c3e276fe6d209ab5cc0b450f41680326399false160x3ab21c75672c18be73cfcbfe1dd2130731372285169521852023-04-01T05:19:59.000Z0x6094e41e25d46a8390813017aa7f154a9db52342a13f1dc56ac8d3a1b232e0ee
0x84d11b65e026f7aa08f5497dd3593fb083410b710x1ee11a0559ba7b2e6e4a216210a455c341e71fd51680372647false810xba4279fc790e65c78be0bd3cd52536bf34cc6a96169559912023-04-01T18:10:47.000Z0x78127f413cce7d2212ab8d6c9f2050b66a9fdfb40a8203885c63230fd1ae907e
0x84d11b65e026f7aa08f5497dd3593fb083410b710x1f060e36afd4e430b0dc4b8f6366a58f2abb513a1680345467false450x7397267de8c1d7ec7bd06c72d47506beb548a925169537522023-04-01T10:37:47.000Z0x27eac525ea6ec7c6e8060406dddb78e4e7cf5885e5cf5bdd0fa89ce9c1f2a4f9
Query with partition filter
SELECT *
FROM `tt-contracts.rocketpool_v1_ethereum.RocketMinipoolManager_MinipoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RocketMinipoolManagerV2_MinipoolCreated_event

Minipool creation events from Rocket Pool’s decentralized Ethereum staking protocol, linking node operators to their newly deployed minipool validator contracts. Used for tracking validator onboarding and analyzing node operator activity across the Rocket Pool network.
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_minipoolSTRINGContract address of the newly created Rocket Pool minipool validator. Hex-encoded, 0x-prefixed Ethereum address representing the minipool contract instance that was deployed by the node operator.
in_nodeSTRINGContract address of the Rocket Pool node operator that owns the newly created minipool. Hex-encoded, 0x-prefixed Ethereum address representing the node operator’s identity in the protocol.
in_timeSTRINGUnix timestamp representing the time of the event or operation. Integer value stored as string, representing seconds since epoch (January 1, 1970 00:00:00 UTC).
addressin_nodein_timeremovedlog_indexin_minipoolblock_numberblock_timestamptransaction_hash
0x6d010c43d4e96d74c422f2e27370af48711b49bf0x58e4835cf8ebf3e0bc32c07d7e94fd7a433a6a1e1688862443false2010x3a16443a335b6b6715641b87750c847713ccf2b5176525952023-07-09T00:27:23.000Z0x5d4aceb567aa68ffc8b583b06e119137c164a12924804c519161fa77b347eeb0
0x6d010c43d4e96d74c422f2e27370af48711b49bf0x26c7b449a8a51541c17672baecec26e95a84b4421688874479false1370x0eb0706c3d2150096837dbdda0890e9ce8257845176535802023-07-09T03:47:59.000Z0x0cac8be36a6d5580a87de157ba42f3b4c21266686728afef49dc4a55e8f3d115
0x6d010c43d4e96d74c422f2e27370af48711b49bf0xcf41178e0cae221ac0f9392e5042b5bcf83486d71688878043false1130x8737cd7f929c16639b1f052c025e86146beb304f176538742023-07-09T04:47:23.000Z0x3db2120b3acc97f359dfa62933fb0a40d0849d26427e163f807e5af2c3fe4e21
Query with partition filter
SELECT *
FROM `tt-contracts.rocketpool_v1_ethereum.RocketMinipoolManagerV2_MinipoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RocketMinipoolManagerV2_MinipoolDestroyed_event

Minipool destruction events from Rocket Pool’s validator management system on Ethereum, tracking when validator minipools are closed and removed from the protocol. Links node operators to their destroyed minipools with timestamps for analyzing validator lifecycle and operator churn 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_minipoolSTRINGContract address of the Rocket Pool minipool being destroyed in this event. Hex-encoded, 0x-prefixed 40-character Ethereum address identifying the specific validator minipool instance.
in_nodeSTRINGEthereum address of the Rocket Pool node operator that owns the destroyed minipool. This is the node wallet address responsible for operating the validator associated with this minipool.
in_timeSTRINGUnix timestamp representing the time of the event or operation. Integer value stored as string, representing seconds since epoch (January 1, 1970 00:00:00 UTC).
addressin_nodein_timeremovedlog_indexin_minipoolblock_numberblock_timestamptransaction_hash
0x6d010c43d4e96d74c422f2e27370af48711b49bf0x1bb9aab733d81f76644c60056c12384382a56bc71693814591false1070x7c2cc35ed617fabdbdc99c92648a04021ebe9d40180617962023-09-04T08:03:11.000Z0x930bf1a14e7385734c33ac902a5329508321cfbcaf233220a6144c96f6817a5e
0x6d010c43d4e96d74c422f2e27370af48711b49bf0x08cfb15c7be7eb5e7363e6fcf1869fba2fa6a3d61694879615false1580x4e76c89592516d5baa1fc32365e6f6214e63b2da181497102023-09-16T15:53:35.000Z0xddfe53392526794504649554d62f32c1dcb09e407a73284aa467293cdfbd7ebf
0x6d010c43d4e96d74c422f2e27370af48711b49bf0x3b68b1322691292415d51da7049200b796bc20601695996047false3730xd6e37cab8a0263f17e035217073d1b27306cd491182418272023-09-29T14:00:47.000Z0xef514031bced483ab22f236331960b88091d17c388c2f4831dfdafd834cbf13a
Query with partition filter
SELECT *
FROM `tt-contracts.rocketpool_v1_ethereum.RocketMinipoolManagerV2_MinipoolDestroyed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RocketRewardsPool_RPLTokensClaimed_event

RPL (Rocket Pool Protocol) token claim events from the RocketRewardsPool contract on Ethereum, recording when node operators withdraw earned RPL rewards. Used to analyze reward distribution patterns and node operator claiming behavior across the Rocket Pool 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_claimingContractSTRINGContract address that executed the RPL token claim on behalf of the claiming address. Typically represents a Rocket Pool minipool or node contract in the rewards distribution system.
in_claimingAddressSTRINGAddress that initiated the RPL token claim from the Rocket Pool rewards pool. This is typically the node operator’s wallet address receiving the staked RPL rewards.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_timeSTRINGUnix timestamp representing the time of the event or operation. Integer value stored as string, representing seconds since epoch (January 1, 1970 00:00:00 UTC).
addressin_timeremovedin_amountlog_indexblock_numberblock_timestamptransaction_hashin_claimingAddressin_claimingContract
0xa3a18348e6e2d3897b6f2671bb8c120e365548021641456861false33416524644750884694284139507392022-01-06T08:14:21.000Z0xe251805966ef6c1e6b659fedc7d57851c3aaf5e38deecd2b692139b4d95edb960xa5e05690757ed922500b4a5b3232210b7c8b5d090x899336a2a86053705e65db61f52c686dcfaef548
0xa3a18348e6e2d3897b6f2671bb8c120e365548021641504778false2722949697265153084782139543242022-01-06T21:32:58.000Z0xee9bf48e8aa0398d825ebf90c0334552abc8af2d5317846e0705ae98fdd16c370x31227bc3fe685298e8973781621c8fb77effeff50x899336a2a86053705e65db61f52c686dcfaef548
0xa3a18348e6e2d3897b6f2671bb8c120e365548021641456906false7933077429550913440126139507402022-01-06T08:15:06.000Z0x0a3277175054580e50b565e1f0a733d081cfe0590afc0d1f544db6299c6f1a0a0xd34261b45d4544ab7414e7ac4d0293f11fbbb02d0x899336a2a86053705e65db61f52c686dcfaef548
Query with partition filter
SELECT *
FROM `tt-contracts.rocketpool_v1_ethereum.RocketRewardsPool_RPLTokensClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RocketTokenRETH_TokensBurned_event

rETH token burn events from Rocket Pool liquid staking protocol on Ethereum, capturing when users redeem rETH for ETH with burn amounts, redemption values, and exchange rates. Used for analyzing unstaking activity, liquidity flows, and the rETH-to-ETH conversion ratio 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_fromSTRINGAddress originating the transfer 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_ethAmountSTRINGAmount of ETH involved in the transaction. Integer value stored as string, denominated in wei.
in_timeSTRINGUnix timestamp representing the time of the event or operation. Integer value stored as string, representing seconds since epoch (January 1, 1970 00:00:00 UTC).
addressin_fromin_timeremovedin_amountlog_indexblock_numberin_ethAmountblock_timestamptransaction_hash
0xae78736cd615f374d3085123a210448e74fc63930x150a7bebdc3e8cce4b3a5ecf8eca552eeae6a4641693474259false7500000000000000023918033674811559765985056442023-08-31T09:30:59.000Z0x65903d6b9f70b3d322d1ff77741bce98f33555a63829a0654d166f9491bfd58b
0xae78736cd615f374d3085123a210448e74fc63930x3b11cc193ba3ab9c2a0ed9eda03a4d795c7662621693496411false119051656140463186203180355111288336586114277412023-08-31T15:40:11.000Z0xe9cc47a19bd7f2a0e85964cf50dd5a5bb984b6a56d6b2cf355fdaa59c5f03f45
0xae78736cd615f374d3085123a210448e74fc63930x4f86bf49a158eab76f6151950bb3b1e79d36fead1693498415false441669093907086862295180356784779592918599012512023-08-31T16:13:35.000Z0xb8c0b2ceb9c6f027e6a875b769c16e24752a3369758a41d5a4a328c00ba940b5
Query with partition filter
SELECT *
FROM `tt-contracts.rocketpool_v1_ethereum.RocketTokenRETH_TokensBurned_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100