RocketMinipoolDelegate
Verified contract
Implementation
Active on
Ethereum with 4 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "RocketMinipoolDelegate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20837699 | a month ago | | | 0 | 0.00038952725 | |
| 18170308 | a year ago | | | 0 | 0.00024313094 | |
| 18095878 | a year ago | | | 0 | 0.00030385231 | |
| 18095738 | a year ago | | | 0 | 0.00023747000 |
ABI
ABI objects
Getter at block 21125322 canPromote() view returns (bool) canStake() view returns (bool) userDistributeAllowed() 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
getNodeTopUpValue() view returns (uint256)
0
getPreLaunchValue() view returns (uint256)
0
getPreMigrationBalance() 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
getUserDistributed() view returns (bool)
false
getVacant() view returns (bool)
false
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 beginUserDistribute()
close()
deposit() payable
dissolve()
distributeBalance(bool _rewardsOnly)
finalise()
initialise(address _nodeAddress)
preDeposit(uint256 _bondValue, bytes _validatorPubkey, bytes _validatorSignature, bytes32 _depositDataRoot) payable
prepareVacancy(uint256 _bondAmount, uint256 _currentBalance)
promote()
reduceBondAmount()
refund()
slash()
stake(bytes _validatorSignature, bytes32 _depositDataRoot)
userDeposit() payable
voteScrub()
BondReduced(uint256 previousBondAmount, uint256 newBondAmount, 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)
MinipoolPromoted(uint256 time)
MinipoolScrubbed(uint256 time)
MinipoolVacancyPrepared(uint256 bondAmount, uint256 currentBalance, 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.