Repay Borrow Behalf
function repayBorrowBehalf(address borrower, uint repayAmount) returns (uint)function repayBorrowBehalf(address borrower) payableSEther sToken = SEther(0x3FDB...);
require(sToken.repayBorrowBehalf.value(100)(0xBorrower) == 0, "transfer approved?");Last updated
Was this helpful?