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 34ed3b8 commit 660babaCopy full SHA for 660baba
contracts/_interfaces/IXCAmple.sol
@@ -6,7 +6,5 @@ interface IXCAmple is IAMPL {
6
7
function mint(address who, uint256 xcAmpleAmount) external;
8
9
- function burn(address who, uint256 xcAmpleAmount) external;
10
-
11
function burnFrom(address who, uint256 xcAmpleAmount) external;
12
}
0 commit comments