Skip to content

Instantly share code, notes, and snippets.

@tina1998612
Created July 18, 2021 10:36
Show Gist options
  • Save tina1998612/bd55293f1fc256df7d04ff865c1c5b26 to your computer and use it in GitHub Desktop.
Save tina1998612/bd55293f1fc256df7d04ff865c1c5b26 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