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