TermDiscountRateAdapter.sol
State Variables
ORACLE_ROLE
bytes32 public constant ORACLE_ROLE = keccak256("ORACLE_ROLE");TERM_CONTROLLER
ITermController public immutable TERM_CONTROLLER;rateInvalid
mapping(address => mapping(bytes32 => bool)) public rateInvalid;repoRedemptionHaircut
mapping(address => uint256) public repoRedemptionHaircut;Functions
constructor
getDiscountRate
Name
Type
Description
Name
Type
Description
setAuctionRateValidator
Name
Type
Description
setRepoRedemptionHaircut
Name
Type
Description
_validateAuctionExistence
Last updated