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 fe4a8c6 commit e393138Copy full SHA for e393138
contracts/interfaces/IAmpleforth.sol
@@ -7,4 +7,6 @@ interface IAmpleforth {
7
function inRebaseWindow() external view returns (bool);
8
9
function globalAmpleforthEpochAndAMPLSupply() external view returns (uint256, uint256);
10
+
11
+ function getTargetRate() external returns (uint256, bool);
12
}
0 commit comments