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
28 additional
variables
Balances ($0.00)
No balances found for "RocketMinipool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21084204 | a day ago | | | 0 | 0.00072057613 | |
| 19074751 | 9 months ago | | | 0 | 0.00080761272 | |
| 19074585 | 9 months ago | | | 0 | 0.00066945984 | |
| 16835334 | 2 years ago | | | 0 | 0.0055358623 |
ABI
ABI objects
Getter at block 21093673
getDelegate() view returns (address)
0xa347c391bc8f740caba37672157c8aacd08ac567
getEffectiveDelegate() view returns (address)
0xa347c391bc8f740caba37672157c8aacd08ac567
getPreviousDelegate() view returns (address)
0xe7e0ddc778d6332c449dc0789c1c8b7c1c6154c2
getUseLatestDelegate() view returns (bool)
false
canPromote() view returns (bool)
false
canStake() view returns (bool)
false
getDepositType() view returns (uint8)
2
getFinalised() view returns (bool)
false
getNodeAddress() view returns (address)
0xd714338098daaf32e46a20ff1293f57eff04dcca
getNodeDepositAssigned() view returns (bool)
true
getNodeDepositBalance() view returns (uint256)
16000000000000000000
getNodeFee() view returns (uint256)
150000000000000000
getNodeRefundBalance() view returns (uint256)
0
getNodeTopUpValue() view returns (uint256)
16000000000000000000
getPreLaunchValue() view returns (uint256)
0
getPreMigrationBalance() view returns (uint256)
0
getStatus() view returns (uint8)
2
getStatusBlock() view returns (uint256)
16835334
getStatusTime() view returns (uint256)
1678908023
getTotalScrubVotes() view returns (uint256)
0
getUserDepositAssigned() view returns (bool)
true
getUserDepositAssignedTime() view returns (uint256)
1678864379
getUserDepositBalance() view returns (uint256)
16000000000000000000
getUserDistributed() view returns (bool)
false
getVacant() view returns (bool)
false
userDistributeAllowed() 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 delegateRollback()
delegateUpgrade()
setUseLatestDelegate(bool _setting)
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()
DelegateRolledBack(address oldDelegate, address newDelegate, uint256 time)
DelegateUpgraded(address oldDelegate, address newDelegate, uint256 time)
EtherReceived(address indexed from, uint256 amount, uint256 time)
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)
constructor(address _rocketStorageAddress, address _nodeAddress, uint8 _depositType)
fallback()
receive()
This contract contains no error objects.