RepoTokenLinkedList.sol#RepoTokenLinkedList
State Variables
TERM_CONTROLLER
ITermController public immutable TERM_CONTROLLER;REPO_TOKEN_LINKED_LIST_EVENT_EMITTER
RepoTokenLinkedListEventEmitter public immutable REPO_TOKEN_LINKED_LIST_EVENT_EMITTER;ADMIN_ROLE
bytes32 public constant ADMIN_ROLE = keccak256("ADMIN_ROLE");DEVOPS_ROLE
bytes32 public constant DEVOPS_ROLE = keccak256("DEVOPS_ROLE");RATE_PRECISION
MAX_MARKUP
REDEMPTION_VALUE_PRECISION
THREESIXTY_DAYCOUNT_SECONDS
USDC
WETH
Functions
constructor
Name
Type
Description
initialize
Name
Type
Description
onlyValidatedRepoToken
setRepoTokenBlacklist
Name
Type
Description
setDiscountRateAdapter
Name
Type
Description
setDiscountRateMarkup
Name
Type
Description
manageMinimumListing
pause
unpause
createListing
Name
Type
Description
purchase
Name
Type
Description
swapExactPurchaseForRepo
Name
Type
Description
_purchase
Name
Type
Description
_emitAndTransfer
cancelListing
Name
Type
Description
batchCancelListings
removeListing
Name
Type
Description
getListing
Name
Type
Description
Name
Type
Description
getTotalListings
Name
Type
Description
Name
Type
Description
isRepoTokenValid
Name
Type
Description
Name
Type
Description
_authorizeUpgrade
Name
Type
Description
Last updated