Administrative Functions
Last updated
Last updated
Enforces margin maintenance rules for adding/withdrawing, repurchasing and liquidating collateral
- triggers revert on any calls to batchLiquidation
, batchLiquidationWithRepoToken
, and batchDefault
- returns Collateral Manager contract to normal operations
Maintains records, collects and disburse repurchase payments
- grants MINTER_ROLE access to specified wallet adress, required to mint repo tokens against collateral
Accepts and carries out borrower rollover instructions
- grants required protocol roles to enable borrower rollovers
- removes specified Bid Locker from the approved rollover auctions list
Contract in which Term Servicer locks collateral and purchase tokens
- triggers revert on any calls to transferTokenToWallet and transferTokenFromWallet
- returns Term Repo Locker contract to normal operations