RocketNodeManager
Verified contract
Active on
Ethereum with 3,137 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 "RocketNodeManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20107214 | 5 months ago | | | 0 | 0.00067055154 | |
| 20103242 | 5 months ago | | | 0 | 0.0018667121 | |
| 20099425 | 5 months ago | | | 0 | 0.00042218363 | |
| 20099098 | 5 months ago | | | 0 | 0.00063525479 | |
| 20099048 | 5 months ago | | | 0 | 0.0018997957 | |
| 20090059 | 5 months ago | | | 0 | 0.00070479900 | |
| 20084416 | 5 months ago | | | 0 | 0.0011960444 | |
| 20083490 | 5 months ago | | | 0 | 0.0019074489 | |
| 20081260 | 5 months ago | | | 0 | 0.0013390227 | |
| 20078824 | 5 months ago | | | 0 | 0.0043336436 |
ABI
ABI objects
Getter at block 21276327
getNodeCount() view returns (uint256)
3800
version() view returns (uint8)
3
Read-only
getAverageNodeFee(address _nodeAddress) view returns (uint256)
getFeeDistributorInitialised(address _nodeAddress) view returns (bool)
getNodeAddresses(uint256 _offset, uint256 _limit) view returns (address[])
getNodeAt(uint256 _index) view returns (address)
getNodeCountPerTimezone(uint256 _offset, uint256 _limit) view returns (struct RocketNodeManagerInterfaceTimezoneCount[])
getNodeDetails(address _nodeAddress) view returns (struct NodeDetails nodeDetails)
getNodeExists(address _nodeAddress) view returns (bool)
getNodePendingWithdrawalAddress(address _nodeAddress) view returns (address)
getNodeRegistrationTime(address _nodeAddress) view returns (uint256)
getNodeTimezoneLocation(address _nodeAddress) view returns (string)
getNodeWithdrawalAddress(address _nodeAddress) view returns (address)
getRewardNetwork(address _nodeAddress) view returns (uint256)
getSmoothingPoolRegisteredNodeCount(uint256 _offset, uint256 _limit) view returns (uint256)
getSmoothingPoolRegistrationChanged(address _nodeAddress) view returns (uint256)
getSmoothingPoolRegistrationState(address _nodeAddress) view returns (bool)
State-modifying
Events initialiseFeeDistributor()
registerNode(string _timezoneLocation)
setRewardNetwork(address _nodeAddress, uint256 _network)
setSmoothingPoolRegistrationState(bool _state)
setTimezoneLocation(string _timezoneLocation)
NodeRegistered(address indexed node, uint256 time)
NodeRewardNetworkChanged(address indexed node, uint256 network)
NodeSmoothingPoolStateChanged(address indexed node, bool state)
NodeTimezoneLocationSet(address indexed node, uint256 time)
constructor(address _rocketStorageAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.