Get Cash
function getCash() returns (uint)SErc20 aToken = SToken(0x3FDA...);
uint cash = aToken.getCash();const aToken = SEther.at(0x3FDB...);
const cash = (await aToken.methods.getCash().call());Last updated
function getCash() returns (uint)SErc20 aToken = SToken(0x3FDA...);
uint cash = aToken.getCash();const aToken = SEther.at(0x3FDB...);
const cash = (await aToken.methods.getCash().call());Last updated