Search
⌃K

ICErc20

Methods

accrualBlockNumber

function accrualBlockNumber() external view returns (uint256)

Returns

Name
Type
Description
_0
uint256
undefined

balanceOf

function balanceOf(address owner) external view returns (uint256)

Parameters

Name
Type
Description
owner
address
undefined

Returns

Name
Type
Description
_0
uint256
undefined

balanceOfUnderlying

function balanceOfUnderlying(address owner) external nonpayable returns (uint256)

Parameters

Name
Type
Description
owner
address
undefined

Returns

Name
Type
Description
_0
uint256
undefined

borrowRatePerBlock

function borrowRatePerBlock() external view returns (uint256)

Returns

Name
Type
Description
_0
uint256
undefined

exchangeRateCurrent

function exchangeRateCurrent() external nonpayable returns (uint256)

Returns

Name
Type
Description
_0
uint256
undefined

exchangeRateStored

function exchangeRateStored() external view returns (uint256)

Returns

Name
Type
Description
_0
uint256
undefined

getCash

function getCash() external view returns (uint256)

Returns

Name
Type
Description
_0
uint256
undefined

mint

function mint(uint256 mintAmount) external nonpayable returns (uint256)

Parameters

Name
Type
Description
mintAmount
uint256
undefined

Returns

Name
Type
Description
_0
uint256
undefined

redeemUnderlying

function redeemUnderlying(uint256 redeemAmount) external nonpayable returns (uint256)

Parameters

Name
Type
Description
redeemAmount
uint256
undefined

Returns

Name
Type
Description
_0
uint256
undefined

reserveFactorMantissa

function reserveFactorMantissa() external view returns (uint256)

Returns

Name
Type
Description
_0
uint256
undefined

totalBorrows

function totalBorrows() external view returns (uint256)

Returns

Name
Type
Description
_0
uint256
undefined

totalReserves

function totalReserves() external view returns (uint256)

Returns

Name
Type
Description
_0
uint256
undefined

totalSupply

function totalSupply() external view returns (uint256)

Returns

Name
Type
Description
_0
uint256
undefined

underlying

function underlying() external view returns (address)

Returns

Name
Type
Description
_0
address
undefined