UErc20
Inherited from UToken; accept ERC20 token of the standard Permit interface
Functions:
[`repayBorrowWithERC20Permit( address borrower, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s )`](uerc20.md#repayborrowwitherc20permit-address-borrower-uint256-amount-uint256-deadline-uint8-v-bytes32-r-bytes3)
repayBorrowWithERC20Permit( address borrower, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s )
repayBorrowWithERC20Permit( address borrower, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s )
Repay erc20 token with permit
Last updated