RocketMinipoolDelegate
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "RocketMinipoolDelegate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 17729382 | a year ago | | | 0.001 | 0.00054665054 |
ABI
ABI objects
Getter at block 20795324 canStake() view returns (bool)
getDepositType() view returns (uint8)
0
getFinalised() view returns (bool)
false
getNodeAddress() view returns (address)
0x0000000000000000000000000000000000000000
getNodeDepositAssigned() view returns (bool)
false
getNodeDepositBalance() view returns (uint256)
0
getNodeFee() view returns (uint256)
0
getNodeRefundBalance() view returns (uint256)
0
getStatus() view returns (uint8)
0
getStatusBlock() view returns (uint256)
0
getStatusTime() view returns (uint256)
0
getTotalScrubVotes() view returns (uint256)
0
getUserDepositAssigned() view returns (bool)
false
getUserDepositAssignedTime() view returns (uint256)
0
getUserDepositBalance() view returns (uint256)
0
version() view returns (uint8)
2
Read-only
calculateNodeShare(uint256 _balance) view returns (uint256)
calculateUserShare(uint256 _balance) view returns (uint256)
getScrubVoted(address _member) view returns (bool)
State-modifying
Events 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()
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.