RocketNodeStaking
Verified contract
Active on
Ethereum with 1,424 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) |
---|---|---|---|---|---|---|---|
| 21121018 | 18 days ago | | | 0 | 0.00014411020 | |
| 21060383 | a month ago | | | 0 | 0.0012377280 | |
| 21060156 | a month ago | | | 0 | 0.0019154049 | |
| 21059975 | a month ago | | | 0 | 0.0010011969 | |
| 21059419 | a month ago | | | 0 | 0.0015463380 | |
| 21059106 | a month ago | | | 0 | 0.0016763318 | |
| 21058269 | a month ago | | | 0 | 0.0024139165 | |
| 21057585 | a month ago | | | 0 | 0.0024463220 | |
| 21057353 | a month ago | | | 0 | 0.0015403465 | |
| 21057167 | a month ago | | | 0 | 0.0014087504 |
ABI
ABI objects
Getter at block 21247798
getTotalRPLStake() view returns (uint256)
10602871600215233552682111
version() view returns (uint8)
5
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)
getNodeRPLLocked(address _nodeAddress) view returns (uint256)
getNodeRPLStake(address _nodeAddress) view returns (uint256)
getNodeRPLStakedTime(address _nodeAddress) view returns (uint256)
getRPLLockingAllowed(address _nodeAddress) view returns (bool)
State-modifying
Events lockRPL(address _nodeAddress, uint256 _amount)
setRPLLockingAllowed(address _nodeAddress, bool _allowed)
setStakeRPLForAllowed(address _caller, bool _allowed)
setStakeRPLForAllowed(address _nodeAddress, address _caller, bool _allowed)
slashRPL(address _nodeAddress, uint256 _ethSlashAmount)
stakeRPL(uint256 _amount)
stakeRPLFor(address _nodeAddress, uint256 _amount)
transferRPL(address _from, address _to, uint256 _amount)
unlockRPL(address _nodeAddress, uint256 _amount)
withdrawRPL(address _nodeAddress, uint256 _amount)
withdrawRPL(uint256 _amount)
RPLLocked(address indexed from, uint256 amount, uint256 time)
RPLLockingAllowed(address indexed node, bool allowed, uint256 time)
RPLSlashed(address indexed node, uint256 amount, uint256 ethValue, uint256 time)
RPLStaked(address indexed from, uint256 amount, uint256 time)
RPLTransferred(address indexed from, address indexed to, uint256 amount, uint256 time)
RPLUnlocked(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.