Total Borrow
function totalBorrowsCurrent() returns (uint)SErc20 aToken = SToken(0x3FDA...);
uint borrows = aToken.totalBorrowsCurrent();const aToken = SEther.at(0x3FDB...);
const borrows = (await aToken.methods.totalBorrowsCurrent().call());Last updated