ICErc20
function accrualBlockNumber() external view returns (uint256)
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function balanceOf(address owner) external view returns (uint256)
Name | Type | Description |
---|---|---|
owner | address | undefined |
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function balanceOfUnderlying(address owner) external nonpayable returns (uint256)
Name | Type | Description |
---|---|---|
owner | address | undefined |
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function borrowRatePerBlock() external view returns (uint256)
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function exchangeRateCurrent() external nonpayable returns (uint256)
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function exchangeRateStored() external view returns (uint256)
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function getCash() external view returns (uint256)
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function mint(uint256 mintAmount) external nonpayable returns (uint256)
Name | Type | Description |
---|---|---|
mintAmount | uint256 | undefined |
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function redeemUnderlying(uint256 redeemAmount) external nonpayable returns (uint256)
Name | Type | Description |
---|---|---|
redeemAmount | uint256 | undefined |
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function reserveFactorMantissa() external view returns (uint256)
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function totalBorrows() external view returns (uint256)
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function totalReserves() external view returns (uint256)
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function totalSupply() external view returns (uint256)
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function underlying() external view returns (address)
Name | Type | Description |
---|---|---|
_0 | address | undefined |
Last modified 2d ago