@chainlink/contracts
Version:
Chainlink smart contracts
36 lines (35 loc) • 599 B
JSON
[
{
"inputs": [],
"name": "getValue",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_value",
"type": "uint256"
}
],
"name": "receiveData",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "revertMessage",
"outputs": [],
"stateMutability": "pure",
"type": "function"
}
]