Skip to content

Instantly share code, notes, and snippets.

@buendiadas
Created April 30, 2019 19:38
Show Gist options
  • Save buendiadas/a2e62836337af646bc65c6f07f5cb181 to your computer and use it in GitHub Desktop.
Save buendiadas/a2e62836337af646bc65c6f07f5cb181 to your computer and use it in GitHub Desktop.
[
{
"constant": true,
"inputs": [],
"name": "stage",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "eventContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "outcomeTokenIndex",
"type": "uint8"
},
{
"name": "outcomeTokenCount",
"type": "uint256"
},
{
"name": "maxCost",
"type": "uint256"
}
],
"name": "buy",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment