Get Cash
function getCash() returns (uint)AErc20 aToken = AToken(0x3FDA...);
uint cash = aToken.getCash();const aToken = CEther.at(0x3FDB...);
const cash = (await aToken.methods.getCash().call());Last updated
function getCash() returns (uint)AErc20 aToken = AToken(0x3FDA...);
uint cash = aToken.getCash();const aToken = CEther.at(0x3FDB...);
const cash = (await aToken.methods.getCash().call());Last updated