RocketMinipool
Verified contract
Proxy
Active on
Ethereum with 3 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
22 additional
variables
Balances ($0.00)
No balances found for "RocketMinipool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21397828 | 3 days ago | | | 0 | 0.00091356913 | |
| 21397803 | 3 days ago | | | 0 | 0.00068431145 | |
| 13834878 | 3 years ago | | | 0 | 0.0076412400 |
ABI
ABI objects
Getter at block 21416305
getDelegate() view returns (address)
0x03d30466d199ef540823fe2a22cae2e3b9343bb0
getEffectiveDelegate() view returns (address)
0x03d30466d199ef540823fe2a22cae2e3b9343bb0
getPreviousDelegate() view returns (address)
0xe7e0ddc778d6332c449dc0789c1c8b7c1c6154c2
getUseLatestDelegate() view returns (bool)
false
canStake() view returns (bool)
false
getDepositType() view returns (uint8)
2
getFinalised() view returns (bool)
false
getNodeAddress() view returns (address)
0x9dc16d22f207990d076cc1f9a97b00b7515f21f6
getNodeDepositAssigned() view returns (bool)
true
getNodeDepositBalance() view returns (uint256)
16000000000000000000
getNodeFee() view returns (uint256)
194047188373437500
getNodeRefundBalance() view returns (uint256)
0
getStatus() view returns (uint8)
2
getStatusBlock() view returns (uint256)
13834878
getStatusTime() view returns (uint256)
1639907802
getTotalScrubVotes() view returns (uint256)
0
getUserDepositAssigned() view returns (bool)
true
getUserDepositAssignedTime() view returns (uint256)
1639864038
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.