ETH Price: $2,700.93 (-3.83%)

Contract

0x5870EF6B04a668B7D40Dd4864529F4E5fB2E81aE
 

Overview

ETH Balance

0.224692034705 ETH

Eth Value

$606.88 (@ $2,700.93/ETH)

Multichain Info

No addresses found
Transaction Hash
Method
Block
Age
From
To
Distribute Balan...202788822024-07-10 21:47:11228 days ago1720648031IN
0x5870EF6B...5fB2E81aE
0 ETH0.000398634.83450429
Distribute Balan...197416332024-04-26 19:33:47303 days ago1714160027IN
0x5870EF6B...5fB2E81aE
0 ETH0.000685078.30832085
Distribute Balan...189017222023-12-30 23:52:47421 days ago1703980367IN
0x5870EF6B...5fB2E81aE
0 ETH0.0013443816.30411096
Stake176531682023-07-09 2:24:47596 days ago1688869487IN
0x5870EF6B...5fB2E81aE
0 ETH0.0030803615.72442087

Latest 16 internal transactions

Advanced mode:
Parent Transaction Hash Block
Age
From
To
218026062025-02-08 15:11:1115 days ago1739027471
0x5870EF6B...5fB2E81aE
0.01226279 ETH
217368772025-01-30 10:53:1124 days ago1738234391
0x5870EF6B...5fB2E81aE
0.01244892 ETH
217054922025-01-26 1:45:4729 days ago1737855947
0x5870EF6B...5fB2E81aE
0.02479142 ETH
215987142025-01-11 3:59:5944 days ago1736567999
0x5870EF6B...5fB2E81aE
0.06248744 ETH
212418572024-11-22 7:43:5994 days ago1732261439
0x5870EF6B...5fB2E81aE
0.26142221 ETH
202788822024-07-10 21:47:11228 days ago1720648031
0x5870EF6B...5fB2E81aE
0.07540523 ETH
202788822024-07-10 21:47:11228 days ago1720648031
0x5870EF6B...5fB2E81aE
0.13700387 ETH
197416332024-04-26 19:33:47303 days ago1714160027
0x5870EF6B...5fB2E81aE
0.10359507 ETH
197416332024-04-26 19:33:47303 days ago1714160027
0x5870EF6B...5fB2E81aE
0.18822203 ETH
189017222023-12-30 23:52:47421 days ago1703980367
0x5870EF6B...5fB2E81aE
0.14399767 ETH
189017222023-12-30 23:52:47421 days ago1703980367
0x5870EF6B...5fB2E81aE
0.26162958 ETH
176531682023-07-09 2:24:47596 days ago1688869487
0x5870EF6B...5fB2E81aE
31 ETH
176496072023-07-08 14:22:35596 days ago1688826155
0x5870EF6B...5fB2E81aE
31 ETH
176091382023-07-02 21:56:47602 days ago1688335007
0x5870EF6B...5fB2E81aE
1 ETH
176091382023-07-02 21:56:47602 days ago1688335007
0x5870EF6B...5fB2E81aE
1 ETH
176091382023-07-02 21:56:47602 days ago1688335007
 Contract Creation
0 ETH
Loading...
Loading

Minimal Proxy Contract for 0x560656c8947564363497e9c78a8bdeff8d3eff33

Contract Name:
RocketMinipoolBase

Compiler Version
v0.7.6+commit.7338295f

Optimization Enabled:
Yes with 15000 runs

Other Settings:
default evmVersion, GNU GPLv3 license

Contract Source Code (Solidity Standard Json-Input format)

File 1 of 6 : RocketMinipoolBase.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
* .
* / \
* |.'.|
* |'.'|
* ,'| |`.
* |,-'-|-'-.|
* __|_| | _ _ _____ _
* | ___ \| | | | | | ___ \ | |
* | |_/ /|__ ___| | _____| |_ | |_/ /__ ___ | |
* | // _ \ / __| |/ / _ \ __| | __/ _ \ / _ \| |
* | |\ \ (_) | (__| < __/ |_ | | | (_) | (_) | |
* \_| \_\___/ \___|_|\_\___|\__| \_| \___/ \___/|_|
* +---------------------------------------------------+
* | DECENTRALISED STAKING PROTOCOL FOR ETHEREUM 2.0 |
* +---------------------------------------------------+
*
* Rocket Pool is a first-of-its-kind ETH2 Proof of Stake protocol, designed to be community owned,
* decentralised, trustless and compatible with staking in Ethereum 2.0.
*
* For more information about Rocket Pool, visit https://rocketpool.net
*
* Authors: David Rugendyke, Jake Pospischil, Kane Wallmann, Darren Langley, Joe Clapis, Nick Doherty
*
*/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 2 of 6 : RocketStorageInterface.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
* .
* / \
* |.'.|
* |'.'|
* ,'| |`.
* |,-'-|-'-.|
* __|_| | _ _ _____ _
* | ___ \| | | | | | ___ \ | |
* | |_/ /|__ ___| | _____| |_ | |_/ /__ ___ | |
* | // _ \ / __| |/ / _ \ __| | __/ _ \ / _ \| |
* | |\ \ (_) | (__| < __/ |_ | | | (_) | (_) | |
* \_| \_\___/ \___|_|\_\___|\__| \_| \___/ \___/|_|
* +---------------------------------------------------+
* | DECENTRALISED STAKING PROTOCOL FOR ETHEREUM 2.0 |
* +---------------------------------------------------+
*
* Rocket Pool is a first-of-its-kind ETH2 Proof of Stake protocol, designed to be community owned,
* decentralised, trustless and compatible with staking in Ethereum 2.0.
*
* For more information about Rocket Pool, visit https://rocketpool.net
*
* Authors: David Rugendyke, Jake Pospischil, Kane Wallmann, Darren Langley, Joe Clapis, Nick Doherty
*
*/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 3 of 6 : MinipoolDeposit.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
* .
* / \
* |.'.|
* |'.'|
* ,'| |`.
* |,-'-|-'-.|
* __|_| | _ _ _____ _
* | ___ \| | | | | | ___ \ | |
* | |_/ /|__ ___| | _____| |_ | |_/ /__ ___ | |
* | // _ \ / __| |/ / _ \ __| | __/ _ \ / _ \| |
* | |\ \ (_) | (__| < __/ |_ | | | (_) | (_) | |
* \_| \_\___/ \___|_|\_\___|\__| \_| \___/ \___/|_|
* +---------------------------------------------------+
* | DECENTRALISED STAKING PROTOCOL FOR ETHEREUM 2.0 |
* +---------------------------------------------------+
*
* Rocket Pool is a first-of-its-kind ETH2 Proof of Stake protocol, designed to be community owned,
* decentralised, trustless and compatible with staking in Ethereum 2.0.
*
* For more information about Rocket Pool, visit https://rocketpool.net
*
* Authors: David Rugendyke, Jake Pospischil, Kane Wallmann, Darren Langley, Joe Clapis, Nick Doherty
*
*/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 4 of 6 : MinipoolStatus.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
* .
* / \
* |.'.|
* |'.'|
* ,'| |`.
* |,-'-|-'-.|
* __|_| | _ _ _____ _
* | ___ \| | | | | | ___ \ | |
* | |_/ /|__ ___| | _____| |_ | |_/ /__ ___ | |
* | // _ \ / __| |/ / _ \ __| | __/ _ \ / _ \| |
* | |\ \ (_) | (__| < __/ |_ | | | (_) | (_) | |
* \_| \_\___/ \___|_|\_\___|\__| \_| \___/ \___/|_|
* +---------------------------------------------------+
* | DECENTRALISED STAKING PROTOCOL FOR ETHEREUM 2.0 |
* +---------------------------------------------------+
*
* Rocket Pool is a first-of-its-kind ETH2 Proof of Stake protocol, designed to be community owned,
* decentralised, trustless and compatible with staking in Ethereum 2.0.
*
* For more information about Rocket Pool, visit https://rocketpool.net
*
* Authors: David Rugendyke, Jake Pospischil, Kane Wallmann, Darren Langley, Joe Clapis, Nick Doherty
*
*/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 5 of 6 : RocketMinipoolStorageLayout.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
* .
* / \
* |.'.|
* |'.'|
* ,'| |`.
* |,-'-|-'-.|
* __|_| | _ _ _____ _
* | ___ \| | | | | | ___ \ | |
* | |_/ /|__ ___| | _____| |_ | |_/ /__ ___ | |
* | // _ \ / __| |/ / _ \ __| | __/ _ \ / _ \| |
* | |\ \ (_) | (__| < __/ |_ | | | (_) | (_) | |
* \_| \_\___/ \___|_|\_\___|\__| \_| \___/ \___/|_|
* +---------------------------------------------------+
* | DECENTRALISED STAKING PROTOCOL FOR ETHEREUM 2.0 |
* +---------------------------------------------------+
*
* Rocket Pool is a first-of-its-kind ETH2 Proof of Stake protocol, designed to be community owned,
* decentralised, trustless and compatible with staking in Ethereum 2.0.
*
* For more information about Rocket Pool, visit https://rocketpool.net
*
* Authors: David Rugendyke, Jake Pospischil, Kane Wallmann, Darren Langley, Joe Clapis, Nick Doherty
*
*/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 6 of 6 : RocketMinipoolBaseInterface.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
* .
* / \
* |.'.|
* |'.'|
* ,'| |`.
* |,-'-|-'-.|
* __|_| | _ _ _____ _
* | ___ \| | | | | | ___ \ | |
* | |_/ /|__ ___| | _____| |_ | |_/ /__ ___ | |
* | // _ \ / __| |/ / _ \ __| | __/ _ \ / _ \| |
* | |\ \ (_) | (__| < __/ |_ | | | (_) | (_) | |
* \_| \_\___/ \___|_|\_\___|\__| \_| \___/ \___/|_|
* +---------------------------------------------------+
* | DECENTRALISED STAKING PROTOCOL FOR ETHEREUM 2.0 |
* +---------------------------------------------------+
*
* Rocket Pool is a first-of-its-kind ETH2 Proof of Stake protocol, designed to be community owned,
* decentralised, trustless and compatible with staking in Ethereum 2.0.
*
* For more information about Rocket Pool, visit https://rocketpool.net
*
* Authors: David Rugendyke, Jake Pospischil, Kane Wallmann, Darren Langley, Joe Clapis, Nick Doherty
*
*/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"optimizer": {
"enabled": true,
"runs": 15000
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
}
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"oldDelegate","type":"address"},{"indexed":false,"internalType":"address","name":"newDelegate","type":"address"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"DelegateRolledBack","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"oldDelegate","type":"address"},{"indexed":false,"internalType":"address","name":"newDelegate","type":"address"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"DelegateUpgraded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"EtherReceived","type":"event"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"delegateRollback","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"delegateUpgrade","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getDelegate","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getEffectiveDelegate","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getPreviousDelegate","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getUseLatestDelegate","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_rocketStorage","type":"address"},{"internalType":"address","name":"_nodeAddress","type":"address"}],"name":"initialise","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_setting","type":"bool"}],"name":"setUseLatestDelegate","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

Block Age Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Age Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Latest 25 from a total of 66 withdrawals (1.507958307 ETH withdrawn)

Validator Index Block Age Amount
811227218684102025-02-17 20:13:356 days ago17398232150.019170262 ETH
811227218026042025-02-08 15:10:4715 days ago17390274470.019012082 ETH
811227217367252025-01-30 10:22:1124 days ago17382325310.019300652 ETH
811227216703292025-01-21 3:58:4734 days ago17374319270.019231519 ETH
811227216040322025-01-11 21:49:3543 days ago17366321750.019204797 ETH
811227215377632025-01-02 15:44:2352 days ago17358326630.019206972 ETH
811227214713982024-12-24 9:20:2362 days ago17350320230.019377796 ETH
811227214045002024-12-15 1:00:4771 days ago17342244470.019397137 ETH
811227213372222024-12-05 15:34:4780 days ago17334128870.019441155 ETH
811227212699082024-11-26 5:42:5990 days ago17325997790.019456698 ETH
811227212024882024-11-16 19:56:1199 days ago17317869710.019454295 ETH
811227211348202024-11-07 9:16:11109 days ago17309709710.019421196 ETH
811227210673242024-10-28 23:10:35118 days ago17301570350.019293285 ETH
811227210002112024-10-19 14:28:11127 days ago17293480910.065603373 ETH
811227209330162024-10-10 5:08:11137 days ago17285368910.019416364 ETH
811227208658042024-09-30 20:16:35146 days ago17277273950.063668285 ETH
811227207990582024-09-21 12:49:47155 days ago17269229870.019262454 ETH
811227207323522024-09-12 5:09:47165 days ago17261177870.019212796 ETH
811227206658902024-09-02 22:32:11174 days ago17253163310.019093215 ETH
811227205998022024-08-24 16:58:47183 days ago17245187270.065022371 ETH
811227205338192024-08-15 11:45:47192 days ago17237223470.019139478 ETH
811227204679122024-08-06 7:03:23202 days ago17229278030.018977837 ETH
811227204026132024-07-28 4:19:35211 days ago17221403750.018846987 ETH
811227203379662024-07-19 3:44:23220 days ago17213606630.018893827 ETH
811227202734222024-07-10 3:30:59229 days ago17205822590.018882143 ETH
View All Withdrawals

Transaction Hash Block Age Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.