Skip to content

Instantly share code, notes, and snippets.

@kyriediculous
Created December 5, 2018 16:35
Show Gist options
  • Save kyriediculous/3433ca4bb384eb9eea0ecc87820ed384 to your computer and use it in GitHub Desktop.
Save kyriediculous/3433ca4bb384eb9eea0ecc87820ed384 to your computer and use it in GitHub Desktop.
contract DummyInterface {
function increment() external;
function get() external view returns (uint);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment