BackedOracle

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xefd8f171 at 4567157
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

No balances found for "BackedOracle"

No transactions found for "BackedOracle"


Functions
Getter at block 22010287
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
 
latestAnswer(view returns (int256)
 
latestRound(view returns (uint256)
 
latestRoundData(view returns (uint80int256uint256uint256uint80)
 
latestTimestamp(view returns (uint256)
version(view returns (uint256)
1
Read-only
getAnswer(uint256 roundIdview returns (int256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoundData(uint80 roundIdview returns (uint80int256uint256uint256uint80)
getTimestamp(uint256 roundIdview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
grantRole(bytes32 roleaddress account
initialize(uint8 __decimalsstring __descriptionaddress __adminaddress __updater
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
updateAnswer(int192 newAnsweruint32 newTimestamp
Events
AnswerUpdated(int256 indexed currentuint256 indexed roundIduint256 updatedAt
NewRound(uint256 indexed roundIdaddress indexed startedByuint256 startedAt
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

This contract contains no error objects.