UNPKG

@yfi/keep3r-cli-jobs

Version:
2 lines (1 loc) 6.5 kB
[{ "inputs": [{ "internalType": "address", "name": "_stealthVault", "type": "address" }], "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "address", "name": "_to", "type": "address" }, { "indexed": false, "internalType": "address", "name": "token", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "DustSent", "type": "event" }, { "anonymous": false, "inputs": [], "name": "GovernorAccepted", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "address", "name": "_migratedTo", "type": "address" }], "name": "MigratedStealthVault", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint256", "name": "_penalty", "type": "uint256" }], "name": "PenaltySet", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "address", "name": "pendingGovernor", "type": "address" }], "name": "PendingGovernorSet", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "address", "name": "_stealthVault", "type": "address" }], "name": "StealthVaultSet", "type": "event" }, { "inputs": [], "name": "ETH_ADDRESS", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "acceptGovernor", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_job", "type": "address" }], "name": "addJob", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address[]", "name": "_jobsList", "type": "address[]" }], "name": "addJobs", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "caller", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_job", "type": "address" }, { "internalType": "bytes", "name": "_callData", "type": "bytes" }, { "internalType": "bytes32", "name": "_stealthHash", "type": "bytes32" }, { "internalType": "uint256", "name": "_blockNumber", "type": "uint256" }], "name": "execute", "outputs": [{ "internalType": "bytes", "name": "_returnData", "type": "bytes" }], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_job", "type": "address" }, { "internalType": "bytes", "name": "_callData", "type": "bytes" }, { "internalType": "bytes32", "name": "_stealthHash", "type": "bytes32" }, { "internalType": "uint256", "name": "_blockNumber", "type": "uint256" }, { "internalType": "uint256", "name": "_payment", "type": "uint256" }], "name": "executeAndPay", "outputs": [{ "internalType": "bytes", "name": "_returnData", "type": "bytes" }], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_job", "type": "address" }, { "internalType": "bytes", "name": "_callData", "type": "bytes" }, { "internalType": "bytes32", "name": "_stealthHash", "type": "bytes32" }], "name": "executeWithoutBlockProtection", "outputs": [{ "internalType": "bytes", "name": "_returnData", "type": "bytes" }], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_job", "type": "address" }, { "internalType": "bytes", "name": "_callData", "type": "bytes" }, { "internalType": "bytes32", "name": "_stealthHash", "type": "bytes32" }, { "internalType": "uint256", "name": "_payment", "type": "uint256" }], "name": "executeWithoutBlockProtectionAndPay", "outputs": [{ "internalType": "bytes", "name": "_returnData", "type": "bytes" }], "stateMutability": "payable", "type": "function" }, { "inputs": [], "name": "forceBlockProtection", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "governor", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_account", "type": "address" }], "name": "isGovernor", "outputs": [{ "internalType": "bool", "name": "_isGovernor", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "jobs", "outputs": [{ "internalType": "address[]", "name": "_jobsList", "type": "address[]" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "penalty", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "pendingGovernor", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_job", "type": "address" }], "name": "removeJob", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address[]", "name": "_jobsList", "type": "address[]" }], "name": "removeJobs", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_to", "type": "address" }, { "internalType": "address", "name": "_token", "type": "address" }, { "internalType": "uint256", "name": "_amount", "type": "uint256" }], "name": "sendDust", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "bool", "name": "_forceBlockProtection", "type": "bool" }], "name": "setForceBlockProtection", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_penalty", "type": "uint256" }], "name": "setPenalty", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_pendingGovernor", "type": "address" }], "name": "setPendingGovernor", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_stealthVault", "type": "address" }], "name": "setStealthVault", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "stealthVault", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }]