Administrative Functions
Manages the clearing, settlement and minting of Term Tokens at the conclusion of a Term Auction
ADMIN_ROLEcancelAuction: prevents an auction from clearing and returns all tokens to participants
ADMIN_ROLEcancelAuctionForWithdrawal: prevents an auction from clearing and allows participants to claim tokens by cancelling bids and offers via the Bid Locker and Offer Locker contracts, respectively
ADMIN_ROLEpauseCompleteAuction: triggers a revert on completeAuction when paused
ADMIN_ROLEunpauseCompleteAuction: returns Term Auction contract to normal operations
Manages Term Auction bid submissions (to borrow)
ADMIN_ROLEpauseLocking: triggers a revert when user tries to submit a bid
ADMIN_ROLEunpauseLocking: switch off pauseLocking
ADMIN_ROLEpauseUnlocking: triggers a revert when user tries to cancel a bid
ADMIN_ROLEunpauseUnlocking: switch off pauseUnlocking
Manages Term Auction offer submissions (to lend)
ADMIN_ROLEpauseLocking: triggers a revert when user tries to submit an offer
ADMIN_ROLEunpauseLocking: switch off pauseLocking
ADMIN_ROLEpauseUnlocking: triggers a revert when user tries to cancel an offer
ADMIN_ROLEunpauseUnlocking: switch off pauseUnlocking
Last updated