OracleQuorumManager
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x0000…0000
Balances ($0.00)
No balances found for "OracleQuorumManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "OracleQuorumManager"
ABI
ABI objects
Getter at block 21380251
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 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)
recordHashByBlockAndSender(uint64 blockNumber, address sender) view returns (bytes32)
recordHashCountByBlock(uint64 block, bytes32 recordHash) view returns (uint256)
reporterRecordHashesByBlock(uint64 block, address reporter) view returns (bytes32 recordHash)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
initialize(struct OracleQuorumManagerInit init)
receiveRecord(struct OracleRecord record)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setQuorumThresholds(uint16 absoluteThreshold_, uint16 relativeThresholdBasisPoints_)
setTargetReportWindowBlocks(uint64 newTargetReportWindowBlocks)
Initialized(uint8 version)
OracleRecordReceivedError(bytes reason)
ProtocolConfigChanged(bytes4 indexed setterSelector, string setterSignature, bytes value)
ReportQuorumReached(uint64 indexed block)
ReportReceived(uint64 indexed block, address indexed reporter, bytes32 indexed recordHash, struct OracleRecord record)
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)
constructor()
This contract contains no fallback and receive objects.
AlreadyReporter()
InvalidReporter()
RelativeThresholdExceedsOne()