I Simple Price Oracle
Methods
assetPrices
Parameters
Name | Type | Description |
---|---|---|
asset | address | undefined |
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
getUnderlyingPrice
Parameters
Name | Type | Description |
---|---|---|
cToken | address | undefined |
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
setDirectPrice
Parameters
Name | Type | Description |
---|---|---|
asset | address | undefined |
price | uint256 | undefined |
setUnderlyingPrice
Parameters
Name | Type | Description |
---|---|---|
cToken | address | undefined |
underlyingPriceMantissa | uint256 | undefined |
Events
PricePosted
Parameters
Name | Type | Description |
---|---|---|
asset | address | undefined |
previousPriceMantissa | uint256 | undefined |
requestedPriceMantissa | uint256 | undefined |
newPriceMantissa | uint256 | undefined |
Last updated