UNPKG

@chainlink/contracts

Version:

Chainlink smart contracts

258 lines (257 loc) 5.05 kB
[ { "inputs": [], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [ { "internalType": "uint256", "name": "numSigners", "type": "uint256" }, { "internalType": "uint256", "name": "maxSigners", "type": "uint256" } ], "name": "ExcessSigners", "type": "error" }, { "inputs": [], "name": "FaultToleranceMustBePositive", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "numSigners", "type": "uint256" }, { "internalType": "uint256", "name": "minSigners", "type": "uint256" } ], "name": "InsufficientSigners", "type": "error" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "bytes32", "name": "configId", "type": "bytes32" }, { "indexed": false, "internalType": "uint32", "name": "previousConfigBlockNumber", "type": "uint32" }, { "indexed": false, "internalType": "bytes32", "name": "configDigest", "type": "bytes32" }, { "indexed": false, "internalType": "uint64", "name": "configCount", "type": "uint64" }, { "indexed": false, "internalType": "address[]", "name": "signers", "type": "address[]" }, { "indexed": false, "internalType": "bytes32[]", "name": "offchainTransmitters", "type": "bytes32[]" }, { "indexed": false, "internalType": "uint8", "name": "f", "type": "uint8" }, { "indexed": false, "internalType": "bytes", "name": "onchainConfig", "type": "bytes" }, { "indexed": false, "internalType": "uint64", "name": "offchainConfigVersion", "type": "uint64" }, { "indexed": false, "internalType": "bytes", "name": "offchainConfig", "type": "bytes" } ], "name": "ConfigSet", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "from", "type": "address" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" } ], "name": "OwnershipTransferRequested", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "from", "type": "address" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" } ], "name": "OwnershipTransferred", "type": "event" }, { "inputs": [], "name": "acceptOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "donId", "type": "bytes32" }, { "internalType": "address[]", "name": "signers", "type": "address[]" }, { "internalType": "bytes32[]", "name": "offchainTransmitters", "type": "bytes32[]" }, { "internalType": "uint8", "name": "f", "type": "uint8" }, { "internalType": "bytes", "name": "onchainConfig", "type": "bytes" }, { "internalType": "uint64", "name": "offchainConfigVersion", "type": "uint64" }, { "internalType": "bytes", "name": "offchainConfig", "type": "bytes" } ], "name": "setConfig", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes4", "name": "interfaceId", "type": "bytes4" } ], "name": "supportsInterface", "outputs": [ { "internalType": "bool", "name": "isVerifier", "type": "bool" } ], "stateMutability": "pure", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "to", "type": "address" } ], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "typeAndVersion", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "pure", "type": "function" } ]