keep3r-v2
Version:
The Keep3r Network is a decentralized network for projects that need external devops, and for external teams to find keeper jobs
54 lines (53 loc) • 1.1 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IKeep3rJobManager",
"sourceName": "solidity/interfaces/peripherals/IKeep3rJobs.sol",
"abi": [
{
"inputs": [],
"name": "AlreadyAKeeper",
"type": "error"
},
{
"inputs": [],
"name": "JobAlreadyAdded",
"type": "error"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "_job",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "_jobOwner",
"type": "address"
}
],
"name": "JobAddition",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "_job",
"type": "address"
}
],
"name": "addJob",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}