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