Skip to content

Instantly share code, notes, and snippets.

@bulgakovk
Created November 22, 2017 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bulgakovk/e8e843a5af3bb9ea2bce5c2ff1a140e3 to your computer and use it in GitHub Desktop.
Save bulgakovk/e8e843a5af3bb9ea2bce5c2ff1a140e3 to your computer and use it in GitHub Desktop.
pragma solidity ^0.4.0;
contract Test {
function get() constant returns(string) {
return "test";
}
}
//6060604052341561000f57600080fd5b61014e8061001e6000396000f3006060604052600436106100405763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416636d4ce63c8114610045575b600080fd5b341561005057600080fd5b6100586100cf565b60405160208082528190810183818151815260200191508051906020019080838360005b8381101561009457808201518382015260200161007c565b50505050905090810190601f1680156100c15780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6100d7610110565b60408051908101604052600481527f74657374000000000000000000000000000000000000000000000000000000006020820152905090565b602060405190810160405260008152905600a165627a7a72305820db2a484e3e127f7192c8495bac984b13b38db8cc91daa06c1184585b805084650029
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment