Nodes
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Nodes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Nodes"
ABI
ABI objects
Getter at block 21206186
COMPLIANCE_ROLE() view returns (bytes32)
0x442a94f1a1fac79af32856af2a64f63648cfa2ef3b98610a5bb7cbec4cee6985
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
NODE_MANAGER_ROLE() view returns (bytes32)
0xdaf9ac3a6308052428e8806fd908cf472318416ed7d78b3f35dd94bbbafde56a
contractManager() view returns (address)
0x0000000000000000000000000000000000000000
getActiveNodeIds() view returns (uint256[] activeNodeIds)
[]
getNumberOfNodes() view returns (uint256)
0
getNumberOnlineNodes() view returns (uint256)
0
numberOfActiveNodes() view returns (uint256)
0
numberOfLeavingNodes() view returns (uint256)
0
numberOfLeftNodes() view returns (uint256)
0
Read-only
countNodesWithFreeSpace(uint8 freeSpace) view returns (uint256 count)
domainNames(uint256) view returns (string)
getNodeAddress(uint256 nodeIndex) view returns (address)
getNodeDomainName(uint256 nodeIndex) view returns (string)
getNodeFinishTime(uint256 nodeIndex) view returns (uint256)
getNodeIP(uint256 nodeIndex) view returns (bytes4)
getNodeLastRewardDate(uint256 nodeIndex) view returns (uint256)
getNodeNextRewardDate(uint256 nodeIndex) view returns (uint256)
getNodePort(uint256 nodeIndex) view returns (uint16)
getNodePublicKey(uint256 nodeIndex) view returns (bytes32[2])
getNodeStatus(uint256 nodeIndex) view returns (uint8)
getRandomNodeWithFreeSpace(uint8 freeSpace, struct IRandomRandomGenerator randomGenerator) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getValidatorId(uint256 nodeIndex) view returns (uint256)
getValidatorNodeIndexes(uint256 validatorId) view returns (uint256[])
hasRole(bytes32 role, address account) view returns (bool)
incompliant(uint256) view returns (bool)
isNodeActive(uint256 nodeIndex) view returns (bool)
isNodeExist(address from, uint256 nodeIndex) view returns (bool)
isNodeInMaintenance(uint256 nodeIndex) view returns (bool)
isNodeLeaving(uint256 nodeIndex) view returns (bool)
isNodeLeft(uint256 nodeIndex) view returns (bool)
isTimeForReward(uint256 nodeIndex) view returns (bool)
nodeIndexes(address) view returns (uint256 numberOfNodes)
nodes(uint256) view returns (string name, bytes4 ip, bytes4 publicIP, uint16 port, uint256 startBlock, uint256 lastRewardDate, uint256 finishTime, uint8 status, uint256 validatorId)
nodesIPCheck(bytes4) view returns (bool)
nodesNameCheck(bytes32) view returns (bool)
nodesNameToIndex(bytes32) view returns (uint256)
spaceOfNodes(uint256) view returns (uint8 freeSpace, uint256 indexInSpaceMap)
spaceToNodes(uint8, uint256) view returns (uint256)
validatorToNodeIndexes(uint256, uint256) view returns (uint256)
State-modifying
Events addSpaceToNode(uint256 nodeIndex, uint8 space)
changeIP(uint256 nodeIndex, bytes4 newIP, bytes4 newPublicIP)
changeNodeFinishTime(uint256 nodeIndex, uint256 time)
changeNodeLastRewardDate(uint256 nodeIndex)
checkPossibilityCreatingNode(address nodeAddress)
checkPossibilityToMaintainNode(uint256 validatorId, uint256 nodeIndex) returns (bool)
completeExit(uint256 nodeIndex) returns (bool)
createNode(address from, struct INodesNodeCreationParams params)
deleteNodeForValidator(uint256 validatorId, uint256 nodeIndex)
grantRole(bytes32 role, address account)
initExit(uint256 nodeIndex)
initialize(address contractsAddress)
makeNodeInvisible(uint256 nodeIndex)
makeNodeVisible(uint256 nodeIndex)
removeNodeFromInMaintenance(uint256 nodeIndex)
removeSpaceFromNode(uint256 nodeIndex, uint8 space) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDomainName(uint256 nodeIndex, string domainName)
setNodeCompliant(uint256 nodeIndex)
setNodeInMaintenance(uint256 nodeIndex)
setNodeIncompliant(uint256 nodeIndex)
ExitCompleted(uint256 nodeIndex)
ExitInitialized(uint256 nodeIndex, uint256 startLeavingPeriod)
IPChanged(uint256 indexed nodeIndex, bytes4 previousIP, bytes4 newIP)
IncompliantNode(uint256 indexed nodeIndex, bool status)
MaintenanceNode(uint256 indexed nodeIndex, bool status)
NodeCreated(uint256 nodeIndex, address owner, string name, bytes4 ip, bytes4 publicIP, uint16 port, uint16 nonce, string domainName)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.