Total Reserves
function totalReserves() returns (uint)SErc20 aToken = SToken(0x3FDA...);
uint reserves = aToken.totalReserves();const aToken = SEther.at(0x3FDB...);
const reserves = (await aToken.methods.totalReserves().call());Last updated
function totalReserves() returns (uint)SErc20 aToken = SToken(0x3FDA...);
uint reserves = aToken.totalReserves();const aToken = SEther.at(0x3FDB...);
const reserves = (await aToken.methods.totalReserves().call());Last updated