Skip to content

Instantly share code, notes, and snippets.

@tina1998612
Created July 18, 2021 10:36
Show Gist options
  • Save tina1998612/57dd39fa121e14da1fab71e9619479a1 to your computer and use it in GitHub Desktop.
Save tina1998612/57dd39fa121e14da1fab71e9619479a1 to your computer and use it in GitHub Desktop.
stored_data: uint256
@public
def set(new_value : uint256):
self.stored_data = new_value
@public
@constant
def get() -> uint256:
return self.stored_data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment