TermDiscountRateAdapter.sol#TermDiscountRateAdapter
State Variables
ORACLE_ROLE
bytes32 public constant ORACLE_ROLE = keccak256("ORACLE_ROLE");prevTermController
ITermController public prevTermController;currTermController
ITermController public currTermController;rateInvalid
mapping(address => mapping(bytes32 => bool)) public rateInvalid;repoRedemptionHaircut
Functions
constructor
getDiscountRate
Name
Type
Description
Name
Type
Description
getDiscountRate
Name
Type
Description
Name
Type
Description
setAuctionRateValidator
Name
Type
Description
setTermController
Name
Type
Description
setRepoRedemptionHaircut
Name
Type
Description
_identifyTermController
_getDiscountRate
_validateAuctionExistence
Last updated