PriceOracleWithFeeds
Verified contract
Active on
Ethereum with 8,975 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PriceOracleWithFeeds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18234163 | a year ago | | | 0 | 0.00036439000 | |
| 18231794 | a year ago | | | 0 | 0.00025507300 | |
| 18229408 | a year ago | | | 0 | 0.00061946300 | |
| 18227026 | a year ago | | | 0 | 0.00061946300 | |
| 18224650 | a year ago | | | 0 | 0.00029151200 | |
| 18222263 | a year ago | | | 0 | 0.00098385300 | |
| 18219882 | a year ago | | | 0 | 0.00051014600 | |
| 18217505 | a year ago | | | 0 | 0.00036439000 | |
| 18215116 | a year ago | | | 0 | 0.00054658500 | |
| 18212733 | a year ago | | | 0 | 0.00065590200 |
ABI
ABI objects
Getter at block 21210043
admin() view returns (address)
0xb0d4a47ca3a76292a88a45fd50215e5aa96696a2
isPriceOracle() view returns (bool)
true
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
assetPrices(address asset) view returns (uint256)
getUnderlyingPrice(address cToken) view returns (uint256)
State-modifying
Events _acceptAdmin()
_setPendingAdmin(address newPendingAdmin)
setDirectChainlinkFeed(address asset, address feed, uint256 multiplierMantissa)
setDirectPrice(address asset, uint256 price)
setUnderlyingChainlinkFeed(address cToken, address feed, uint256 multiplierMantissa)
setUnderlyingPrice(address cToken, uint256 underlyingPriceMantissa)
ChainlinkPriceFeedPosted(address asset, address feed)
PricePosted(address asset, uint256 previousPriceMantissa, uint256 requestedPriceMantissa, uint256 newPriceMantissa)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.