We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239da15 commit 0e7f9d1Copy full SHA for 0e7f9d1
contracts/UFragmentsPolicy.sol
@@ -94,8 +94,11 @@ contract UFragmentsPolicy is Ownable {
94
95
// DECIMALS decimal fixed point numbers.
96
// Used in computation of (Upper-Lower)/(1-(Upper/Lower)/2^(Growth*delta))) + Lower
97
+ /// @custom:oz-renamed-from rebaseFunctionLowerPercentage
98
int256 public rebaseFunctionNegativePercentageLimit;
99
+ /// @custom:oz-renamed-from rebaseFunctionUpperPercentage
100
int256 public rebaseFunctionPositivePercentageLimit;
101
+ /// @custom:oz-renamed-from rebaseFunctionGrowth
102
int256 public rebaseFunctionPositiveGrowth;
103
int256 public rebaseFunctionNegativeGrowth;
104
0 commit comments