BackedOracleForwarder
Verified contract
Active on
Base with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaa7e…479b
Balances ($0.00)
No balances found for "BackedOracleForwarder"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BackedOracleForwarder"
ABI
ABI objects
Getter at block 22010459
_upstreamOracle() view returns (address)
0xaa7ecce7b5d68bbbf8365907ff7337658910479b
decimals() view returns (uint8)
8
description() view returns (string)
bC3M Price Feed
latestAnswer() view returns (int256)
12236000000
latestRound() view returns (uint256)
342
latestRoundData() view returns (uint80, int256, uint256, uint256, uint80)
(342, 12236000000, 1730799721, 1730799721, 342)
latestTimestamp() view returns (uint256)
1730799721
owner() view returns (address)
0xf62af56ead997894d1068349f582542159ada6a4
version() view returns (uint256)
1
Read-only
getAnswer(uint256 roundId) view returns (int256)
getRoundData(uint80 roundId) view returns (uint80, int256, uint256, uint256, uint80)
getTimestamp(uint256 roundId) view returns (uint256)
State-modifying
Events renounceOwnership()
setUpstreamOracle(address __upstreamOracle)
transferOwnership(address newOwner)
AnswerUpdated(int256 indexed current, uint256 indexed roundId, uint256 updatedAt)
NewRound(uint256 indexed roundId, address indexed startedBy, uint256 startedAt)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address __upstreamOracle, address __owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.