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 54d7184 commit 6dde1ccCopy full SHA for 6dde1cc
contracts/interfaces/IAMPL.sol
@@ -1,4 +1,4 @@
1
-pragma solidity ^0.4.24;
+pragma solidity 0.4.24;
2
3
// Public interface definition for the AMPL - ERC20 token on Ethereum (the base-chain)
4
interface IAMPL {
contracts/interfaces/IAmpleforth.sol
// Public interface definition for the Ampleforth supply policy on Ethereum (the base-chain)
interface IAmpleforth {
contracts/interfaces/IOrchestrator.sol
// Public interface definition for the Ampleforth Orchestrator on Ethereum (the base-chain)
interface IOrchestrator {
0 commit comments