@defi-wonderland/keep3r-v2
Version:
The Keep3r Network is a decentralized network for projects that need external devops, and for external teams to find keeper jobs
45 lines (44 loc) • 916 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IKasparov",
"sourceName": "solidity/interfaces/external/IKasparov.sol",
"abi": [
{
"inputs": [],
"name": "governor",
"outputs": [
{
"internalType": "address",
"name": "_governor",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_keep3r",
"type": "address"
}
],
"name": "setKeep3r",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "work",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}