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