@chainlink/contracts
Version:
Chainlink smart contracts
40 lines (39 loc) • 685 B
JSON
[
{
"inputs": [
{
"internalType": "address",
"name": "_aggregator",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"name": "aggregator",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_aggregator",
"type": "address"
}
],
"name": "updateAggregator",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]