RocketNodeStaking
Verified contract
Active on
Ethereum with 12,258 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,582.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RPL | ERC-20 | 339.420677 | $13.50 |
$4,582.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21131214 | 20 days ago | | | 0 | 0.0010841453 | |
| 20597701 | 3 months ago | | | 0 | 0.000040588300 | |
| 20107628 | 5 months ago | | | 0 | 0.00065727254 | |
| 20107625 | 5 months ago | | | 0 | 0.00085902034 | |
| 20107299 | 5 months ago | | | 0 | 0.00036737958 | |
| 20107273 | 5 months ago | | | 0 | 0.00045047600 | |
| 20107113 | 5 months ago | | | 0 | 0.00053556019 | |
| 20106051 | 5 months ago | | | 0 | 0.00056315500 | |
| 20105917 | 5 months ago | | | 0 | 0.00068772932 | |
| 20105892 | 5 months ago | | | 0 | 0.0010421033 |
ABI
ABI objects
Getter at block 21276281
getTotalRPLStake() view returns (uint256)
10584438553606986460121402
version() view returns (uint8)
4
Read-only
getNodeETHCollateralisationRatio(address _nodeAddress) view returns (uint256)
getNodeETHMatched(address _nodeAddress) view returns (uint256)
getNodeETHMatchedLimit(address _nodeAddress) view returns (uint256)
getNodeETHProvided(address _nodeAddress) view returns (uint256)
getNodeEffectiveRPLStake(address _nodeAddress) view returns (uint256)
getNodeMaximumRPLStake(address _nodeAddress) view returns (uint256)
getNodeMinimumRPLStake(address _nodeAddress) view returns (uint256)
getNodeRPLStake(address _nodeAddress) view returns (uint256)
getNodeRPLStakedTime(address _nodeAddress) view returns (uint256)
State-modifying
Events setStakeRPLForAllowed(address _caller, bool _allowed)
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)
StakeRPLForAllowed(address indexed node, address indexed caller, bool allowed, uint256 time)
constructor(address _rocketStorageAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.