Compound / PriceOracle

V1 - PriceOracle

0x02557a5e05defeffd4cae6d83ea3d173b272c904
ErrorReporter
event

Failure

Inputs

ParameterTypeDescription
erroruint256
infouint256
detailuint256

Outputs

(void)
PriceOracle
function

_setPendingAnchor

nonpayable

Inputs

ParameterTypeDescription
assetaddress
newScaledPriceuint256

Outputs

TypeDescription
uint256
function

_acceptAnchorAdmin

nonpayable

Inputs

(void)

Outputs

TypeDescription
uint256
function

_setPendingAnchorAdmin

nonpayable

Inputs

ParameterTypeDescription
newPendingAnchorAdminaddress

Outputs

TypeDescription
uint256
function

setPrices

nonpayable

Inputs

ParameterTypeDescription
assetsaddress[]
requestedPriceMantissasuint256[]

Outputs

TypeDescription
uint256[]
function

_setPaused

nonpayable

Inputs

ParameterTypeDescription
requestedStatebool

Outputs

TypeDescription
uint256
function

setPrice

nonpayable

Inputs

ParameterTypeDescription
assetaddress
requestedPriceMantissauint256

Outputs

TypeDescription
uint256
function

assetPrices

view

Inputs

ParameterTypeDescription
assetaddress

Outputs

TypeDescription
uint256
function

getPrice

view

Inputs

ParameterTypeDescription
assetaddress

Outputs

TypeDescription
uint256
constructor

PriceOracle

nonpayable

Inputs

ParameterTypeDescription
_posteraddress
addr0address
reader0address
addr1address
reader1address

Outputs

(void)
fallback

(fallback)

payable

Inputs

(void)

Outputs

(void)
event

NewAnchorAdmin

Inputs

ParameterTypeDescription
oldAnchorAdminaddress
newAnchorAdminaddress

Outputs

(void)
event

NewPendingAnchorAdmin

Inputs

ParameterTypeDescription
oldPendingAnchorAdminaddress
newPendingAnchorAdminaddress

Outputs

(void)
event

SetPaused

Inputs

ParameterTypeDescription
newStatebool

Outputs

(void)
event

CappedPricePosted

Inputs

ParameterTypeDescription
assetaddress
requestedPriceMantissauint256
anchorPriceMantissauint256
cappedPriceMantissauint256

Outputs

(void)
event

PricePosted

Inputs

ParameterTypeDescription
assetaddress
previousPriceMantissauint256
requestedPriceMantissauint256
newPriceMantissauint256

Outputs

(void)
event

NewPendingAnchor

Inputs

ParameterTypeDescription
anchorAdminaddress
assetaddress
oldScaledPriceuint256
newScaledPriceuint256

Outputs

(void)
event

OracleFailure

Inputs

ParameterTypeDescription
msgSenderaddress
assetaddress
erroruint256
infouint256
detailuint256

Outputs

(void)
function

maxSwing

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

pendingAnchors

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
uint256
function

poster

view

Inputs

(void)

Outputs

TypeDescription
address
function

anchors

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
uint256
uint256
function

paused

view

Inputs

(void)

Outputs

TypeDescription
bool
function

readers

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
address
function

numBlocksPerPeriod

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

pendingAnchorAdmin

view

Inputs

(void)

Outputs

TypeDescription
address
function

_assetPrices

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
uint256
function

maxSwingMantissa

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

anchorAdmin

view

Inputs

(void)

Outputs

TypeDescription
address