Created
April 6, 2014 20:08
-
-
Save wemeetagain/10010923 to your computer and use it in GitHub Desktop.
basic friend list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if tx.sender != CONTRACTCREATOR: | |
stop | |
if tx.data[0] == 0: | |
contract.storage[1000+tx.value[1]] = tx.value[2] | |
elif tx.data[0] == 1: | |
suicide(CONTRACTCREATOR) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment