Skip to content

Instantly share code, notes, and snippets.

@sepisoltani
Created October 8, 2021 12:17
Show Gist options
  • Save sepisoltani/40fcbf948efe9b0daf87028c90c05a91 to your computer and use it in GitHub Desktop.
Save sepisoltani/40fcbf948efe9b0daf87028c90c05a91 to your computer and use it in GitHub Desktop.
contract NumberInterface {
function getNum(address _myAddress) public view returns (uint);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment