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