Contains the contract functions only with a link to the full function in the contract code
Interface
interface IX7LendingDiscountAuthority
interface IDiscountNFT
interface IConsumableDiscountNFT
Contract [events
event AuthorizedConsumerSet(address indexed consumer, bool isAuthorized)
event TimeBasedDiscountSet(uint256 oldMin, uint256 oldMax, uint256 min, uint256 max)
event AmountBasedDiscountSet(uint256 oldMin, uint256 oldMax, uint256 min, uint256 max)
event DiscountNFTSet(address indexed oldAddress, address indexed newAddress)
event ConsumableDiscountNFTSet(address indexed oldAddress, address indexed newAddress)
event DiscountNFTDiscountsSet(uint256 oldOriginationFeeDiscount, uint256 oldPremiumFeeDiscount, uint256 originationFeeDiscount, uint256 premiumFeeDiscount)
event ConsumableDiscountNFTDiscountsSet(uint256 oldOriginationFeeDiscount, uint256 oldPremiumFeeDiscount, uint256 originationFeeDiscount, uint256 premiumFeeDiscount)
