@chainlink/contracts
Version:
Chainlink smart contracts
68 lines (67 loc) • 1.16 kB
JSON
[
{
"inputs": [],
"name": "latestAnswer",
"outputs": [
{
"internalType": "int256",
"name": "",
"type": "int256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "newRoundCalled",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "requestNewRound",
"outputs": [
{
"internalType": "uint80",
"name": "",
"type": "uint80"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "s_answer",
"outputs": [
{
"internalType": "int256",
"name": "",
"type": "int256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "int256",
"name": "answer",
"type": "int256"
}
],
"name": "setLatestAnswer",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]