Loan.sol

Handles the lifecycle of a loan. Any token that is transferred to the loan contract is considered as its collateral. This could mean the collateral could be ERC20, ERC721, or even a token-set.

Owner

WranglerLoanRegistry.sol

close()

Description

  • called by borrower to close an OPEN loan

liquidate()

Description

  • Called by wrangler to liquidate an OPEN (but underperforming) loan

Last updated