keep3r-v2
Version:
The Keep3r Network is a decentralized network for projects that need external devops, and for external teams to find keeper jobs
184 lines (183 loc) • 3.91 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IKeep3rJobWorkable",
"sourceName": "solidity/interfaces/peripherals/IKeep3rJobs.sol",
"abi": [
{
"inputs": [],
"name": "InsufficientFunds",
"type": "error"
},
{
"inputs": [],
"name": "JobUnapproved",
"type": "error"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "_gasLeft",
"type": "uint256"
}
],
"name": "KeeperValidation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "_credit",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "_job",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "_keeper",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "_amount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "_gasLeft",
"type": "uint256"
}
],
"name": "KeeperWork",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "_keeper",
"type": "address"
},
{
"internalType": "uint256",
"name": "_payment",
"type": "uint256"
}
],
"name": "bondedPayment",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_token",
"type": "address"
},
{
"internalType": "address",
"name": "_keeper",
"type": "address"
},
{
"internalType": "uint256",
"name": "_amount",
"type": "uint256"
}
],
"name": "directTokenPayment",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_keeper",
"type": "address"
},
{
"internalType": "address",
"name": "_bond",
"type": "address"
},
{
"internalType": "uint256",
"name": "_minBond",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "_earned",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "_age",
"type": "uint256"
}
],
"name": "isBondedKeeper",
"outputs": [
{
"internalType": "bool",
"name": "_isBondedKeeper",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_keeper",
"type": "address"
}
],
"name": "isKeeper",
"outputs": [
{
"internalType": "bool",
"name": "_isKeeper",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_keeper",
"type": "address"
}
],
"name": "worked",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}