RocketNodeStaking
Verified contract
Active on
Ethereum with 1,128 txns
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 "RocketNodeStaking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17446296 | a year ago | | | 0 | 0.00047499200 | |
| 17100223 | 2 years ago | | | 0 | 0.00088530051 | |
| 17069893 | 2 years ago | | | 0 | 0.0077769115 | |
| 17069888 | 2 years ago | | | 0 | 0.0066446880 | |
| 17069886 | 2 years ago | | | 0 | 0.0072014773 | |
| 17069840 | 2 years ago | | | 0 | 0.0070139520 | |
| 17069824 | 2 years ago | | | 0 | 0.0065896080 | |
| 17069689 | 2 years ago | | | 0 | 0.0064515364 | |
| 17069576 | 2 years ago | | | 0 | 0.0039629782 | |
| 17069562 | 2 years ago | | | 0 | 0.0040513018 |
ABI
ABI objects
Getter at block 21289321 getTotalEffectiveRPLStake() view returns (uint256)
getTotalRPLStake() view returns (uint256)
10584754800974602884868875
version() view returns (uint8)
3
Read-only
calculateTotalEffectiveRPLStake(uint256 offset, uint256 limit, uint256 rplPrice) view returns (uint256)
getNodeEffectiveRPLStake(address _nodeAddress) view returns (uint256)
getNodeMaximumRPLStake(address _nodeAddress) view returns (uint256)
getNodeMinimumRPLStake(address _nodeAddress) view returns (uint256)
getNodeMinipoolLimit(address _nodeAddress) view returns (uint256)
getNodeRPLStake(address _nodeAddress) view returns (uint256)
getNodeRPLStakedTime(address _nodeAddress) view returns (uint256)
State-modifying
Events slashRPL(address _nodeAddress, uint256 _ethSlashAmount)
stakeRPL(uint256 _amount)
stakeRPLFor(address _nodeAddress, uint256 _amount)
withdrawRPL(uint256 _amount)
RPLSlashed(address indexed node, uint256 amount, uint256 ethValue, uint256 time)
RPLStaked(address indexed from, uint256 amount, uint256 time)
RPLWithdrawn(address indexed to, uint256 amount, uint256 time)
constructor(address _rocketStorageAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.