Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/uni 379 combine utoken and uerc20 #55

Merged
merged 11 commits into from
Dec 3, 2021
21 changes: 0 additions & 21 deletions contracts/interfaces/IUErc20.sol

This file was deleted.

18 changes: 0 additions & 18 deletions contracts/interfaces/IUToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -53,24 +53,6 @@ interface IUToken {
*/
function calculatingFee(uint256 amount) external view returns (uint256);

/**
* @dev Get member loan data
* @param member Member address
* @return Loan
*/
function getLoan(address member)
external
view
returns (
uint256,
uint256,
address,
uint256,
int256,
bool,
uint256
);

/**
* @dev Calculating member's borrowed interest
* @param account Member address
Expand Down
18 changes: 0 additions & 18 deletions contracts/market/UErc20.sol

This file was deleted.

Loading