PriceOracleProxy
function
getUnderlyingPrice
view
Inputs
Parameter | Type | Description |
---|---|---|
cToken | address |
Outputs
Type | Description |
---|---|
uint256 |
ReentrancyGuard
constructor
PriceOracleProxy
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
comptroller_ | address | |
v1PriceOracle_ | address | |
cEtherAddress_ | address | |
cUsdcAddress_ | address |
Outputs
(void)
function
cUsdcAddress
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
v1PriceOracle
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
cEtherAddress
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
isPriceOracle
view
Inputs
(void)
Outputs
Type | Description |
---|---|
bool |
function
comptroller
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address |