Skip to content

Instantly share code, notes, and snippets.

@th3m477
Created September 3, 2018 09:38
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 th3m477/14e9eac2e41e312cf825f06b97312509 to your computer and use it in GitHub Desktop.
Save th3m477/14e9eac2e41e312cf825f06b97312509 to your computer and use it in GitHub Desktop.
HelloWorldKittens Ethereum Smart Contract ABI
[
{
"constant": true,
"inputs": [
{
"name": "_name",
"type": "string"
}
],
"name": "howManyKittensCalled",
"outputs": [
{
"name": "_num",
"type": "uint64"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_name",
"type": "string"
}
],
"name": "createKitten",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment