For the complete documentation index, see llms.txt. This page is also available as Markdown.

Administrative Functions

Contract
Key Functions

Manages the clearing, settlement and minting of Term Tokens at the conclusion of a Term Auction

ADMIN_ROLE

cancelAuction: prevents an auction from clearing and returns all tokens to participants

ADMIN_ROLE

cancelAuctionForWithdrawal: 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_ROLE

pauseCompleteAuction: triggers a revert on completeAuction when paused

ADMIN_ROLE

unpauseCompleteAuction: returns Term Auction contract to normal operations

Manages Term Auction bid submissions (to borrow)

ADMIN_ROLE

pauseLocking: triggers a revert when user tries to submit a bid

ADMIN_ROLE

unpauseLocking: switch off pauseLocking

ADMIN_ROLE

pauseUnlocking: triggers a revert when user tries to cancel a bid

ADMIN_ROLE

unpauseUnlocking: switch off pauseUnlocking

Manages Term Auction offer submissions (to lend)

ADMIN_ROLE

pauseLocking: triggers a revert when user tries to submit an offer

ADMIN_ROLE

unpauseLocking: switch off pauseLocking

ADMIN_ROLE

pauseUnlocking: triggers a revert when user tries to cancel an offer

ADMIN_ROLE

unpauseUnlocking: switch off pauseUnlocking

Last updated