BackedOracle
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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
Balances ($0.00)
No balances found for "BackedOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BackedOracle"
ABI
ABI objects
Getter at block 22010287 latestAnswer() view returns (int256) latestRound() view returns (uint256) latestRoundData() view returns (uint80, int256, uint256, uint256, uint80) latestTimestamp() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_PERCENT_DIFFERENCE() view returns (uint8)
10
MAX_TIMESTAMP_AGE() view returns (uint32)
300
MIN_UPDATE_INTERVAL() view returns (uint32)
3600
UPDATER_ROLE() view returns (bytes32)
0x73e573f9566d61418a34d5de3ff49360f9c51fec37f7486551670290f6285dab
VERSION() view returns (uint8)
1
decimals() view returns (uint8)
0
description() view returns (string)
Backed Oracle Implementation
version() view returns (uint256)
1
Read-only
getAnswer(uint256 roundId) view returns (int256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoundData(uint80 roundId) view returns (uint80, int256, uint256, uint256, uint80)
getTimestamp(uint256 roundId) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
initialize(uint8 __decimals, string __description, address __admin, address __updater)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
updateAnswer(int192 newAnswer, uint32 newTimestamp)
AnswerUpdated(int256 indexed current, uint256 indexed roundId, uint256 updatedAt)
NewRound(uint256 indexed roundId, address indexed startedBy, uint256 startedAt)
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.
This contract contains no error objects.