PriceOracle
Verified contract
Active on
Ethereum with 16,511 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) |
---|---|---|---|---|---|---|---|
| 13534838 | 3 years ago | | | 0 | 0.0066550090 | |
| 13534682 | 3 years ago | | | 0 | 0.013795586 | |
| 13534664 | 3 years ago | | | 0 | 0.028255017 | |
| 13534636 | 3 years ago | | | 0 | 0.019645886 | |
| 13534607 | 3 years ago | | | 0 | 0.024685230 | |
| 13534469 | 3 years ago | | | 0 | 0.0083908230 | |
| 13534411 | 3 years ago | | | 0 | 0.0099342076 | |
| 13534300 | 3 years ago | | | 0 | 0.0067952092 | |
| 13533784 | 3 years ago | | | 0 | 0.0085561914 | |
| 13533290 | 3 years ago | | | 0 | 0.014430036 |
ABI
ABI objects
Getter at block 21167265
anchorAdmin() view returns (address)
0x197939c1ca20c2b506d6811d8b6cdb3394471074
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)
0x0000000000000000000000000000000000000000
poster() view returns (address)
0xd830a7413cb25fee57f8115cd64e565b0be466c3
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.