B Erc 20 Interface

Methods

_addReserves

function _addReserves(uint256 addAmount) external nonpayable returns (uint256)

Parameters

NameTypeDescription

addAmount

uint256

undefined

Returns

NameTypeDescription

_0

uint256

undefined

sweepToken

function sweepToken(contract EIP20NonStandardInterface token) external nonpayable

Parameters

NameTypeDescription

token

contract EIP20NonStandardInterface

undefined

underlying

function underlying() external view returns (address)

Underlying asset for this CToken

Returns

NameTypeDescription

_0

address

undefined

Last updated