OracleQuorumManager

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xd1191946 at 18290665
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 48 additional slots
-
variable spans 48 additional slots

No balances found for "OracleQuorumManager"

No transactions found for "OracleQuorumManager"


Functions
Getter at block 20789333
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
QUORUM_MANAGER_ROLE(view returns (bytes32)
0x108f016deb2b2623375e344cf6aedfd098de0555db0c5f551a41c28df1651d03
REPORTER_MODIFIER_ROLE(view returns (bytes32)
0xaa35fce2ef9ee0b84f290ae7382aca4092f6602051fe2a490784e88a82fe879d
SERVICE_ORACLE_REPORTER(view returns (bytes32)
0xbacb44b817b3c26b3f0ebf2047441abbd1fb7d1925f6bcd8181c28334b10d231
absoluteThreshold(view returns (uint16)
0
oracle(view returns (address)
0x0000000000000000000000000000000000000000
relativeThresholdBasisPoints(view returns (uint16)
0
targetReportWindowBlocks(view returns (uint64)
0
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
recordHashByBlockAndSender(uint64 blockNumberaddress senderview returns (bytes32)
recordHashCountByBlock(uint64 blockbytes32 recordHashview returns (uint256)
reporterRecordHashesByBlock(uint64 blockaddress reporterview returns (bytes32 recordHash)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
grantRole(bytes32 roleaddress account
initialize(struct OracleQuorumManagerInit init
receiveRecord(struct OracleRecord record
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setQuorumThresholds(uint16 absoluteThreshold_uint16 relativeThresholdBasisPoints_
setTargetReportWindowBlocks(uint64 newTargetReportWindowBlocks
Events
Initialized(uint8 version
OracleRecordReceivedError(bytes reason
ProtocolConfigChanged(bytes4 indexed setterSelectorstring setterSignaturebytes value
ReportQuorumReached(uint64 indexed block
ReportReceived(uint64 indexed blockaddress indexed reporterbytes32 indexed recordHashstruct OracleRecord record
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyReporter(
InvalidReporter(
RelativeThresholdExceedsOne(