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