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