Skip to content

Instantly share code, notes, and snippets.

@linagee
Created August 7, 2015 04:33
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 linagee/ba00cd53daa4907366e3 to your computer and use it in GitHub Desktop.
Save linagee/ba00cd53daa4907366e3 to your computer and use it in GitHub Desktop.
contract testContract {
function go() constant returns (string) {
return "ETHEREUM!";
}
}
bytecode = "606060405260a38060116000396000f300606060405260e060020a60003504630f59f83a8114601a575b005b600060605260c0604052600960809081527f455448455245554d21000000000000000000000000000000000000000000000060a052602060c0908152600960e081905281906101009060a09080838184600060046012f15050815176ffffffffffffffffffffffffffffffffffffffffffffff1916909152505060405161012081900392509050f3"
ABI = '[{"constant":true,"inputs":[],"name":"go","outputs":[{"name":"","type":"string"}],"type":"function"}]'
Creation: 63 + 32600 gas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment