keep3r-v2
Version:
The Keep3r Network is a decentralized network for projects that need external devops, and for external teams to find keeper jobs
120 lines (119 loc) • 2.53 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IKeep3rJobMigration",
"sourceName": "solidity/interfaces/peripherals/IKeep3rJobs.sol",
"abi": [
{
"inputs": [],
"name": "JobMigrationImpossible",
"type": "error"
},
{
"inputs": [],
"name": "JobMigrationLocked",
"type": "error"
},
{
"inputs": [],
"name": "JobMigrationUnavailable",
"type": "error"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "_fromJob",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "_toJob",
"type": "address"
}
],
"name": "JobMigrationRequested",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "_fromJob",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "_toJob",
"type": "address"
}
],
"name": "JobMigrationSuccessful",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "_fromJob",
"type": "address"
},
{
"internalType": "address",
"name": "_toJob",
"type": "address"
}
],
"name": "acceptJobMigration",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_fromJob",
"type": "address"
},
{
"internalType": "address",
"name": "_toJob",
"type": "address"
}
],
"name": "migrateJob",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_fromJob",
"type": "address"
}
],
"name": "pendingJobMigrations",
"outputs": [
{
"internalType": "address",
"name": "_toJob",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}