Skip to content

Instantly share code, notes, and snippets.

@industral
Last active May 2, 2019 15:14
Show Gist options
  • Save industral/5b85d37db8be35e638b3afa9d0716d06 to your computer and use it in GitHub Desktop.
Save industral/5b85d37db8be35e638b3afa9d0716d06 to your computer and use it in GitHub Desktop.
abi
[
{
"constant": false,
"inputs": [
{
"name": "newMessage",
"type": "string"
}
],
"name": "setMessage",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "message",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "initialMessage",
"type": "string"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment