Skip to content

Instantly share code, notes, and snippets.

@stephantual
Created April 16, 2016 23:17
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 stephantual/a2f9d26ec9c82e9d03cf389af61d5c6e to your computer and use it in GitHub Desktop.
Save stephantual/a2f9d26ec9c82e9d03cf389af61d5c6e to your computer and use it in GitHub Desktop.
[ { "constant": true, "inputs": [ { "name": "", "type": "uint256", "typeShort": "uint", "bits": "256", "displayName": "", "template": "elements_input_uint" } ], "name": "Proposals", "outputs": [ { "name": "recipient", "type": "address" }, { "name": "amount", "type": "uint256" }, { "name": "description", "type": "string" }, { "name": "votingDeadline", "type": "uint256" }, { "name": "open", "type": "bool" }, { "name": "ProposalPassed", "type": "bool" }, { "name": "ProposalHash", "type": "bytes32" }, { "name": "ProposalDeposit", "type": "uint256" }, { "name": "newServiceProvider", "type": "bool" }, { "name": "yea", "type": "uint256" }, { "name": "nay", "type": "uint256" }, { "name": "creator", "type": "address" } ], "type": "function", "displayName": "Proposals" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address", "typeShort": "address", "bits": "", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;spender", "template": "elements_input_address" }, { "name": "_amount", "type": "uint256", "typeShort": "uint", "bits }]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment