Skip to content

Instantly share code, notes, and snippets.

@sepisoltani
Created October 8, 2021 12:17
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