@chainlink/contracts
Version:
Chainlink smart contracts
148 lines (147 loc) • 3 kB
JSON
[
{
"inputs": [],
"name": "removeLatestConfig",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "accessController",
"type": "address"
}
],
"name": "setAccessController",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "signers",
"type": "address[]"
},
{
"internalType": "uint8",
"name": "f",
"type": "uint8"
},
{
"components": [
{
"internalType": "address",
"name": "addr",
"type": "address"
},
{
"internalType": "uint64",
"name": "weight",
"type": "uint64"
}
],
"internalType": "struct Common.AddressAndWeight[]",
"name": "recipientAddressesAndWeights",
"type": "tuple[]"
}
],
"name": "setConfig",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "donConfigId",
"type": "uint256"
},
{
"internalType": "bool",
"name": "isActive",
"type": "bool"
}
],
"name": "setConfigActive",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "signers",
"type": "address[]"
},
{
"internalType": "uint8",
"name": "f",
"type": "uint8"
},
{
"components": [
{
"internalType": "address",
"name": "addr",
"type": "address"
},
{
"internalType": "uint64",
"name": "weight",
"type": "uint64"
}
],
"internalType": "struct Common.AddressAndWeight[]",
"name": "recipientAddressesAndWeights",
"type": "tuple[]"
},
{
"internalType": "uint32",
"name": "activationTime",
"type": "uint32"
}
],
"name": "setConfigWithActivationTime",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "feeManager",
"type": "address"
}
],
"name": "setFeeManager",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
]