[ { "inputs": [], "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "bytes32", "name": "jobHash", "type": "bytes32" }, { "indexed": false, "internalType": "address", "name": "executor", "type": "address" } ], "name": "JobExecuted", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "bytes[]", "name": "jobInfo", "type": "bytes[]" }, { "indexed": false, "internalType": "address[]", "name": "targetAddresses", "type": "address[]" }, { "indexed": false, "internalType": "bytes32", "name": "jobHash", "type": "bytes32" }, { "indexed": false, "internalType": "string", "name": "name", "type": "string" }, { "indexed": false, "internalType": "string", "name": "ipfsForJobDetails", "type": "string" } ], "name": "JobRegistered", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "bytes32", "name": "jobHash", "type": "bytes32" }, { "indexed": false, "internalType": "uint256", "name": "toggle", "type": "uint256" } ], "name": "JobToggledByCreator", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "OwnershipTransferred", "type": "event" }, { "inputs": [], "name": "creator", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address[]", "name": "_targetAddresses", "type": "address[]" }, { "internalType": "bytes[]", "name": "_userProvidedData", "type": "bytes[]" }, { "internalType": "bytes[]", "name": "_strategyProvidedData", "type": "bytes[]" } ], "name": "executeJob", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "gasBalance", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "gasVault", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_orchestrator", "type": "address" }, { "internalType": "address", "name": "", "type": "address" }, { "internalType": "address", "name": "", "type": "address" }, { "internalType": "bytes", "name": "_params", "type": "bytes" } ], "name": "initialize", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "name": "jobState", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "keeperRegistry", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "orchestrator", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "bytes[]", "name": "_userProvidedData", "type": "bytes[]" }, { "internalType": "address[]", "name": "_targetAddresses", "type": "address[]" }, { "internalType": "string", "name": "_name", "type": "string" }, { "internalType": "string", "name": "_ipfsForJobDetails", "type": "string" } ], "name": "registerJob", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes[]", "name": "_userProvidedData", "type": "bytes[]" }, { "internalType": "address[]", "name": "_targetAddresses", "type": "address[]" }, { "internalType": "string", "name": "_name", "type": "string" }, { "internalType": "string", "name": "_ipfsForJobDetails", "type": "string" } ], "name": "registerJobAndDepositGas", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "_jobHash", "type": "bytes32" }, { "internalType": "uint256", "name": "_toggle", "type": "uint256" } ], "name": "setJobState", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_amount", "type": "uint256" }, { "internalType": "address payable", "name": "to", "type": "address" } ], "name": "withdrawGas", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ]