This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 20793297, which is 7 minutes old. We're running behind the tip but working to resolve the issue.

Oracles

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xb19a3e33 at 12651589
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "Oracles"

No transactions found for "Oracles"


Functions
Getter at block 20793296
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ORACLE_ROLE(view returns (bytes32)
0x68e79a7bf1e0bc45d0a330c573bc367f9cf464fd326078812f301165fbda4ef1
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
currentNonce(view returns (uint256)
0
 
isMerkleRootVoting(view returns (bool)
 
isRewardsVoting(view returns (bool)
paused(view returns (bool)
false
syncPeriod(view returns (uint256)
0
Read-only
candidates(bytes32view returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
hasVote(address oraclebytes32 candidateIdview returns (bool)
isAdmin(address _accountview returns (bool)
isOracle(address _accountview returns (bool)
isPauser(address _accountview returns (bool)
State-modifying
addAdmin(address _account
addOracle(address _account
addPauser(address _account
grantRole(bytes32 roleaddress account
pause(
removeAdmin(address _account
removeOracle(address _account
removePauser(address _account
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setSyncPeriod(uint256 _syncPeriod
unpause(
upgrade(address _merkleDistributoruint256 _syncPeriod
voteForMerkleRoot(uint256 _noncebytes32 _merkleRootstring _merkleProofs
voteForRewards(uint256 _nonceuint256 _totalRewardsuint256 _activatedValidators
Events
MerkleRootVoteSubmitted(address indexed oracleuint256 noncebytes32 indexed merkleRootstring merkleProofs
Paused(address account
RewardsVoteSubmitted(address indexed oracleuint256 nonceuint256 totalRewardsuint256 activatedValidators
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SyncPeriodUpdated(uint256 syncPeriodaddress indexed sender
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.