Escrow.sol
Core functions and methods of Escrow.sol
Allows a Borrower to deposit tokens as collateral for a Line of Credit
Allows a Borrower to withdraw collateral so long as it doesn't cause the status of a Line to be LIQUIDATABLE
Allows Arbiter to whitelist (enable) specific collateral allowed for a Line
Allows Arbiter to liquidate collateral if the status is LIQUIDATABLE
External calls to - Oracle.sol, LineOfCredit.sol
Libraries - LineLib.sol, CreditLib.sol, EscrowLib.sol
Last updated
Was this helpful?