Skip to content

Instantly share code, notes, and snippets.

@RCasatta
Created April 12, 2016 14:36
Show Gist options
  • Save RCasatta/8363ea3b02c93168700dbbaefe526fed to your computer and use it in GitHub Desktop.
Save RCasatta/8363ea3b02c93168700dbbaefe526fed to your computer and use it in GitHub Desktop.
[ { "constant": true, "inputs": [ { "name": "", "type": "uint256", "index": 0, "typeShort": "uint", "bits": "256", "displayName": "", "template": "elements_input_uint", "value": "" } ], "name": "owners", "outputs": [ { "name": "", "type": "address", "value": "0xc83e1b716956b21b2bb1011e8e8bc19f29553624", "displayName": "" } ], "type": "function", "displayName": "owners" }, { "constant": true, "inputs": [], "name": "name", "outputs": [ { "name": "", "type": "string", "value": "Pizza", "displayName": "" } ], "type": "function", "displayName": "name" }, { "constant": false, "inputs": [], "name": "dividend", "outputs": [], "type": "function", "displayName": "dividend" }, { "constant": true, "inputs": [], "name": "totalSupply", "outputs": [ { "name": "", "type": "uint256", "value": "100", "displayName": "" } ], "type": "function", "displayName": "total Supply" }, { "constant": true, "inputs": [], "name": "decimals", "outputs": [ { "name": "", "type": "uint8", "value": "0", "displayName": "" } ], "type": "function", "displayName": "decimals" }, { "constant": true, "inputs": [], "name": "dividendBalance", "outputs": [ { "name": "", "type": "uint256", "value": "1000000000000000000", "displayName": "" } ], "type": "function", "displayName": "dividend Balance" }, { "constant": true, "inputs": [], "name": "last", "outputs": [ { "name": "", "type": "uint256", "value": "0", "displayName": "" } ], "type": "function", "displayName": "last" }, { "constant": true, "inputs": [], "name": "version", "outputs": [ { "name": "", "type": "string", "value": "", "displayName": "" } ], "type": "function", "displayName": "version" }, { "constant": false, "inputs": [ { "name": "_idx", "type": "uint256", "index": 0, "typeShort": "uint", "bits": "256", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;idx", "template": "elements_input_uint" } ], "name": "del", "outputs": [], "type": "function", "displayName": "del" }, { "constant": true, "inputs": [ { "name": "", "type": "address", "index": 0, "typeShort": "address", "bits": "", "displayName": "", "template": "elements_input_address" } ], "name": "balanceOf", "outputs": [ { "name": "", "type": "uint256", "value": "0", "displayName": "" } ], "type": "function", "displayName": "balance Of" }, { "constant": true, "inputs": [], "name": "symbol", "outputs": [ { "name": "", "type": "string", "value": "PZZ", "displayName": "" } ], "type": "function", "displayName": "symbol" }, { "constant": true, "inputs": [], "name": "dividendDistribution", "outputs": [ { "name": "", "type": "bool", "value": false, "displayName": "" } ], "type": "function", "displayName": "dividend Distribution" }, { "constant": false, "inputs": [ { "name": "_to", "type": "address", "index": 0, "typeShort": "address", "bits": "", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;to", "template": "elements_input_address" }, { "name": "_value", "type": "uint256", "index": 1, "typeShort": "uint", "bits": "256", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;value", "template": "elements_input_uint" } ], "name": "transfer", "outputs": [], "type": "function", "displayName": "transfer" }, { "inputs": [ { "name": "initialSupply", "type": "uint256", "index": 0, "typeShort": "uint", "bits": "256", "displayName": "initial Supply", "template": "elements_input_uint", "value": "100" }, { "name": "tokenName", "type": "string", "index": 1, "typeShort": "string", "bits": "", "displayName": "token Name", "template": "elements_input_string", "value": "Pizza" }, { "name": "decimalUnits", "type": "uint8", "index": 2, "typeShort": "uint", "bits": "8", "displayName": "decimal Units", "template": "elements_input_uint", "value": "0" }, { "name": "tokenSymbol", "type": "string", "index": 3, "typeShort": "string", "bits": "", "displayName": "token Symbol", "template": "elements_input_string", "value": "PZZ" } ], "type": "constructor" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "from", "type": "address" }, { "indexed": true, "name": "to", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ], "name": "Transfer", "type": "event" } ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment