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