RocketMinipool
Verified contract
Proxy
Active on
Ethereum with 4 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1d8f…fa46
0x1d8f…fa46
22 additional
variables
Balances ($0.00)
No balances found for "RocketMinipool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21114918 | a day ago | | | 0 | 0.0039616216 | |
| 17101487 | 2 years ago | | | 0 | 0.0027844423 | |
| 17100976 | 2 years ago | | | 0 | 0.0016176651 | |
| 13881079 | 3 years ago | | | 0 | 0.0090441080 |
ABI
ABI objects
Getter at block 21124116
getDelegate() view returns (address)
0xe7e0ddc778d6332c449dc0789c1c8b7c1c6154c2
getEffectiveDelegate() view returns (address)
0x03d30466d199ef540823fe2a22cae2e3b9343bb0
getPreviousDelegate() view returns (address)
0x0000000000000000000000000000000000000000
getUseLatestDelegate() view returns (bool)
true
canStake() view returns (bool)
false
getDepositType() view returns (uint8)
2
getFinalised() view returns (bool)
true
getNodeAddress() view returns (address)
0x7f52add1899886153a53b2b7a84a49417acd4bec
getNodeDepositAssigned() view returns (bool)
true
getNodeDepositBalance() view returns (uint256)
16000000000000000000
getNodeFee() view returns (uint256)
200000000000000000
getNodeRefundBalance() view returns (uint256)
0
getStatus() view returns (uint8)
2
getStatusBlock() view returns (uint256)
13881079
getStatusTime() view returns (uint256)
1640525161
getTotalScrubVotes() view returns (uint256)
0
getUserDepositAssigned() view returns (bool)
true
getUserDepositAssignedTime() view returns (uint256)
1640479679
getUserDepositBalance() view returns (uint256)
16000000000000000000
version() view returns (uint8)
3
Read-only
calculateNodeShare(uint256 _balance) view returns (uint256)
calculateUserShare(uint256 _balance) view returns (uint256)
getScrubVoted(address _member) view returns (bool)
State-modifying
Events delegateRollback()
delegateUpgrade()
setUseLatestDelegate(bool _setting)
close()
dissolve()
distributeBalance()
distributeBalanceAndFinalise()
finalise()
initialise(address _nodeAddress, uint8 _depositType)
nodeDeposit(bytes _validatorPubkey, bytes _validatorSignature, bytes32 _depositDataRoot) payable
refund()
setWithdrawable()
slash()
stake(bytes _validatorSignature, bytes32 _depositDataRoot)
userDeposit() payable
voteScrub()
DelegateRolledBack(address oldDelegate, address newDelegate, uint256 time)
DelegateUpgraded(address oldDelegate, address newDelegate, uint256 time)
EtherReceived(address indexed from, uint256 amount, uint256 time)
EtherDeposited(address indexed from, uint256 amount, uint256 time)
EtherWithdrawalProcessed(address indexed executed, uint256 nodeAmount, uint256 userAmount, uint256 totalBalance, uint256 time)
EtherWithdrawn(address indexed to, uint256 amount, uint256 time)
MinipoolPrestaked(bytes validatorPubkey, bytes validatorSignature, bytes32 depositDataRoot, uint256 amount, bytes withdrawalCredentials, uint256 time)
MinipoolScrubbed(uint256 time)
ScrubVoted(address indexed member, uint256 time)
StatusUpdated(uint8 indexed status, uint256 time)
constructor(address _rocketStorageAddress, address _nodeAddress, uint8 _depositType)
fallback()
receive()
This contract contains no error objects.