PriceOracle
Verified contract
Active on
Ethereum with 7,246 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 "PriceOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19858357 | 6 months ago | | | 0 | 0.00037539387 | |
| 19858334 | 6 months ago | | | 0 | 0.00028424955 | |
| 19858334 | 6 months ago | | | 0 | 0.00032917544 | |
| 19841274 | 6 months ago | | | 0 | 0.00092769095 | |
| 19834994 | 6 months ago | | | 0 | 0.00029150675 | |
| 19831839 | 6 months ago | | | 0 | 0.00028878265 | |
| 19827823 | 6 months ago | | | 0 | 0.00032307654 | |
| 19827756 | 6 months ago | | | 0 | 0.00040673715 | |
| 19827686 | 6 months ago | | | 0 | 0.00048746590 | |
| 19825983 | 6 months ago | | | 0 | 0.00073022528 |
ABI
ABI objects
Getter at block 21160965
anchorAdmin() view returns (address)
0xa5fc0bbfcd05827ed582869b7254b6f141ba84eb
maxSwing() view returns (uint256 mantissa)
100000000000000000
maxSwingMantissa() view returns (uint256)
100000000000000000
numBlocksPerPeriod() view returns (uint256)
240
paused() view returns (bool)
false
pendingAnchorAdmin() view returns (address)
0x0d5dc686d0a2abbfdafdfb4d0533e886517d4e83
poster() view returns (address)
0x54697b7f7f24df545dda4d9730c17d6f33dfdf54
Read-only
_assetPrices(address) view returns (uint256 mantissa)
anchors(address) view returns (uint256 period, uint256 priceMantissa)
assetPrices(address asset) view returns (uint256)
getPrice(address asset) view returns (uint256)
pendingAnchors(address) view returns (uint256)
State-modifying
Events _acceptAnchorAdmin() returns (uint256)
_setPaused(bool requestedState) returns (uint256)
_setPendingAnchor(address asset, uint256 newScaledPrice) returns (uint256)
_setPendingAnchorAdmin(address newPendingAnchorAdmin) returns (uint256)
setPrice(address asset, uint256 requestedPriceMantissa) returns (uint256)
setPrices(address[] assets, uint256[] requestedPriceMantissas) returns (uint256[])
CappedPricePosted(address asset, uint256 requestedPriceMantissa, uint256 anchorPriceMantissa, uint256 cappedPriceMantissa)
Failure(uint256 error, uint256 info, uint256 detail)
NewAnchorAdmin(address oldAnchorAdmin, address newAnchorAdmin)
NewPendingAnchor(address anchorAdmin, address asset, uint256 oldScaledPrice, uint256 newScaledPrice)
NewPendingAnchorAdmin(address oldPendingAnchorAdmin, address newPendingAnchorAdmin)
OracleFailure(address msgSender, address asset, uint256 error, uint256 info, uint256 detail)
PricePosted(address asset, uint256 previousPriceMantissa, uint256 requestedPriceMantissa, uint256 newPriceMantissa)
SetPaused(bool newState)
constructor(address _poster)
fallback()
This contract contains no error objects.