Administrative Functions
Last updated
Last updated
Manages the clearing, settlement and minting of Term Tokens at the conclusion of a Term Auction
: prevents an auction from clearing and returns all tokens to participants
: 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
: triggers a revert on completeAuction when paused
: returns Term Auction contract to normal operations
Manages Term Auction bid submissions (to borrow)
: triggers a revert when user tries to submit a bid
: switch off pauseLocking
: triggers a revert when user tries to cancel a bid
: switch off pauseUnlocking
Manages Term Auction offer submissions (to lend)
: triggers a revert when user tries to submit an offer
: switch off pauseLocking
: triggers a revert when user tries to cancel an offer
: switch off pauseUnlocking