Skip to content

Instantly share code, notes, and snippets.

@y12studio
Created March 28, 2016 11:21
Show Gist options
  • Save y12studio/f08612cba748f9546531 to your computer and use it in GitHub Desktop.
Save y12studio/f08612cba748f9546531 to your computer and use it in GitHub Desktop.
YOT1 JSON Interface
[ { "constant": true, "inputs": [], "name": "count", "outputs": [ { "name": "", "type": "uint256", "value": "0", "displayName": "" } ], "type": "function", "displayName": "count" }, { "constant": false, "inputs": [ { "name": "myid", "type": "bytes32", "typeShort": "bytes", "bits": "32", "displayName": "myid", "template": "elements_input_bytes" }, { "name": "result", "type": "string", "typeShort": "string", "bits": "", "displayName": "result", "template": "elements_input_string" }, { "name": "proof", "type": "bytes", "typeShort": "bytes", "bits": "", "displayName": "proof", "template": "elements_input_bytes" } ], "name": "__callback", "outputs": [], "type": "function", "displayName": "__callback" }, { "constant": false, "inputs": [], "name": "kill", "outputs": [], "type": "function", "displayName": "kill" }, { "constant": true, "inputs": [], "name": "ETHUSD", "outputs": [ { "name": "", "type": "uint256", "value": "0", "displayName": "" } ], "type": "function", "displayName": " E T H U S D" }, { "constant": false, "inputs": [ { "name": "delay", "type": "uint256", "typeShort": "uint", "bits": "256", "displayName": "delay", "template": "elements_input_uint" } ], "name": "update", "outputs": [], "type": "function", "displayName": "update" }, { "inputs": [], "type": "constructor" } ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment