DarknodeRegistryProxy

Verified contract

Proxy

Active on Ethereum with 10,196 txns
Deployed by via 0x149555fa at 9736758
Slot
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 1 additional slot
-
variable spans 1 additional slot
3 additional variables

No balances found for "DarknodeRegistryProxy"

0xbbe75412a4c22b9cd7704ad5b2adbfbf05e5bc66ef22e6658f2d3b672ad8c26b
0x48c35b7bfd4db698f3d447085f22d2aa4ca8f6f3b49302f4006c68b546fcc6d3
0xf6af640c5d91850516c86f2d09a1675d853eee95259b80134124a5314e660cf9
0x6d6e3ea708058212d20a2d964efe19c252f254c3cadf49bb7c2b215d8a2356d2
0x461d633f1163bdb5219e8b3485476f8f4bfeedbe89a2729a812ea844e1473686
0x372229f283143b4ee656ffa683f65b66328f103657faaa9c60f6433c4d45c5c0
0x3db0ba41b6f0ff75031e8b358af62753e0dd50c929b43e974ea973846613be1b
0xf2590aff295a1ab8902751d41568715c7c5254dd47c1ee4506578cdd2a0350aa
0x369104bb1434ae165df98c47606e9529ad2e30bc24302109304d650a1bf4f4f8
0x91ab26511dd87cca9158a0e513128ce5a9af70b2c716ad7019b52d7587f5b87e

Functions
Getter at block 21280060
VERSION(view returns (string)
mainnet-9068f80
currentEpoch(view returns (uint256 epochhashuint256 blocktime)
(epochhash=55659778303339875358774476695507835857061502837921064745914805237717940517790, blocktime=1730520587)
darknodePayment(view returns (address)
0x098e1708b920efbdd7afe33adb6a4cba30c370b9
deregistrationInterval(view returns (uint256)
0
isOwner(view returns (bool)
false
minimumBond(view returns (uint256)
100000000000000000000000
minimumEpochInterval(view returns (uint256)
2419200
minimumPodSize(view returns (uint256)
3
nextMinimumBond(view returns (uint256)
100000000000000000000000
nextMinimumEpochInterval(view returns (uint256)
2419200
nextMinimumPodSize(view returns (uint256)
3
nextSlasher(view returns (address)
0x64512ff05a27756694e306e483cbb725f1754c0e
numDarknodes(view returns (uint256)
829
numDarknodesNextEpoch(view returns (uint256)
822
numDarknodesPreviousEpoch(view returns (uint256)
834
owner(view returns (address)
0x33024cfb7af11a7cb12ab0dedefc5dd5f430381f
pendingOwner(view returns (address)
0xb0c560862403e12993c6e29028ba16943607c3a7
previousEpoch(view returns (uint256 epochhashuint256 blocktime)
(epochhash=83211818111482055185915731198794336013955614784596313538602129646776562340394, blocktime=1728053039)
ren(view returns (address)
0x408e41876cccdc0f92210600ef50372656052a38
slasher(view returns (address)
0x64512ff05a27756694e306e483cbb725f1754c0e
store(view returns (address)
0x60ab11fe605d2a2c3cf351824816772a131f8782
Read-only
getDarknodeBond(address _darknodeIDview returns (uint256)
getDarknodeOperator(address _darknodeIDview returns (address)
getDarknodePublicKey(address _darknodeIDview returns (bytes)
getDarknodes(address _startuint256 _countview returns (address[])
getPreviousDarknodes(address _startuint256 _countview returns (address[])
isDeregisterable(address _darknodeIDview returns (bool)
isDeregistered(address _darknodeIDview returns (bool)
isPendingDeregistration(address _darknodeIDview returns (bool)
isPendingRegistration(address _darknodeIDview returns (bool)
isRefundable(address _darknodeIDview returns (bool)
isRefunded(address _darknodeIDview returns (bool)
isRegistered(address _darknodeIDview returns (bool)
isRegisteredInPreviousEpoch(address _darknodeIDview returns (bool)
State-modifying
admin(returns (address)
changeAdmin(address newAdmin
implementation(returns (address)
initialize(address _logicaddress _adminbytes _datapayable 
initialize(address _logicbytes _datapayable 
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
blacklistRecoverableToken(address _token
claimOwnership(
claimStoreOwnership(
deregister(address _darknodeID
epoch(
initialize(address _nextOwner
initialize(string _VERSIONaddress _renAddressaddress _storeAddressuint256 _minimumBonduint256 _minimumPodSizeuint256 _minimumEpochIntervalSecondsuint256 _deregistrationIntervalSeconds
recoverTokens(address _token
refund(address _darknodeID
register(address _darknodeIDbytes _publicKey
renounceOwnership(
slash(address _guiltyaddress _challengeruint256 _percentage
transferOwnership(address newOwner
transferStoreOwnership(address _newOwner
updateDarknodePayment(address _darknodePayment
updateMinimumBond(uint256 _nextMinimumBond
updateMinimumEpochInterval(uint256 _nextMinimumEpochInterval
updateMinimumPodSize(uint256 _nextMinimumPodSize
updateSlasher(address _slasher
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
LogDarknodeDeregistered(address indexed _darknodeOperatoraddress indexed _darknodeID
LogDarknodePaymentUpdated(address indexed _previousDarknodePaymentaddress indexed _nextDarknodePayment
LogDarknodeRefunded(address indexed _darknodeOperatoraddress indexed _darknodeIDuint256 _amount
LogDarknodeRegistered(address indexed _darknodeOperatoraddress indexed _darknodeIDuint256 _bond
LogDarknodeSlashed(address indexed _darknodeOperatoraddress indexed _darknodeIDaddress indexed _challengeruint256 _percentage
LogMinimumBondUpdated(uint256 _previousMinimumBonduint256 _nextMinimumBond
LogMinimumEpochIntervalUpdated(uint256 _previousMinimumEpochIntervaluint256 _nextMinimumEpochInterval
LogMinimumPodSizeUpdated(uint256 _previousMinimumPodSizeuint256 _nextMinimumPodSize
LogNewEpoch(uint256 indexed epochhash
LogSlasherUpdated(address indexed _previousSlasheraddress indexed _nextSlasher
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
Errors

This contract contains no error objects.