RocketNodeStaking
Verified contract
Active on
Ethereum with 5,528 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($308.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RPL | ERC-20 | 21.373832 | $14.42 |
$308.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17663768 | a year ago | | | 0 | 0.00096726625 | |
| 15726037 | 2 years ago | | | 0 | 0.00084426507 | |
| 15724574 | 2 years ago | | | 0 | 0.00070183140 | |
| 15480138 | 2 years ago | | | 0 | 0.00030288689 | |
| 15480112 | 2 years ago | | | 0 | 0.00037144503 | |
| 15479884 | 2 years ago | | | 0 | 0.00059710361 | |
| 15430387 | 2 years ago | | | 0 | 0.0024170888 | |
| 15430072 | 2 years ago | | | 0 | 0.0014187428 | |
| 15429911 | 2 years ago | | | 0 | 0.0013635510 | |
| 15429832 | 2 years ago | | | 0 | 0.0019480500 |
ABI
ABI objects
Getter at block 21309344 getTotalEffectiveRPLStake() view returns (uint256)
getTotalRPLStake() view returns (uint256)
10582318958613918801325381
version() view returns (uint8)
1
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)
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.