Skip to content

Instantly share code, notes, and snippets.

@patitonar
Created October 4, 2019 18:35
Show Gist options
  • Save patitonar/29b2059a11c53e6231016fc531c95a02 to your computer and use it in GitHub Desktop.
Save patitonar/29b2059a11c53e6231016fc531c95a02 to your computer and use it in GitHub Desktop.
[
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "currentPrice",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "requestId",
"type": "bytes32"
},
{
"indexed": false,
"name": "timestamp",
"type": "uint256"
},
{
"indexed": false,
"name": "price",
"type": "uint256"
}
],
"name": "PriceUpdated",
"type": "event"
},
{
"constant": false,
"inputs": [],
"name": "requestPrice",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getChainlinkToken",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment