@chainlink/contracts
Version:
Chainlink smart contracts
57 lines (56 loc) • 952 B
JSON
[
{
"inputs": [
{
"internalType": "bool",
"name": "toRevert",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"stateMutability": "nonpayable",
"type": "fallback"
},
{
"inputs": [],
"name": "s_toRevert",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "err",
"type": "bytes"
}
],
"name": "setErr",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bool",
"name": "toRevert",
"type": "bool"
}
],
"name": "setRevert",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]