UNPKG

@chainlink/contracts

Version:

Chainlink smart contracts

307 lines (306 loc) 5.69 kB
[ { "inputs": [ { "internalType": "address", "name": "mercuryRegistry", "type": "address" }, { "internalType": "uint256", "name": "batchStart", "type": "uint256" }, { "internalType": "uint256", "name": "batchEnd", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [ { "internalType": "uint256", "name": "batchsize", "type": "uint256" }, { "internalType": "uint256", "name": "maxBatchSize", "type": "uint256" } ], "name": "BatchSizeTooLarge", "type": "error" }, { "inputs": [ { "internalType": "string", "name": "feedParamKey", "type": "string" }, { "internalType": "string[]", "name": "feeds", "type": "string[]" }, { "internalType": "string", "name": "timeParamKey", "type": "string" }, { "internalType": "uint256", "name": "time", "type": "uint256" }, { "internalType": "bytes", "name": "extraData", "type": "bytes" } ], "name": "StreamsLookup", "type": "error" }, { "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": "MAX_BATCH_SIZE", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "acceptOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes[]", "name": "values", "type": "bytes[]" }, { "internalType": "bytes", "name": "lookupData", "type": "bytes" } ], "name": "checkCallback", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" }, { "internalType": "bytes", "name": "", "type": "bytes" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "bytes", "name": "", "type": "bytes" } ], "name": "checkErrorHandler", "outputs": [ { "internalType": "bool", "name": "upkeepNeeded", "type": "bool" }, { "internalType": "bytes", "name": "performData", "type": "bytes" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "bytes", "name": "", "type": "bytes" } ], "name": "checkUpkeep", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" }, { "internalType": "bytes", "name": "", "type": "bytes" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "i_registry", "outputs": [ { "internalType": "contract MercuryRegistry", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "bytes", "name": "performData", "type": "bytes" } ], "name": "performUpkeep", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "s_batchEnd", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "s_batchStart", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "to", "type": "address" } ], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "batchStart", "type": "uint256" }, { "internalType": "uint256", "name": "batchEnd", "type": "uint256" } ], "name": "updateBatchingWindow", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ]