1yrphmgdpgulaszriylqiipemefmacafkxycjaxjs%00.9; contract SimpleStore { function set(uint _value) public { value = _value; } function get() public constant returns (uint) { return value; } uint value; }
0.6.9