Oracles
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
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
Balances ($0.00)
No balances found for "Oracles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Oracles"
ABI
ABI objects
Getter at block 20792515 isMerkleRootVoting() view returns (bool) isRewardsVoting() view returns (bool)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ORACLE_ROLE() view returns (bytes32)
0x68e79a7bf1e0bc45d0a330c573bc367f9cf464fd326078812f301165fbda4ef1
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
currentNonce() view returns (uint256)
0
paused() view returns (bool)
false
syncPeriod() view returns (uint256)
0
Read-only
candidates(bytes32) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
hasVote(address oracle, bytes32 candidateId) view returns (bool)
isAdmin(address _account) view returns (bool)
isOracle(address _account) view returns (bool)
isPauser(address _account) view returns (bool)
State-modifying
Events addAdmin(address _account)
addOracle(address _account)
addPauser(address _account)
grantRole(bytes32 role, address account)
pause()
removeAdmin(address _account)
removeOracle(address _account)
removePauser(address _account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setSyncPeriod(uint256 _syncPeriod)
unpause()
upgrade(address _merkleDistributor, uint256 _syncPeriod)
voteForMerkleRoot(uint256 _nonce, bytes32 _merkleRoot, string _merkleProofs)
voteForRewards(uint256 _nonce, uint256 _totalRewards, uint256 _activatedValidators)
MerkleRootVoteSubmitted(address indexed oracle, uint256 nonce, bytes32 indexed merkleRoot, string merkleProofs)
Paused(address account)
RewardsVoteSubmitted(address indexed oracle, uint256 nonce, uint256 totalRewards, uint256 activatedValidators)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SyncPeriodUpdated(uint256 syncPeriod, address indexed sender)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.