{
  "abi": [
    {
      "inputs": [],
      "name": "CardinalityJob_InvalidPoolManager",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "CardinalityJob_MinCardinality",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "InvalidKeeper",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "PriceGovernable_NoGovernanceZeroAddress",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "PriceGovernable_OnlyGovernance",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "PriceGovernable_OnlyPendingGovernance",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "PricePausable_Paused",
      "type": "error"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "_pendingGovernance",
          "type": "address"
        }
      ],
      "name": "GovernanceProposal",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "_governance",
          "type": "address"
        }
      ],
      "name": "GovernanceSet",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "contract IERC20",
          "name": "_bond",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "_minBond",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "_earnings",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "_age",
          "type": "uint256"
        }
      ],
      "name": "Keep3rRequirementsSet",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "contract IKeep3r",
          "name": "_keep3r",
          "type": "address"
        }
      ],
      "name": "Keep3rSet",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint16",
          "name": "_minCardinalityIncrease",
          "type": "uint16"
        }
      ],
      "name": "MinCardinalityIncreaseChanged",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "bool",
          "name": "_paused",
          "type": "bool"
        }
      ],
      "name": "PausedSet",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "contract IPoolManagerFactory",
          "name": "_poolManagerFactory",
          "type": "address"
        }
      ],
      "name": "PoolManagerFactoryChanged",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "contract IPoolManager",
          "name": "_poolManager",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint16",
          "name": "_increaseAmount",
          "type": "uint16"
        }
      ],
      "name": "Worked",
      "type": "event"
    },
    {
      "inputs": [],
      "name": "acceptGovernance",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "contract IPoolManager",
          "name": "_poolManager",
          "type": "address"
        }
      ],
      "name": "getMinCardinalityIncreaseForPool",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "_minCardinalityIncrease",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "governance",
      "outputs": [
        {
          "internalType": "address",
          "name": "_governance",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "isPaused",
      "outputs": [
        {
          "internalType": "bool",
          "name": "_isPaused",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "contract IPoolManager",
          "name": "_poolManager",
          "type": "address"
        },
        {
          "internalType": "uint16",
          "name": "_increaseAmount",
          "type": "uint16"
        },
        {
          "internalType": "address",
          "name": "_keeper",
          "type": "address"
        }
      ],
      "name": "isWorkable",
      "outputs": [
        {
          "internalType": "bool",
          "name": "_workable",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "contract IPoolManager",
          "name": "_poolManager",
          "type": "address"
        },
        {
          "internalType": "uint16",
          "name": "_increaseAmount",
          "type": "uint16"
        }
      ],
      "name": "isWorkable",
      "outputs": [
        {
          "internalType": "bool",
          "name": "_workable",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "keep3r",
      "outputs": [
        {
          "internalType": "contract IKeep3r",
          "name": "_keep3r",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "minCardinalityIncrease",
      "outputs": [
        {
          "internalType": "uint16",
          "name": "_minCardinalityIncrease",
          "type": "uint16"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "pendingGovernance",
      "outputs": [
        {
          "internalType": "address",
          "name": "_pendingGovernance",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "poolManagerFactory",
      "outputs": [
        {
          "internalType": "contract IPoolManagerFactory",
          "name": "_poolManagerFactory",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "requiredAge",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "_requiredAge",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "requiredBond",
      "outputs": [
        {
          "internalType": "contract IERC20",
          "name": "_requiredBond",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "requiredEarnings",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "_requiredEarnings",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "requiredMinBond",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "_requiredMinBond",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "_governance",
          "type": "address"
        }
      ],
      "name": "setGovernance",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "contract IKeep3r",
          "name": "_keep3r",
          "type": "address"
        }
      ],
      "name": "setKeep3r",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "contract IERC20",
          "name": "_bond",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "_minBond",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "_earnings",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "_age",
          "type": "uint256"
        }
      ],
      "name": "setKeep3rRequirements",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint16",
          "name": "_minCardinalityIncrease",
          "type": "uint16"
        }
      ],
      "name": "setMinCardinalityIncrease",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "bool",
          "name": "_paused",
          "type": "bool"
        }
      ],
      "name": "setPaused",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "contract IPoolManagerFactory",
          "name": "_poolManagerFactory",
          "type": "address"
        }
      ],
      "name": "setPoolManagerFactory",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "contract IPoolManager",
          "name": "_poolManager",
          "type": "address"
        },
        {
          "internalType": "uint16",
          "name": "_increaseAmount",
          "type": "uint16"
        }
      ],
      "name": "work",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "deployedBytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "methodIdentifiers": {
    "acceptGovernance()": "238efcbc",
    "getMinCardinalityIncreaseForPool(address)": "4365543b",
    "governance()": "5aa6e675",
    "isPaused()": "b187bd26",
    "isWorkable(address,uint16)": "6d70de7d",
    "isWorkable(address,uint16,address)": "6c7d5e5a",
    "keep3r()": "634c7bb5",
    "minCardinalityIncrease()": "56666618",
    "pendingGovernance()": "f39c38a0",
    "poolManagerFactory()": "b0dc60c9",
    "requiredAge()": "6b1b6e3e",
    "requiredBond()": "3ff8bbf6",
    "requiredEarnings()": "62ba54a9",
    "requiredMinBond()": "73da47c8",
    "setGovernance(address)": "ab033ea9",
    "setKeep3r(address)": "4cc18e57",
    "setKeep3rRequirements(address,uint256,uint256,uint256)": "5905b407",
    "setMinCardinalityIncrease(uint16)": "3e4b99be",
    "setPaused(bool)": "16c38b3c",
    "setPoolManagerFactory(address)": "800040eb",
    "work(address,uint16)": "87e80ad1"
  },
  "rawMetadata": "{\"compiler\":{\"version\":\"0.8.10+commit.fc410830\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"CardinalityJob_InvalidPoolManager\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"CardinalityJob_MinCardinality\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidKeeper\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"PriceGovernable_NoGovernanceZeroAddress\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"PriceGovernable_OnlyGovernance\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"PriceGovernable_OnlyPendingGovernance\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"PricePausable_Paused\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"_pendingGovernance\",\"type\":\"address\"}],\"name\":\"GovernanceProposal\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"_governance\",\"type\":\"address\"}],\"name\":\"GovernanceSet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"contract IERC20\",\"name\":\"_bond\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"_minBond\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"_earnings\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"_age\",\"type\":\"uint256\"}],\"name\":\"Keep3rRequirementsSet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"contract IKeep3r\",\"name\":\"_keep3r\",\"type\":\"address\"}],\"name\":\"Keep3rSet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint16\",\"name\":\"_minCardinalityIncrease\",\"type\":\"uint16\"}],\"name\":\"MinCardinalityIncreaseChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"_paused\",\"type\":\"bool\"}],\"name\":\"PausedSet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"contract IPoolManagerFactory\",\"name\":\"_poolManagerFactory\",\"type\":\"address\"}],\"name\":\"PoolManagerFactoryChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"contract IPoolManager\",\"name\":\"_poolManager\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint16\",\"name\":\"_increaseAmount\",\"type\":\"uint16\"}],\"name\":\"Worked\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptGovernance\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IPoolManager\",\"name\":\"_poolManager\",\"type\":\"address\"}],\"name\":\"getMinCardinalityIncreaseForPool\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"_minCardinalityIncrease\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"governance\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"_governance\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isPaused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"_isPaused\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IPoolManager\",\"name\":\"_poolManager\",\"type\":\"address\"},{\"internalType\":\"uint16\",\"name\":\"_increaseAmount\",\"type\":\"uint16\"},{\"internalType\":\"address\",\"name\":\"_keeper\",\"type\":\"address\"}],\"name\":\"isWorkable\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"_workable\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IPoolManager\",\"name\":\"_poolManager\",\"type\":\"address\"},{\"internalType\":\"uint16\",\"name\":\"_increaseAmount\",\"type\":\"uint16\"}],\"name\":\"isWorkable\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"_workable\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"keep3r\",\"outputs\":[{\"internalType\":\"contract IKeep3r\",\"name\":\"_keep3r\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"minCardinalityIncrease\",\"outputs\":[{\"internalType\":\"uint16\",\"name\":\"_minCardinalityIncrease\",\"type\":\"uint16\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingGovernance\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"_pendingGovernance\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"poolManagerFactory\",\"outputs\":[{\"internalType\":\"contract IPoolManagerFactory\",\"name\":\"_poolManagerFactory\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"requiredAge\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"_requiredAge\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"requiredBond\",\"outputs\":[{\"internalType\":\"contract IERC20\",\"name\":\"_requiredBond\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"requiredEarnings\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"_requiredEarnings\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"requiredMinBond\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"_requiredMinBond\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_governance\",\"type\":\"address\"}],\"name\":\"setGovernance\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IKeep3r\",\"name\":\"_keep3r\",\"type\":\"address\"}],\"name\":\"setKeep3r\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IERC20\",\"name\":\"_bond\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_minBond\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"_earnings\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"_age\",\"type\":\"uint256\"}],\"name\":\"setKeep3rRequirements\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"_minCardinalityIncrease\",\"type\":\"uint16\"}],\"name\":\"setMinCardinalityIncrease\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bool\",\"name\":\"_paused\",\"type\":\"bool\"}],\"name\":\"setPaused\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IPoolManagerFactory\",\"name\":\"_poolManagerFactory\",\"type\":\"address\"}],\"name\":\"setPoolManagerFactory\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IPoolManager\",\"name\":\"_poolManager\",\"type\":\"address\"},{\"internalType\":\"uint16\",\"name\":\"_increaseAmount\",\"type\":\"uint16\"}],\"name\":\"work\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"MinCardinalityIncreaseChanged(uint16)\":{\"params\":{\"_minCardinalityIncrease\":\"The new minimum amount\"}},\"PoolManagerFactoryChanged(address)\":{\"params\":{\"_poolManagerFactory\":\"The new pool manager factory\"}},\"Worked(address,uint16)\":{\"params\":{\"_increaseAmount\":\"The amount of increase\",\"_poolManager\":\"The address of the pool manager\"}}},\"kind\":\"dev\",\"methods\":{\"getMinCardinalityIncreaseForPool(address)\":{\"params\":{\"_poolManager\":\"The pool manager of the pool for which the cardinality will be increased\"},\"returns\":{\"_minCardinalityIncrease\":\"The minimum possible cardinality increase for the pool\"}},\"governance()\":{\"returns\":{\"_governance\":\"The governance address\"}},\"isPaused()\":{\"returns\":{\"_isPaused\":\"True if paused\"}},\"isWorkable(address,uint16)\":{\"params\":{\"_increaseAmount\":\"The increased amount of the pool cardinality\",\"_poolManager\":\"The pool manager of the pool for which the cardinality will be increased\"},\"returns\":{\"_workable\":\"If the job is workable with the given inputs\"}},\"isWorkable(address,uint16,address)\":{\"params\":{\"_increaseAmount\":\"The increased amount of the pool cardinality\",\"_keeper\":\"The address of the keeper\",\"_poolManager\":\"The pool manager of the pool for which the cardinality will be increased\"},\"returns\":{\"_workable\":\"If the job is workable with the given inputs\"}},\"keep3r()\":{\"returns\":{\"_keep3r\":\"The address of the token\"}},\"minCardinalityIncrease()\":{\"returns\":{\"_minCardinalityIncrease\":\"The minimum number of slots increases allowed\"}},\"pendingGovernance()\":{\"returns\":{\"_pendingGovernance\":\"The pendingGovernance address\"}},\"poolManagerFactory()\":{\"returns\":{\"_poolManagerFactory\":\"The pool manager factory\"}},\"requiredAge()\":{\"returns\":{\"_requiredAge\":\"The age of the keeper, in seconds\"}},\"requiredBond()\":{\"returns\":{\"_requiredBond\":\"The address of the token\"}},\"requiredEarnings()\":{\"returns\":{\"_requiredEarnings\":\"The required earnings\"}},\"requiredMinBond()\":{\"returns\":{\"_requiredMinBond\":\"The required min amount bond\"}},\"setGovernance(address)\":{\"params\":{\"_governance\":\"The address being proposed as the new governance\"}},\"setKeep3r(address)\":{\"params\":{\"_keep3r\":\"The address of the keeper to be set\"}},\"setKeep3rRequirements(address,uint256,uint256,uint256)\":{\"params\":{\"_age\":\"The age of the keeper in the Keep3r network\",\"_bond\":\"The required token to bond by keepers\",\"_earnings\":\"The earnings of the keeper\",\"_minBond\":\"The minimum amount bound\"}},\"setMinCardinalityIncrease(uint16)\":{\"params\":{\"_minCardinalityIncrease\":\"The new minimum number of slots\"}},\"setPaused(bool)\":{\"params\":{\"_paused\":\"True to pause the contract, false to resume it\"}},\"setPoolManagerFactory(address)\":{\"params\":{\"_poolManagerFactory\":\"The address of the new pool manager factory\"}},\"work(address,uint16)\":{\"details\":\"Requires enough WETH deposited for this pool to reimburse the gas consumption to the keeper\",\"params\":{\"_increaseAmount\":\"The amount by which the cardinality will be increased\",\"_poolManager\":\"The pool manager of the pool for which the cardinality will be increased\"}}},\"version\":1},\"userdoc\":{\"errors\":{\"CardinalityJob_InvalidPoolManager()\":[{\"notice\":\"Thrown when working with an invalid pool manager\"}],\"CardinalityJob_MinCardinality()\":[{\"notice\":\"Thrown when the proposed cardinality increase is too low\"}],\"InvalidKeeper()\":[{\"notice\":\"Thrown when the caller is not a valid keeper in the Keep3r network\"}],\"PriceGovernable_NoGovernanceZeroAddress()\":[{\"notice\":\"Thrown when trying to set governance to zero address\"}],\"PriceGovernable_OnlyGovernance()\":[{\"notice\":\"Thrown when the caller of the function is not governance\"}],\"PriceGovernable_OnlyPendingGovernance()\":[{\"notice\":\"Thrown when the caller of the function is not pendingGovernance\"}],\"PricePausable_Paused()\":[{\"notice\":\"Thrown when trying to access a paused contract\"}]},\"events\":{\"GovernanceProposal(address)\":{\"notice\":\"Emitted when new governance is proposed\"},\"GovernanceSet(address)\":{\"notice\":\"Emitted when pendingGovernance accepts to be governance\"},\"Keep3rRequirementsSet(address,uint256,uint256,uint256)\":{\"notice\":\"Emitted when setting new keeper requirements\"},\"Keep3rSet(address)\":{\"notice\":\"Emitted a new keeper is set\"},\"MinCardinalityIncreaseChanged(uint16)\":{\"notice\":\"Emitted when the minimum cardinality increase amount allowed is changed\"},\"PausedSet(bool)\":{\"notice\":\"Emitted when the pause status of the contract changes\"},\"PoolManagerFactoryChanged(address)\":{\"notice\":\"Emitted when the pool manager factory is changed\"},\"Worked(address,uint16)\":{\"notice\":\"Emitted when the job is worked\"}},\"kind\":\"user\",\"methods\":{\"acceptGovernance()\":{\"notice\":\"Changes the governance from the current one to the previously proposed address\"},\"getMinCardinalityIncreaseForPool(address)\":{\"notice\":\"Calculates the minimum possible cardinality increase for a pool\"},\"governance()\":{\"notice\":\"Returns the governance address\"},\"isPaused()\":{\"notice\":\"Returns the pause status\"},\"isWorkable(address,uint16)\":{\"notice\":\"Checks if the job can be worked in the current block\"},\"isWorkable(address,uint16,address)\":{\"notice\":\"Checks if the job can be worked in the current block by a specific keeper\"},\"keep3r()\":{\"notice\":\"The address of the Keep3r contract\"},\"minCardinalityIncrease()\":{\"notice\":\"Returns the minimum increase of cardinality allowed\"},\"pendingGovernance()\":{\"notice\":\"Returns the pendingGovernance address\"},\"poolManagerFactory()\":{\"notice\":\"Returns the pool manager factory\"},\"requiredAge()\":{\"notice\":\"The age of the keeper in the Keep3r network\"},\"requiredBond()\":{\"notice\":\"The address of the keeper bond token\"},\"requiredEarnings()\":{\"notice\":\"The required earnings of the keeper\"},\"requiredMinBond()\":{\"notice\":\"The minimum amount of bonded token required to bond by the keeper\"},\"setGovernance(address)\":{\"notice\":\"Proposes a new address to be governance\"},\"setKeep3r(address)\":{\"notice\":\"Sets the address of the keeper\"},\"setKeep3rRequirements(address,uint256,uint256,uint256)\":{\"notice\":\"Sets the keeper requirements\"},\"setMinCardinalityIncrease(uint16)\":{\"notice\":\"Changes the min amount of cardinality increase per work\"},\"setPaused(bool)\":{\"notice\":\"Set the pause status\"},\"setPoolManagerFactory(address)\":{\"notice\":\"Changes the pool manager factory\"},\"work(address,uint16)\":{\"notice\":\"The function worked by the keeper, which will increase the pool cardinality\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"solidity/interfaces/jobs/ICardinalityJob.sol\":\"ICardinalityJob\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":20000},\"remappings\":[\":@contracts/=solidity/contracts/\",\":@defi-wonderland/=node_modules/@defi-wonderland/\",\":@interfaces/=solidity/interfaces/\",\":@openzeppelin/=node_modules/@openzeppelin/\",\":@test/=solidity/test/\",\":@uniswap/=node_modules/@uniswap/\",\":@uniswap/v3-core/=node_modules/@uniswap/v3-core/\",\":@uniswap/v3-periphery/=node_modules/@uniswap/v3-periphery/\",\":base64-sol/=node_modules/base64-sol/\",\":chainlink/=node_modules/chainlink/contracts/src/v0.8/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\",\":isolmate/=node_modules/@defi-wonderland/isolmate/src/\",\":keep3r-v2/=node_modules/keep3r-v2/\",\":keep3r/=node_modules/keep3r-v2/solidity/\",\":openzeppelin-solidity/=node_modules/openzeppelin-solidity/\",\":oz/=node_modules/openzeppelin-solidity/contracts/\",\":uni-v3-core/=node_modules/@uniswap/v3-core/contracts/\",\":uni-v3-periphery/=node_modules/@uniswap/v3-periphery/contracts/\",\":weird-erc20/=node_modules/weird-erc20/src/\"]},\"sources\":{\"node_modules/@defi-wonderland/isolmate/src/interfaces/tokens/IERC20.sol\":{\"keccak256\":\"0xea23a986a9efba47639b24eae7dbfd6936be01e5fc3530202fe1f4b8bb4131b8\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://37e08545e18de038023d32de846032533af9513c0b7b84a6c5c371941b6bd5f7\",\"dweb:/ipfs/QmRYNSXwiJ9wE36ogE5J77g6pbGK7T7qqqAF99DZq3eW5B\"]},\"node_modules/@uniswap/v3-core/contracts/interfaces/IUniswapV3Pool.sol\":{\"keccak256\":\"0xfe6113d518466cd6652c85b111e01f33eb62157f49ae5ed7d5a3947a2044adb1\",\"license\":\"GPL-2.0-or-later\",\"urls\":[\"bzz-raw://1c42b9e6f5902ac38dd43e25750939baa7e0c1425dc75afd717c4412731065d5\",\"dweb:/ipfs/QmWaoacnzsucTvBME2o7YgZBZMhaHv7fkj83htHMVWJKWh\"]},\"node_modules/@uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolActions.sol\":{\"keccak256\":\"0x9453dd0e7442188667d01d9b65de3f1e14e9511ff3e303179a15f6fc267f7634\",\"license\":\"GPL-2.0-or-later\",\"urls\":[\"bzz-raw://982f4328f956c3e60e67501e759eb292ac487f76460c774c50e9ae4fcc92aae5\",\"dweb:/ipfs/QmRnzEDsaqtd9PJEVcgQi7p5aV5pMSvRUoGZJAdwFUJxgZ\"]},\"node_modules/@uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolDerivedState.sol\":{\"keccak256\":\"0xe603ac5b17ecdee73ba2b27efdf386c257a19c14206e87eee77e2017b742d9e5\",\"license\":\"GPL-2.0-or-later\",\"urls\":[\"bzz-raw://8febc9bdb399a4d94bb89f5377732652e2400e4a8dee808201ade6848f9004e7\",\"dweb:/ipfs/QmaKDqYYFU4d2W2iN77aDHptfbFmYZRrMYXHeGpJmM8C1c\"]},\"node_modules/@uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolEvents.sol\":{\"keccak256\":\"0x8071514d0fe5d17d6fbd31c191cdfb703031c24e0ece3621d88ab10e871375cd\",\"license\":\"GPL-2.0-or-later\",\"urls\":[\"bzz-raw://d0b571930cc7488b1d546a7e9cea7c52d8b3c4e207da657ed0e0db7343b8cd03\",\"dweb:/ipfs/QmaGK6vVwB95QSTR1XMYvrh7ivYAYZxi3fD7v6VMA4jZ39\"]},\"node_modules/@uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolImmutables.sol\":{\"keccak256\":\"0xf6e5d2cd1139c4c276bdbc8e1d2b256e456c866a91f1b868da265c6d2685c3f7\",\"license\":\"GPL-2.0-or-later\",\"urls\":[\"bzz-raw://b99c8c9ae8e27ee6559e5866bea82cbc9ffc8247f8d15b7422a4deb287d4d047\",\"dweb:/ipfs/QmfL8gaqt3ffAnm6nVj5ksuNpLygXuL3xq5VBqrkwC2JJ3\"]},\"node_modules/@uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolOwnerActions.sol\":{\"keccak256\":\"0x759b78a2918af9e99e246dc3af084f654e48ef32bb4e4cb8a966aa3dcaece235\",\"license\":\"GPL-2.0-or-later\",\"urls\":[\"bzz-raw://64144fb96e1c7fdba87305acadb98a198d26a3d46c097cb3a666e567f6f29735\",\"dweb:/ipfs/QmUnWVwN9FKB9uV5Pr8YfLpWZnYM2DENnRMaadZ492JS9u\"]},\"node_modules/@uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolState.sol\":{\"keccak256\":\"0x852dc1f5df7dcf7f11e7bb3eed79f0cea72ad4b25f6a9d2c35aafb48925fd49f\",\"license\":\"GPL-2.0-or-later\",\"urls\":[\"bzz-raw://ed63907c38ff36b0e22bc9ffc53e791ea74f0d4f0e7c257fdfb5aaf8825b1f0f\",\"dweb:/ipfs/QmSQrckghEjs6HVsA5GVgpNpZWvTXMY5eQLF7cN6deFeEg\"]},\"node_modules/keep3r-v2/solidity/interfaces/IKeep3r.sol\":{\"keccak256\":\"0x273a39984c1475c60182e636bb91a1b89ec98646a036cac6a87067869b3adeb9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://13fa95e5526a22c48222b74cbbaa2a7b80126e02112e96fec38d0d75bb20d450\",\"dweb:/ipfs/QmYj3AUhMYmiG9MMqbK9VUFqgnn4X6jaZqKG5myFBYYmmv\"]},\"node_modules/keep3r-v2/solidity/interfaces/peripherals/IBaseErrors.sol\":{\"keccak256\":\"0x9130019a08d9eaedfb920a323fed5c7f409736cd918f1a32921c93551b3ee00e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5c4ae0dc1b01e1eaf0e795631c0ae2c761b70d3aa9b6883a3948462cfecc06e6\",\"dweb:/ipfs/QmaUsKrdPJqcQnVxb23f2obQyWeK2C3Nikf6LqibaqMLCz\"]},\"node_modules/keep3r-v2/solidity/interfaces/peripherals/IDustCollector.sol\":{\"keccak256\":\"0x38dce228111f2a3c6b26ac09c5652c3f1f184c4cfe50d11ff0958ef6a50683bb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6f7bfe74d44a4b1e1e8a73892e44cb7f3a0086ae012c46e354bf1b40a16ded52\",\"dweb:/ipfs/QmeP3F3i2wXRy5yzSWtazNqH8KyKdncFto8AdB9M7VfjUW\"]},\"node_modules/keep3r-v2/solidity/interfaces/peripherals/IGovernable.sol\":{\"keccak256\":\"0x3284624b2479bbf97c821f37c93a096dcb869b30bbf9b20d30d1800f9535452c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a058f2e2d3d09fe89230e5e4292568c2a14e24a4cf953d4284daa29cf4de4fa0\",\"dweb:/ipfs/QmSGL7FDT29bvfa5zvoq9PkNVWSpR6ZY523axPXoSq3u7M\"]},\"node_modules/keep3r-v2/solidity/interfaces/peripherals/IKeep3rAccountance.sol\":{\"keccak256\":\"0xf4748c236ddf409e45e7169c735e2fc54e627b2b3ccd189ebb438ad768f1deb1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ad6a28e2d17b5eed1a365f995349203053d964ad78c64eb7c0fd4eed0a202bf1\",\"dweb:/ipfs/QmaLH6GkuTkLJ8AukTLXrvSDiS8KAFwDkbynPURTcsumzF\"]},\"node_modules/keep3r-v2/solidity/interfaces/peripherals/IKeep3rDisputable.sol\":{\"keccak256\":\"0x002b9b4c75e62d48d74b6447649d39eb5c1e128d2523bb11e08e9cd3e27b1f70\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://82c436aaecd1b3152a796c14707ac93a8d2988db101e470a8b2b84c23f3d506f\",\"dweb:/ipfs/QmYUgdQFmZic2c6RUxxWNkSUvqM11B1Ti6rgFZMFRzsT7B\"]},\"node_modules/keep3r-v2/solidity/interfaces/peripherals/IKeep3rJobs.sol\":{\"keccak256\":\"0x08915189f1a9484d17a51b7fb343b765b9edba29062bb644af9663af18f03e34\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f5b549c9264d1783a22c8980187c97f2bc7db30c61cd2b1652ed1b184e49d86b\",\"dweb:/ipfs/QmeJR2qYWNkEM1qCwiKczQdfBpXUp45rS3o8Zf43AKoSaR\"]},\"node_modules/keep3r-v2/solidity/interfaces/peripherals/IKeep3rKeepers.sol\":{\"keccak256\":\"0xc95e6bba82a8371c6bd15a8e9d0df91c826b5050b8ee01d913c1c13a4e92a49b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://370a48951cc8c8d1b96507683dbf8f798605867388e6f50e29e1741a8873d46d\",\"dweb:/ipfs/QmVD8zzzcaUUxrVrodoPfHV5zdXqt6ZXKfSshy43gWwsNt\"]},\"node_modules/keep3r-v2/solidity/interfaces/peripherals/IKeep3rParameters.sol\":{\"keccak256\":\"0x942f99c6e3b229a551faaae8f03000b934b20502a7cfade14780508201fd098e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b994c19a217b30352f7a6ca67044bde835d06ddfe51a6b651076d99a7214e1b0\",\"dweb:/ipfs/Qmdb1gc4xtQLSa3nLuen8GK7esb8tj3KgmYvzY2ovvraw1\"]},\"node_modules/keep3r-v2/solidity/interfaces/peripherals/IKeep3rRoles.sol\":{\"keccak256\":\"0xe6eca166cf6ad99e5379d754030222873bb9868ff3e2a76de815a438ead533a2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7d5036cc038714163c3c79479fe00ff0070e5a0a155e00e562d1d645a636b76b\",\"dweb:/ipfs/QmSZPJntRruGnXFEYuUrBrUSfqDDzJ5awMXx2r1nyDAQbd\"]},\"solidity/interfaces/IFeeManager.sol\":{\"keccak256\":\"0x601f6a0b64273647af20e1c59aeffe2086be4c4978773d0adf7c2bfe41c2c727\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://e2c4dc963c1c515fa7ef18bce567fcee6e7acf895031adcfe3fdeb8f7e37caed\",\"dweb:/ipfs/QmWsu86sEAFS2egVJiYSvykcKv9fUfscepuKTfVsat8Bok\"]},\"solidity/interfaces/ILockManager.sol\":{\"keccak256\":\"0xa232140a3c96344e2143d9e7c465097c77304b12c5267fb9e7c22ca467c11b57\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://59e01db60aef7cb9add55070a96a0dfc297d83b99f70562e986e385d3cdb8da8\",\"dweb:/ipfs/QmaAHyD6swNuF5gYsxpyhyzxq11bMUwFUYQZiAezX98JTX\"]},\"solidity/interfaces/ILockManagerFactory.sol\":{\"keccak256\":\"0xae1530bf74a0d9f1e71abec4cce3462b46ad53b067ef0022795929953b23f817\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://2505cbc50886430000811c75a4ed31c8392f8b476c1d43720bd1aa63ae2a090b\",\"dweb:/ipfs/QmPaN3AkvGVaQYdwMDeGjJrYkEqpmfHWvb4xfG2ZuftSER\"]},\"solidity/interfaces/ILockManagerGovernor.sol\":{\"keccak256\":\"0x6dbdf9194a2a45a434fd31cc62acff5003d53a949baef6a454d5dea97dd29ea3\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://6dc8fe41a53db8c09982e78c88036dcc9c9c2bcb45a4d766b40b631a8df33f5b\",\"dweb:/ipfs/QmcFq2LTpZT7ZzNw6VBkXbSLuuX9LGcshzjP7xX9Bzr2cS\"]},\"solidity/interfaces/IPoolManager.sol\":{\"keccak256\":\"0xf795ff3abbe3b2b4def474a505e78569d41086da3f6d439f732b9ee5295ba49d\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://62041119416c6418fec45bbaca62fba107acda209dd12ef040a8dab1b65d3878\",\"dweb:/ipfs/QmbB2BeWsmHRRxbeQY7XNQekcaJP9j97n9juXU7khsUzgN\"]},\"solidity/interfaces/IPoolManagerDeployer.sol\":{\"keccak256\":\"0xbc4c205c007a713aa9c166982ce77f208456749f437cc782d6500d6f456f4113\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://70e7239fa222d567ac9851d971c7cbb5ee3ebfa52fd04692db4feb0e21350016\",\"dweb:/ipfs/QmZhFWjSSjYNbggeeo4cUhxinX9vGPAGuUkMqMVxZmnd9D\"]},\"solidity/interfaces/IPoolManagerFactory.sol\":{\"keccak256\":\"0x0aea0b427578023099fb9a1bf09a20762c1c958ef5859c762fc673d3314e97cd\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://b8fc29e8f15ef3eaa6262189ac28960c7960e52d2a8de23d6451e3189ae80cc9\",\"dweb:/ipfs/QmYKicDyJi2Lw8YuY92SFyBzfDmvBGuECpH6mm15wbi7J3\"]},\"solidity/interfaces/IPoolManagerGovernor.sol\":{\"keccak256\":\"0x67020a4d2879b26138ffe80168e12caeacb0cdc3852de452a35946a0bab3ff13\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://c6b07c8f824577fce45baaf9a1643b7c1a51398396a47e08306eef8ccdfe87ba\",\"dweb:/ipfs/QmbeATmPW1T9GyrbguSkEkPKJLUS4ALH5BFLs1n38PZnuv\"]},\"solidity/interfaces/jobs/ICardinalityJob.sol\":{\"keccak256\":\"0xb2ea5ab5837457a18099b93596d0bb21d0eba97679219332b2c600027acb7efc\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://36a717206961aa821014c799c45e5d4987042f0447f2da70b0b26e6e348cc4c8\",\"dweb:/ipfs/QmR4E7L8smEL7KrGRCXaXoP45P3C9AmHopgnvhZQhrFEAY\"]},\"solidity/interfaces/jobs/IFeeCollectorJob.sol\":{\"keccak256\":\"0x719f4225d74474973cb4c58a524661dd5b0d437c17258f7be1f028377a2a1ed2\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://e414800cc7c4c064caa2e57f243a15ec88a4fa72919d568da944e30a176353e7\",\"dweb:/ipfs/QmRpJdh9C5TCArQPYD2qq1tjNeaQVUHGhRh9YtsdxqAreh\"]},\"solidity/interfaces/jobs/IKeep3rJob.sol\":{\"keccak256\":\"0x537540063984e38ff186592936016ac3b452a21da322ae8fb9bf173b8c2fabe8\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://847d7cc63dd034253aeeb2fdea6225f7b27fda867888b7e21297838f1eb05c1f\",\"dweb:/ipfs/Qmeaci4yeX8rUXamD9cp3biJBGUxYUkJTkLTWf4vcsYJFt\"]},\"solidity/interfaces/periphery/IGovernorMiniBravo.sol\":{\"keccak256\":\"0x3385738365ff7ba2aaac8a1e507f571e3e5bd97988241b6678ed4aa1d61cfbae\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://fd624c0e163d0a174c078c4cb450eefa84a86dc70ccdb8625636e1963866cffd\",\"dweb:/ipfs/QmYVVRctxeYgPeKKUPBSuwZ11uU3EPf4opYuLA7aJWKGAB\"]},\"solidity/interfaces/periphery/IPriceOracle.sol\":{\"keccak256\":\"0x27e349905c9e686510cd51ccb3f11c6617bc3135c8188215db980d8fcc02ef26\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://1c0096e91e4ce57273090f452af1f8cbc7112c57359404a9920070b969213d08\",\"dweb:/ipfs/QmW56eqevPWT9vzYq3gGC47DaFfEb2QEr3gFK4Tvt1WcjL\"]},\"solidity/interfaces/periphery/IPriceOracleCorrections.sol\":{\"keccak256\":\"0x53b8f395595d23beba0d5295fa494fc28b4452d2526fe8da5932e98ef9b3e12f\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://e3795b5aacfcd9a3caf85291ed73d17fd37621574072950dad79ecbccbc0d6c4\",\"dweb:/ipfs/QmPK9LKsCS5NJZVktcngDnkDBbkTqoTEkvUmEEwaCj4sHJ\"]},\"solidity/interfaces/strategies/IStrategy.sol\":{\"keccak256\":\"0x4d9be7375229a6b01fdadda608b30096a90f1f828ab21b12937ce601c83b83b0\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://549b50053afaa6782060bb6d6568b728c874dbab422077b4a9d08f70acd83adc\",\"dweb:/ipfs/QmWniAa47EZfDfhqPKYgVeaQ6FFbou6JsVquKyXovcxPhU\"]},\"solidity/interfaces/utils/IPriceGovernable.sol\":{\"keccak256\":\"0xd58d6f0d8634ccd0e4ebf04a73c48b6741e221c66c369f3d09ec7891e96a266f\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://8e838c65618d08f0300e555d520e8062eae0d09f387812437a9dad0fd782ae9b\",\"dweb:/ipfs/QmYarNLYUK192seJ4hgB4nHjzzb5sxS8Bsm1K4aA21fLuX\"]},\"solidity/interfaces/utils/IPricePausable.sol\":{\"keccak256\":\"0x32147e0eac7998813804d67fef37ca41796e9d12d9cdd30206d5fb04badba29e\",\"license\":\"AGPL-3.0-only\",\"urls\":[\"bzz-raw://0cebfa2c49375ed9140244cead0d3f4c501970343ccfdd27c7fe41cc2b937ff4\",\"dweb:/ipfs/QmPZ4AY4KFSYmJnHnmwH33kuadY8t4JnnH8hjcVThVB87E\"]}},\"version\":1}",
  "metadata": {
    "compiler": {
      "version": "0.8.10+commit.fc410830"
    },
    "language": "Solidity",
    "output": {
      "abi": [
        {
          "inputs": [],
          "type": "error",
          "name": "CardinalityJob_InvalidPoolManager"
        },
        {
          "inputs": [],
          "type": "error",
          "name": "CardinalityJob_MinCardinality"
        },
        {
          "inputs": [],
          "type": "error",
          "name": "InvalidKeeper"
        },
        {
          "inputs": [],
          "type": "error",
          "name": "PriceGovernable_NoGovernanceZeroAddress"
        },
        {
          "inputs": [],
          "type": "error",
          "name": "PriceGovernable_OnlyGovernance"
        },
        {
          "inputs": [],
          "type": "error",
          "name": "PriceGovernable_OnlyPendingGovernance"
        },
        {
          "inputs": [],
          "type": "error",
          "name": "PricePausable_Paused"
        },
        {
          "inputs": [
            {
              "internalType": "address",
              "name": "_pendingGovernance",
              "type": "address",
              "indexed": false
            }
          ],
          "type": "event",
          "name": "GovernanceProposal",
          "anonymous": false
        },
        {
          "inputs": [
            {
              "internalType": "address",
              "name": "_governance",
              "type": "address",
              "indexed": false
            }
          ],
          "type": "event",
          "name": "GovernanceSet",
          "anonymous": false
        },
        {
          "inputs": [
            {
              "internalType": "contract IERC20",
              "name": "_bond",
              "type": "address",
              "indexed": false
            },
            {
              "internalType": "uint256",
              "name": "_minBond",
              "type": "uint256",
              "indexed": false
            },
            {
              "internalType": "uint256",
              "name": "_earnings",
              "type": "uint256",
              "indexed": false
            },
            {
              "internalType": "uint256",
              "name": "_age",
              "type": "uint256",
              "indexed": false
            }
          ],
          "type": "event",
          "name": "Keep3rRequirementsSet",
          "anonymous": false
        },
        {
          "inputs": [
            {
              "internalType": "contract IKeep3r",
              "name": "_keep3r",
              "type": "address",
              "indexed": false
            }
          ],
          "type": "event",
          "name": "Keep3rSet",
          "anonymous": false
        },
        {
          "inputs": [
            {
              "internalType": "uint16",
              "name": "_minCardinalityIncrease",
              "type": "uint16",
              "indexed": false
            }
          ],
          "type": "event",
          "name": "MinCardinalityIncreaseChanged",
          "anonymous": false
        },
        {
          "inputs": [
            {
              "internalType": "bool",
              "name": "_paused",
              "type": "bool",
              "indexed": false
            }
          ],
          "type": "event",
          "name": "PausedSet",
          "anonymous": false
        },
        {
          "inputs": [
            {
              "internalType": "contract IPoolManagerFactory",
              "name": "_poolManagerFactory",
              "type": "address",
              "indexed": false
            }
          ],
          "type": "event",
          "name": "PoolManagerFactoryChanged",
          "anonymous": false
        },
        {
          "inputs": [
            {
              "internalType": "contract IPoolManager",
              "name": "_poolManager",
              "type": "address",
              "indexed": false
            },
            {
              "internalType": "uint16",
              "name": "_increaseAmount",
              "type": "uint16",
              "indexed": false
            }
          ],
          "type": "event",
          "name": "Worked",
          "anonymous": false
        },
        {
          "inputs": [],
          "stateMutability": "nonpayable",
          "type": "function",
          "name": "acceptGovernance"
        },
        {
          "inputs": [
            {
              "internalType": "contract IPoolManager",
              "name": "_poolManager",
              "type": "address"
            }
          ],
          "stateMutability": "view",
          "type": "function",
          "name": "getMinCardinalityIncreaseForPool",
          "outputs": [
            {
              "internalType": "uint256",
              "name": "_minCardinalityIncrease",
              "type": "uint256"
            }
          ]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "governance",
          "outputs": [
            {
              "internalType": "address",
              "name": "_governance",
              "type": "address"
            }
          ]
        },
        {
          "inputs": [],
          "stateMutability": "nonpayable",
          "type": "function",
          "name": "isPaused",
          "outputs": [
            {
              "internalType": "bool",
              "name": "_isPaused",
              "type": "bool"
            }
          ]
        },
        {
          "inputs": [
            {
              "internalType": "contract IPoolManager",
              "name": "_poolManager",
              "type": "address"
            },
            {
              "internalType": "uint16",
              "name": "_increaseAmount",
              "type": "uint16"
            },
            {
              "internalType": "address",
              "name": "_keeper",
              "type": "address"
            }
          ],
          "stateMutability": "nonpayable",
          "type": "function",
          "name": "isWorkable",
          "outputs": [
            {
              "internalType": "bool",
              "name": "_workable",
              "type": "bool"
            }
          ]
        },
        {
          "inputs": [
            {
              "internalType": "contract IPoolManager",
              "name": "_poolManager",
              "type": "address"
            },
            {
              "internalType": "uint16",
              "name": "_increaseAmount",
              "type": "uint16"
            }
          ],
          "stateMutability": "view",
          "type": "function",
          "name": "isWorkable",
          "outputs": [
            {
              "internalType": "bool",
              "name": "_workable",
              "type": "bool"
            }
          ]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "keep3r",
          "outputs": [
            {
              "internalType": "contract IKeep3r",
              "name": "_keep3r",
              "type": "address"
            }
          ]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "minCardinalityIncrease",
          "outputs": [
            {
              "internalType": "uint16",
              "name": "_minCardinalityIncrease",
              "type": "uint16"
            }
          ]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "pendingGovernance",
          "outputs": [
            {
              "internalType": "address",
              "name": "_pendingGovernance",
              "type": "address"
            }
          ]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "poolManagerFactory",
          "outputs": [
            {
              "internalType": "contract IPoolManagerFactory",
              "name": "_poolManagerFactory",
              "type": "address"
            }
          ]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "requiredAge",
          "outputs": [
            {
              "internalType": "uint256",
              "name": "_requiredAge",
              "type": "uint256"
            }
          ]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "requiredBond",
          "outputs": [
            {
              "internalType": "contract IERC20",
              "name": "_requiredBond",
              "type": "address"
            }
          ]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "requiredEarnings",
          "outputs": [
            {
              "internalType": "uint256",
              "name": "_requiredEarnings",
              "type": "uint256"
            }
          ]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "requiredMinBond",
          "outputs": [
            {
              "internalType": "uint256",
              "name": "_requiredMinBond",
              "type": "uint256"
            }
          ]
        },
        {
          "inputs": [
            {
              "internalType": "address",
              "name": "_governance",
              "type": "address"
            }
          ],
          "stateMutability": "nonpayable",
          "type": "function",
          "name": "setGovernance"
        },
        {
          "inputs": [
            {
              "internalType": "contract IKeep3r",
              "name": "_keep3r",
              "type": "address"
            }
          ],
          "stateMutability": "nonpayable",
          "type": "function",
          "name": "setKeep3r"
        },
        {
          "inputs": [
            {
              "internalType": "contract IERC20",
              "name": "_bond",
              "type": "address"
            },
            {
              "internalType": "uint256",
              "name": "_minBond",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "_earnings",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "_age",
              "type": "uint256"
            }
          ],
          "stateMutability": "nonpayable",
          "type": "function",
          "name": "setKeep3rRequirements"
        },
        {
          "inputs": [
            {
              "internalType": "uint16",
              "name": "_minCardinalityIncrease",
              "type": "uint16"
            }
          ],
          "stateMutability": "nonpayable",
          "type": "function",
          "name": "setMinCardinalityIncrease"
        },
        {
          "inputs": [
            {
              "internalType": "bool",
              "name": "_paused",
              "type": "bool"
            }
          ],
          "stateMutability": "nonpayable",
          "type": "function",
          "name": "setPaused"
        },
        {
          "inputs": [
            {
              "internalType": "contract IPoolManagerFactory",
              "name": "_poolManagerFactory",
              "type": "address"
            }
          ],
          "stateMutability": "nonpayable",
          "type": "function",
          "name": "setPoolManagerFactory"
        },
        {
          "inputs": [
            {
              "internalType": "contract IPoolManager",
              "name": "_poolManager",
              "type": "address"
            },
            {
              "internalType": "uint16",
              "name": "_increaseAmount",
              "type": "uint16"
            }
          ],
          "stateMutability": "nonpayable",
          "type": "function",
          "name": "work"
        }
      ],
      "devdoc": {
        "kind": "dev",
        "methods": {
          "getMinCardinalityIncreaseForPool(address)": {
            "params": {
              "_poolManager": "The pool manager of the pool for which the cardinality will be increased"
            },
            "returns": {
              "_minCardinalityIncrease": "The minimum possible cardinality increase for the pool"
            }
          },
          "governance()": {
            "returns": {
              "_governance": "The governance address"
            }
          },
          "isPaused()": {
            "returns": {
              "_isPaused": "True if paused"
            }
          },
          "isWorkable(address,uint16)": {
            "params": {
              "_increaseAmount": "The increased amount of the pool cardinality",
              "_poolManager": "The pool manager of the pool for which the cardinality will be increased"
            },
            "returns": {
              "_workable": "If the job is workable with the given inputs"
            }
          },
          "isWorkable(address,uint16,address)": {
            "params": {
              "_increaseAmount": "The increased amount of the pool cardinality",
              "_keeper": "The address of the keeper",
              "_poolManager": "The pool manager of the pool for which the cardinality will be increased"
            },
            "returns": {
              "_workable": "If the job is workable with the given inputs"
            }
          },
          "keep3r()": {
            "returns": {
              "_keep3r": "The address of the token"
            }
          },
          "minCardinalityIncrease()": {
            "returns": {
              "_minCardinalityIncrease": "The minimum number of slots increases allowed"
            }
          },
          "pendingGovernance()": {
            "returns": {
              "_pendingGovernance": "The pendingGovernance address"
            }
          },
          "poolManagerFactory()": {
            "returns": {
              "_poolManagerFactory": "The pool manager factory"
            }
          },
          "requiredAge()": {
            "returns": {
              "_requiredAge": "The age of the keeper, in seconds"
            }
          },
          "requiredBond()": {
            "returns": {
              "_requiredBond": "The address of the token"
            }
          },
          "requiredEarnings()": {
            "returns": {
              "_requiredEarnings": "The required earnings"
            }
          },
          "requiredMinBond()": {
            "returns": {
              "_requiredMinBond": "The required min amount bond"
            }
          },
          "setGovernance(address)": {
            "params": {
              "_governance": "The address being proposed as the new governance"
            }
          },
          "setKeep3r(address)": {
            "params": {
              "_keep3r": "The address of the keeper to be set"
            }
          },
          "setKeep3rRequirements(address,uint256,uint256,uint256)": {
            "params": {
              "_age": "The age of the keeper in the Keep3r network",
              "_bond": "The required token to bond by keepers",
              "_earnings": "The earnings of the keeper",
              "_minBond": "The minimum amount bound"
            }
          },
          "setMinCardinalityIncrease(uint16)": {
            "params": {
              "_minCardinalityIncrease": "The new minimum number of slots"
            }
          },
          "setPaused(bool)": {
            "params": {
              "_paused": "True to pause the contract, false to resume it"
            }
          },
          "setPoolManagerFactory(address)": {
            "params": {
              "_poolManagerFactory": "The address of the new pool manager factory"
            }
          },
          "work(address,uint16)": {
            "details": "Requires enough WETH deposited for this pool to reimburse the gas consumption to the keeper",
            "params": {
              "_increaseAmount": "The amount by which the cardinality will be increased",
              "_poolManager": "The pool manager of the pool for which the cardinality will be increased"
            }
          }
        },
        "version": 1
      },
      "userdoc": {
        "kind": "user",
        "methods": {
          "acceptGovernance()": {
            "notice": "Changes the governance from the current one to the previously proposed address"
          },
          "getMinCardinalityIncreaseForPool(address)": {
            "notice": "Calculates the minimum possible cardinality increase for a pool"
          },
          "governance()": {
            "notice": "Returns the governance address"
          },
          "isPaused()": {
            "notice": "Returns the pause status"
          },
          "isWorkable(address,uint16)": {
            "notice": "Checks if the job can be worked in the current block"
          },
          "isWorkable(address,uint16,address)": {
            "notice": "Checks if the job can be worked in the current block by a specific keeper"
          },
          "keep3r()": {
            "notice": "The address of the Keep3r contract"
          },
          "minCardinalityIncrease()": {
            "notice": "Returns the minimum increase of cardinality allowed"
          },
          "pendingGovernance()": {
            "notice": "Returns the pendingGovernance address"
          },
          "poolManagerFactory()": {
            "notice": "Returns the pool manager factory"
          },
          "requiredAge()": {
            "notice": "The age of the keeper in the Keep3r network"
          },
          "requiredBond()": {
            "notice": "The address of the keeper bond token"
          },
          "requiredEarnings()": {
            "notice": "The required earnings of the keeper"
          },
          "requiredMinBond()": {
            "notice": "The minimum amount of bonded token required to bond by the keeper"
          },
          "setGovernance(address)": {
            "notice": "Proposes a new address to be governance"
          },
          "setKeep3r(address)": {
            "notice": "Sets the address of the keeper"
          },
          "setKeep3rRequirements(address,uint256,uint256,uint256)": {
            "notice": "Sets the keeper requirements"
          },
          "setMinCardinalityIncrease(uint16)": {
            "notice": "Changes the min amount of cardinality increase per work"
          },
          "setPaused(bool)": {
            "notice": "Set the pause status"
          },
          "setPoolManagerFactory(address)": {
            "notice": "Changes the pool manager factory"
          },
          "work(address,uint16)": {
            "notice": "The function worked by the keeper, which will increase the pool cardinality"
          }
        },
        "version": 1
      }
    },
    "settings": {
      "remappings": [
        ":@contracts/=solidity/contracts/",
        ":@defi-wonderland/=node_modules/@defi-wonderland/",
        ":@interfaces/=solidity/interfaces/",
        ":@openzeppelin/=node_modules/@openzeppelin/",
        ":@test/=solidity/test/",
        ":@uniswap/=node_modules/@uniswap/",
        ":@uniswap/v3-core/=node_modules/@uniswap/v3-core/",
        ":@uniswap/v3-periphery/=node_modules/@uniswap/v3-periphery/",
        ":base64-sol/=node_modules/base64-sol/",
        ":chainlink/=node_modules/chainlink/contracts/src/v0.8/",
        ":ds-test/=node_modules/ds-test/src/",
        ":forge-std/=node_modules/forge-std/src/",
        ":isolmate/=node_modules/@defi-wonderland/isolmate/src/",
        ":keep3r-v2/=node_modules/keep3r-v2/",
        ":keep3r/=node_modules/keep3r-v2/solidity/",
        ":openzeppelin-solidity/=node_modules/openzeppelin-solidity/",
        ":oz/=node_modules/openzeppelin-solidity/contracts/",
        ":uni-v3-core/=node_modules/@uniswap/v3-core/contracts/",
        ":uni-v3-periphery/=node_modules/@uniswap/v3-periphery/contracts/",
        ":weird-erc20/=node_modules/weird-erc20/src/"
      ],
      "optimizer": {
        "enabled": true,
        "runs": 20000
      },
      "metadata": {
        "bytecodeHash": "ipfs"
      },
      "compilationTarget": {
        "solidity/interfaces/jobs/ICardinalityJob.sol": "ICardinalityJob"
      },
      "libraries": {}
    },
    "sources": {
      "node_modules/@defi-wonderland/isolmate/src/interfaces/tokens/IERC20.sol": {
        "keccak256": "0xea23a986a9efba47639b24eae7dbfd6936be01e5fc3530202fe1f4b8bb4131b8",
        "urls": [
          "bzz-raw://37e08545e18de038023d32de846032533af9513c0b7b84a6c5c371941b6bd5f7",
          "dweb:/ipfs/QmRYNSXwiJ9wE36ogE5J77g6pbGK7T7qqqAF99DZq3eW5B"
        ],
        "license": "AGPL-3.0-only"
      },
      "node_modules/@uniswap/v3-core/contracts/interfaces/IUniswapV3Pool.sol": {
        "keccak256": "0xfe6113d518466cd6652c85b111e01f33eb62157f49ae5ed7d5a3947a2044adb1",
        "urls": [
          "bzz-raw://1c42b9e6f5902ac38dd43e25750939baa7e0c1425dc75afd717c4412731065d5",
          "dweb:/ipfs/QmWaoacnzsucTvBME2o7YgZBZMhaHv7fkj83htHMVWJKWh"
        ],
        "license": "GPL-2.0-or-later"
      },
      "node_modules/@uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolActions.sol": {
        "keccak256": "0x9453dd0e7442188667d01d9b65de3f1e14e9511ff3e303179a15f6fc267f7634",
        "urls": [
          "bzz-raw://982f4328f956c3e60e67501e759eb292ac487f76460c774c50e9ae4fcc92aae5",
          "dweb:/ipfs/QmRnzEDsaqtd9PJEVcgQi7p5aV5pMSvRUoGZJAdwFUJxgZ"
        ],
        "license": "GPL-2.0-or-later"
      },
      "node_modules/@uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolDerivedState.sol": {
        "keccak256": "0xe603ac5b17ecdee73ba2b27efdf386c257a19c14206e87eee77e2017b742d9e5",
        "urls": [
          "bzz-raw://8febc9bdb399a4d94bb89f5377732652e2400e4a8dee808201ade6848f9004e7",
          "dweb:/ipfs/QmaKDqYYFU4d2W2iN77aDHptfbFmYZRrMYXHeGpJmM8C1c"
        ],
        "license": "GPL-2.0-or-later"
      },
      "node_modules/@uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolEvents.sol": {
        "keccak256": "0x8071514d0fe5d17d6fbd31c191cdfb703031c24e0ece3621d88ab10e871375cd",
        "urls": [
          "bzz-raw://d0b571930cc7488b1d546a7e9cea7c52d8b3c4e207da657ed0e0db7343b8cd03",
          "dweb:/ipfs/QmaGK6vVwB95QSTR1XMYvrh7ivYAYZxi3fD7v6VMA4jZ39"
        ],
        "license": "GPL-2.0-or-later"
      },
      "node_modules/@uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolImmutables.sol": {
        "keccak256": "0xf6e5d2cd1139c4c276bdbc8e1d2b256e456c866a91f1b868da265c6d2685c3f7",
        "urls": [
          "bzz-raw://b99c8c9ae8e27ee6559e5866bea82cbc9ffc8247f8d15b7422a4deb287d4d047",
          "dweb:/ipfs/QmfL8gaqt3ffAnm6nVj5ksuNpLygXuL3xq5VBqrkwC2JJ3"
        ],
        "license": "GPL-2.0-or-later"
      },
      "node_modules/@uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolOwnerActions.sol": {
        "keccak256": "0x759b78a2918af9e99e246dc3af084f654e48ef32bb4e4cb8a966aa3dcaece235",
        "urls": [
          "bzz-raw://64144fb96e1c7fdba87305acadb98a198d26a3d46c097cb3a666e567f6f29735",
          "dweb:/ipfs/QmUnWVwN9FKB9uV5Pr8YfLpWZnYM2DENnRMaadZ492JS9u"
        ],
        "license": "GPL-2.0-or-later"
      },
      "node_modules/@uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolState.sol": {
        "keccak256": "0x852dc1f5df7dcf7f11e7bb3eed79f0cea72ad4b25f6a9d2c35aafb48925fd49f",
        "urls": [
          "bzz-raw://ed63907c38ff36b0e22bc9ffc53e791ea74f0d4f0e7c257fdfb5aaf8825b1f0f",
          "dweb:/ipfs/QmSQrckghEjs6HVsA5GVgpNpZWvTXMY5eQLF7cN6deFeEg"
        ],
        "license": "GPL-2.0-or-later"
      },
      "node_modules/keep3r-v2/solidity/interfaces/IKeep3r.sol": {
        "keccak256": "0x273a39984c1475c60182e636bb91a1b89ec98646a036cac6a87067869b3adeb9",
        "urls": [
          "bzz-raw://13fa95e5526a22c48222b74cbbaa2a7b80126e02112e96fec38d0d75bb20d450",
          "dweb:/ipfs/QmYj3AUhMYmiG9MMqbK9VUFqgnn4X6jaZqKG5myFBYYmmv"
        ],
        "license": "MIT"
      },
      "node_modules/keep3r-v2/solidity/interfaces/peripherals/IBaseErrors.sol": {
        "keccak256": "0x9130019a08d9eaedfb920a323fed5c7f409736cd918f1a32921c93551b3ee00e",
        "urls": [
          "bzz-raw://5c4ae0dc1b01e1eaf0e795631c0ae2c761b70d3aa9b6883a3948462cfecc06e6",
          "dweb:/ipfs/QmaUsKrdPJqcQnVxb23f2obQyWeK2C3Nikf6LqibaqMLCz"
        ],
        "license": "MIT"
      },
      "node_modules/keep3r-v2/solidity/interfaces/peripherals/IDustCollector.sol": {
        "keccak256": "0x38dce228111f2a3c6b26ac09c5652c3f1f184c4cfe50d11ff0958ef6a50683bb",
        "urls": [
          "bzz-raw://6f7bfe74d44a4b1e1e8a73892e44cb7f3a0086ae012c46e354bf1b40a16ded52",
          "dweb:/ipfs/QmeP3F3i2wXRy5yzSWtazNqH8KyKdncFto8AdB9M7VfjUW"
        ],
        "license": "MIT"
      },
      "node_modules/keep3r-v2/solidity/interfaces/peripherals/IGovernable.sol": {
        "keccak256": "0x3284624b2479bbf97c821f37c93a096dcb869b30bbf9b20d30d1800f9535452c",
        "urls": [
          "bzz-raw://a058f2e2d3d09fe89230e5e4292568c2a14e24a4cf953d4284daa29cf4de4fa0",
          "dweb:/ipfs/QmSGL7FDT29bvfa5zvoq9PkNVWSpR6ZY523axPXoSq3u7M"
        ],
        "license": "MIT"
      },
      "node_modules/keep3r-v2/solidity/interfaces/peripherals/IKeep3rAccountance.sol": {
        "keccak256": "0xf4748c236ddf409e45e7169c735e2fc54e627b2b3ccd189ebb438ad768f1deb1",
        "urls": [
          "bzz-raw://ad6a28e2d17b5eed1a365f995349203053d964ad78c64eb7c0fd4eed0a202bf1",
          "dweb:/ipfs/QmaLH6GkuTkLJ8AukTLXrvSDiS8KAFwDkbynPURTcsumzF"
        ],
        "license": "MIT"
      },
      "node_modules/keep3r-v2/solidity/interfaces/peripherals/IKeep3rDisputable.sol": {
        "keccak256": "0x002b9b4c75e62d48d74b6447649d39eb5c1e128d2523bb11e08e9cd3e27b1f70",
        "urls": [
          "bzz-raw://82c436aaecd1b3152a796c14707ac93a8d2988db101e470a8b2b84c23f3d506f",
          "dweb:/ipfs/QmYUgdQFmZic2c6RUxxWNkSUvqM11B1Ti6rgFZMFRzsT7B"
        ],
        "license": "MIT"
      },
      "node_modules/keep3r-v2/solidity/interfaces/peripherals/IKeep3rJobs.sol": {
        "keccak256": "0x08915189f1a9484d17a51b7fb343b765b9edba29062bb644af9663af18f03e34",
        "urls": [
          "bzz-raw://f5b549c9264d1783a22c8980187c97f2bc7db30c61cd2b1652ed1b184e49d86b",
          "dweb:/ipfs/QmeJR2qYWNkEM1qCwiKczQdfBpXUp45rS3o8Zf43AKoSaR"
        ],
        "license": "MIT"
      },
      "node_modules/keep3r-v2/solidity/interfaces/peripherals/IKeep3rKeepers.sol": {
        "keccak256": "0xc95e6bba82a8371c6bd15a8e9d0df91c826b5050b8ee01d913c1c13a4e92a49b",
        "urls": [
          "bzz-raw://370a48951cc8c8d1b96507683dbf8f798605867388e6f50e29e1741a8873d46d",
          "dweb:/ipfs/QmVD8zzzcaUUxrVrodoPfHV5zdXqt6ZXKfSshy43gWwsNt"
        ],
        "license": "MIT"
      },
      "node_modules/keep3r-v2/solidity/interfaces/peripherals/IKeep3rParameters.sol": {
        "keccak256": "0x942f99c6e3b229a551faaae8f03000b934b20502a7cfade14780508201fd098e",
        "urls": [
          "bzz-raw://b994c19a217b30352f7a6ca67044bde835d06ddfe51a6b651076d99a7214e1b0",
          "dweb:/ipfs/Qmdb1gc4xtQLSa3nLuen8GK7esb8tj3KgmYvzY2ovvraw1"
        ],
        "license": "MIT"
      },
      "node_modules/keep3r-v2/solidity/interfaces/peripherals/IKeep3rRoles.sol": {
        "keccak256": "0xe6eca166cf6ad99e5379d754030222873bb9868ff3e2a76de815a438ead533a2",
        "urls": [
          "bzz-raw://7d5036cc038714163c3c79479fe00ff0070e5a0a155e00e562d1d645a636b76b",
          "dweb:/ipfs/QmSZPJntRruGnXFEYuUrBrUSfqDDzJ5awMXx2r1nyDAQbd"
        ],
        "license": "MIT"
      },
      "solidity/interfaces/IFeeManager.sol": {
        "keccak256": "0x601f6a0b64273647af20e1c59aeffe2086be4c4978773d0adf7c2bfe41c2c727",
        "urls": [
          "bzz-raw://e2c4dc963c1c515fa7ef18bce567fcee6e7acf895031adcfe3fdeb8f7e37caed",
          "dweb:/ipfs/QmWsu86sEAFS2egVJiYSvykcKv9fUfscepuKTfVsat8Bok"
        ],
        "license": "AGPL-3.0-only"
      },
      "solidity/interfaces/ILockManager.sol": {
        "keccak256": "0xa232140a3c96344e2143d9e7c465097c77304b12c5267fb9e7c22ca467c11b57",
        "urls": [
          "bzz-raw://59e01db60aef7cb9add55070a96a0dfc297d83b99f70562e986e385d3cdb8da8",
          "dweb:/ipfs/QmaAHyD6swNuF5gYsxpyhyzxq11bMUwFUYQZiAezX98JTX"
        ],
        "license": "AGPL-3.0-only"
      },
      "solidity/interfaces/ILockManagerFactory.sol": {
        "keccak256": "0xae1530bf74a0d9f1e71abec4cce3462b46ad53b067ef0022795929953b23f817",
        "urls": [
          "bzz-raw://2505cbc50886430000811c75a4ed31c8392f8b476c1d43720bd1aa63ae2a090b",
          "dweb:/ipfs/QmPaN3AkvGVaQYdwMDeGjJrYkEqpmfHWvb4xfG2ZuftSER"
        ],
        "license": "AGPL-3.0-only"
      },
      "solidity/interfaces/ILockManagerGovernor.sol": {
        "keccak256": "0x6dbdf9194a2a45a434fd31cc62acff5003d53a949baef6a454d5dea97dd29ea3",
        "urls": [
          "bzz-raw://6dc8fe41a53db8c09982e78c88036dcc9c9c2bcb45a4d766b40b631a8df33f5b",
          "dweb:/ipfs/QmcFq2LTpZT7ZzNw6VBkXbSLuuX9LGcshzjP7xX9Bzr2cS"
        ],
        "license": "AGPL-3.0-only"
      },
      "solidity/interfaces/IPoolManager.sol": {
        "keccak256": "0xf795ff3abbe3b2b4def474a505e78569d41086da3f6d439f732b9ee5295ba49d",
        "urls": [
          "bzz-raw://62041119416c6418fec45bbaca62fba107acda209dd12ef040a8dab1b65d3878",
          "dweb:/ipfs/QmbB2BeWsmHRRxbeQY7XNQekcaJP9j97n9juXU7khsUzgN"
        ],
        "license": "AGPL-3.0-only"
      },
      "solidity/interfaces/IPoolManagerDeployer.sol": {
        "keccak256": "0xbc4c205c007a713aa9c166982ce77f208456749f437cc782d6500d6f456f4113",
        "urls": [
          "bzz-raw://70e7239fa222d567ac9851d971c7cbb5ee3ebfa52fd04692db4feb0e21350016",
          "dweb:/ipfs/QmZhFWjSSjYNbggeeo4cUhxinX9vGPAGuUkMqMVxZmnd9D"
        ],
        "license": "AGPL-3.0-only"
      },
      "solidity/interfaces/IPoolManagerFactory.sol": {
        "keccak256": "0x0aea0b427578023099fb9a1bf09a20762c1c958ef5859c762fc673d3314e97cd",
        "urls": [
          "bzz-raw://b8fc29e8f15ef3eaa6262189ac28960c7960e52d2a8de23d6451e3189ae80cc9",
          "dweb:/ipfs/QmYKicDyJi2Lw8YuY92SFyBzfDmvBGuECpH6mm15wbi7J3"
        ],
        "license": "AGPL-3.0-only"
      },
      "solidity/interfaces/IPoolManagerGovernor.sol": {
        "keccak256": "0x67020a4d2879b26138ffe80168e12caeacb0cdc3852de452a35946a0bab3ff13",
        "urls": [
          "bzz-raw://c6b07c8f824577fce45baaf9a1643b7c1a51398396a47e08306eef8ccdfe87ba",
          "dweb:/ipfs/QmbeATmPW1T9GyrbguSkEkPKJLUS4ALH5BFLs1n38PZnuv"
        ],
        "license": "AGPL-3.0-only"
      },
      "solidity/interfaces/jobs/ICardinalityJob.sol": {
        "keccak256": "0xb2ea5ab5837457a18099b93596d0bb21d0eba97679219332b2c600027acb7efc",
        "urls": [
          "bzz-raw://36a717206961aa821014c799c45e5d4987042f0447f2da70b0b26e6e348cc4c8",
          "dweb:/ipfs/QmR4E7L8smEL7KrGRCXaXoP45P3C9AmHopgnvhZQhrFEAY"
        ],
        "license": "AGPL-3.0-only"
      },
      "solidity/interfaces/jobs/IFeeCollectorJob.sol": {
        "keccak256": "0x719f4225d74474973cb4c58a524661dd5b0d437c17258f7be1f028377a2a1ed2",
        "urls": [
          "bzz-raw://e414800cc7c4c064caa2e57f243a15ec88a4fa72919d568da944e30a176353e7",
          "dweb:/ipfs/QmRpJdh9C5TCArQPYD2qq1tjNeaQVUHGhRh9YtsdxqAreh"
        ],
        "license": "AGPL-3.0-only"
      },
      "solidity/interfaces/jobs/IKeep3rJob.sol": {
        "keccak256": "0x537540063984e38ff186592936016ac3b452a21da322ae8fb9bf173b8c2fabe8",
        "urls": [
          "bzz-raw://847d7cc63dd034253aeeb2fdea6225f7b27fda867888b7e21297838f1eb05c1f",
          "dweb:/ipfs/Qmeaci4yeX8rUXamD9cp3biJBGUxYUkJTkLTWf4vcsYJFt"
        ],
        "license": "AGPL-3.0-only"
      },
      "solidity/interfaces/periphery/IGovernorMiniBravo.sol": {
        "keccak256": "0x3385738365ff7ba2aaac8a1e507f571e3e5bd97988241b6678ed4aa1d61cfbae",
        "urls": [
          "bzz-raw://fd624c0e163d0a174c078c4cb450eefa84a86dc70ccdb8625636e1963866cffd",
          "dweb:/ipfs/QmYVVRctxeYgPeKKUPBSuwZ11uU3EPf4opYuLA7aJWKGAB"
        ],
        "license": "AGPL-3.0-only"
      },
      "solidity/interfaces/periphery/IPriceOracle.sol": {
        "keccak256": "0x27e349905c9e686510cd51ccb3f11c6617bc3135c8188215db980d8fcc02ef26",
        "urls": [
          "bzz-raw://1c0096e91e4ce57273090f452af1f8cbc7112c57359404a9920070b969213d08",
          "dweb:/ipfs/QmW56eqevPWT9vzYq3gGC47DaFfEb2QEr3gFK4Tvt1WcjL"
        ],
        "license": "AGPL-3.0-only"
      },
      "solidity/interfaces/periphery/IPriceOracleCorrections.sol": {
        "keccak256": "0x53b8f395595d23beba0d5295fa494fc28b4452d2526fe8da5932e98ef9b3e12f",
        "urls": [
          "bzz-raw://e3795b5aacfcd9a3caf85291ed73d17fd37621574072950dad79ecbccbc0d6c4",
          "dweb:/ipfs/QmPK9LKsCS5NJZVktcngDnkDBbkTqoTEkvUmEEwaCj4sHJ"
        ],
        "license": "AGPL-3.0-only"
      },
      "solidity/interfaces/strategies/IStrategy.sol": {
        "keccak256": "0x4d9be7375229a6b01fdadda608b30096a90f1f828ab21b12937ce601c83b83b0",
        "urls": [
          "bzz-raw://549b50053afaa6782060bb6d6568b728c874dbab422077b4a9d08f70acd83adc",
          "dweb:/ipfs/QmWniAa47EZfDfhqPKYgVeaQ6FFbou6JsVquKyXovcxPhU"
        ],
        "license": "AGPL-3.0-only"
      },
      "solidity/interfaces/utils/IPriceGovernable.sol": {
        "keccak256": "0xd58d6f0d8634ccd0e4ebf04a73c48b6741e221c66c369f3d09ec7891e96a266f",
        "urls": [
          "bzz-raw://8e838c65618d08f0300e555d520e8062eae0d09f387812437a9dad0fd782ae9b",
          "dweb:/ipfs/QmYarNLYUK192seJ4hgB4nHjzzb5sxS8Bsm1K4aA21fLuX"
        ],
        "license": "AGPL-3.0-only"
      },
      "solidity/interfaces/utils/IPricePausable.sol": {
        "keccak256": "0x32147e0eac7998813804d67fef37ca41796e9d12d9cdd30206d5fb04badba29e",
        "urls": [
          "bzz-raw://0cebfa2c49375ed9140244cead0d3f4c501970343ccfdd27c7fe41cc2b937ff4",
          "dweb:/ipfs/QmPZ4AY4KFSYmJnHnmwH33kuadY8t4JnnH8hjcVThVB87E"
        ],
        "license": "AGPL-3.0-only"
      }
    },
    "version": 1
  },
  "ast": {
    "absolutePath": "solidity/interfaces/jobs/ICardinalityJob.sol",
    "id": 43988,
    "exportedSymbols": {
      "IBaseErrors": [
        26987
      ],
      "ICardinalityJob": [
        43987
      ],
      "IDustCollector": [
        27012
      ],
      "IERC20": [
        112
      ],
      "IFeeCollectorJob": [
        44060
      ],
      "IFeeManager": [
        42596
      ],
      "IGovernable": [
        27057
      ],
      "IGovernorMiniBravo": [
        44727
      ],
      "IKeep3r": [
        26981
      ],
      "IKeep3rAccountance": [
        27200
      ],
      "IKeep3rDisputable": [
        27236
      ],
      "IKeep3rJob": [
        44142
      ],
      "IKeep3rJobDisputable": [
        27780
      ],
      "IKeep3rJobFundableCredits": [
        27385
      ],
      "IKeep3rJobFundableLiquidity": [
        27592
      ],
      "IKeep3rJobManager": [
        27318
      ],
      "IKeep3rJobMigration": [
        27645
      ],
      "IKeep3rJobOwnership": [
        27295
      ],
      "IKeep3rJobWorkable": [
        27724
      ],
      "IKeep3rJobs": [
        27787
      ],
      "IKeep3rKeeperDisputable": [
        27881
      ],
      "IKeep3rKeeperFundable": [
        27841
      ],
      "IKeep3rKeepers": [
        27885
      ],
      "IKeep3rParameters": [
        28063
      ],
      "IKeep3rRoles": [
        28154
      ],
      "ILockManager": [
        42935
      ],
      "ILockManagerFactory": [
        42956
      ],
      "ILockManagerGovernor": [
        42992
      ],
      "IPoolManager": [
        43253
      ],
      "IPoolManagerDeployer": [
        43280
      ],
      "IPoolManagerFactory": [
        43739
      ],
      "IPriceGovernable": [
        45139
      ],
      "IPriceOracle": [
        44972
      ],
      "IPriceOracleCorrections": [
        44985
      ],
      "IPricePausable": [
        45165
      ],
      "IStrategy": [
        45094
      ],
      "IUniswapV3Pool": [
        804
      ],
      "IUniswapV3PoolActions": [
        914
      ],
      "IUniswapV3PoolDerivedState": [
        945
      ],
      "IUniswapV3PoolEvents": [
        1064
      ],
      "IUniswapV3PoolImmutables": [
        1104
      ],
      "IUniswapV3PoolOwnerActions": [
        1130
      ],
      "IUniswapV3PoolState": [
        1238
      ]
    },
    "nodeType": "SourceUnit",
    "src": "42:4674:89",
    "nodes": [
      {
        "id": 43885,
        "nodeType": "PragmaDirective",
        "src": "42:31:89",
        "nodes": [],
        "literals": [
          "solidity",
          ">=",
          "0.8",
          ".4",
          "<",
          "0.9",
          ".0"
        ]
      },
      {
        "id": 43886,
        "nodeType": "ImportDirective",
        "src": "75:51:89",
        "nodes": [],
        "absolutePath": "node_modules/@uniswap/v3-core/contracts/interfaces/IUniswapV3Pool.sol",
        "file": "uni-v3-core/interfaces/IUniswapV3Pool.sol",
        "nameLocation": "-1:-1:-1",
        "scope": 43988,
        "sourceUnit": 805,
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "id": 43887,
        "nodeType": "ImportDirective",
        "src": "128:37:89",
        "nodes": [],
        "absolutePath": "solidity/interfaces/IFeeManager.sol",
        "file": "@interfaces/IFeeManager.sol",
        "nameLocation": "-1:-1:-1",
        "scope": 43988,
        "sourceUnit": 42597,
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "id": 43888,
        "nodeType": "ImportDirective",
        "src": "166:38:89",
        "nodes": [],
        "absolutePath": "solidity/interfaces/IPoolManager.sol",
        "file": "@interfaces/IPoolManager.sol",
        "nameLocation": "-1:-1:-1",
        "scope": 43988,
        "sourceUnit": 43254,
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "id": 43889,
        "nodeType": "ImportDirective",
        "src": "205:45:89",
        "nodes": [],
        "absolutePath": "solidity/interfaces/IPoolManagerFactory.sol",
        "file": "@interfaces/IPoolManagerFactory.sol",
        "nameLocation": "-1:-1:-1",
        "scope": 43988,
        "sourceUnit": 43740,
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "id": 43890,
        "nodeType": "ImportDirective",
        "src": "251:48:89",
        "nodes": [],
        "absolutePath": "solidity/interfaces/periphery/IPriceOracle.sol",
        "file": "@interfaces/periphery/IPriceOracle.sol",
        "nameLocation": "-1:-1:-1",
        "scope": 43988,
        "sourceUnit": 44973,
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "id": 43891,
        "nodeType": "ImportDirective",
        "src": "300:41:89",
        "nodes": [],
        "absolutePath": "solidity/interfaces/jobs/IKeep3rJob.sol",
        "file": "@interfaces/jobs/IKeep3rJob.sol",
        "nameLocation": "-1:-1:-1",
        "scope": 43988,
        "sourceUnit": 44143,
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "id": 43987,
        "nodeType": "ContractDefinition",
        "src": "343:4372:89",
        "nodes": [
          {
            "id": 43898,
            "nodeType": "EventDefinition",
            "src": "715:68:89",
            "nodes": [],
            "anonymous": false,
            "documentation": {
              "id": 43894,
              "nodeType": "StructuredDocumentation",
              "src": "560:152:89",
              "text": "@notice Emitted when the minimum cardinality increase amount allowed is changed\n@param  _minCardinalityIncrease The new minimum amount"
            },
            "name": "MinCardinalityIncreaseChanged",
            "nameLocation": "721:29:89",
            "parameters": {
              "id": 43897,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 43896,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "_minCardinalityIncrease",
                  "nameLocation": "758:23:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43898,
                  "src": "751:30:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint16",
                    "typeString": "uint16"
                  },
                  "typeName": {
                    "id": 43895,
                    "name": "uint16",
                    "nodeType": "ElementaryTypeName",
                    "src": "751:6:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint16",
                      "typeString": "uint16"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "750:32:89"
            }
          },
          {
            "id": 43904,
            "nodeType": "EventDefinition",
            "src": "921:73:89",
            "nodes": [],
            "anonymous": false,
            "documentation": {
              "id": 43899,
              "nodeType": "StructuredDocumentation",
              "src": "787:131:89",
              "text": "@notice Emitted when the pool manager factory is changed\n@param  _poolManagerFactory The new pool manager factory"
            },
            "name": "PoolManagerFactoryChanged",
            "nameLocation": "927:25:89",
            "parameters": {
              "id": 43903,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 43902,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "_poolManagerFactory",
                  "nameLocation": "973:19:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43904,
                  "src": "953:39:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IPoolManagerFactory_$43739",
                    "typeString": "contract IPoolManagerFactory"
                  },
                  "typeName": {
                    "id": 43901,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 43900,
                      "name": "IPoolManagerFactory",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 43739,
                      "src": "953:19:89"
                    },
                    "referencedDeclaration": 43739,
                    "src": "953:19:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPoolManagerFactory_$43739",
                      "typeString": "contract IPoolManagerFactory"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "952:41:89"
            }
          },
          {
            "id": 43912,
            "nodeType": "EventDefinition",
            "src": "1161:64:89",
            "nodes": [],
            "anonymous": false,
            "documentation": {
              "id": 43905,
              "nodeType": "StructuredDocumentation",
              "src": "998:160:89",
              "text": "@notice Emitted when the job is worked\n@param  _poolManager The address of the pool manager\n@param  _increaseAmount The amount of increase"
            },
            "name": "Worked",
            "nameLocation": "1167:6:89",
            "parameters": {
              "id": 43911,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 43908,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "_poolManager",
                  "nameLocation": "1187:12:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43912,
                  "src": "1174:25:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IPoolManager_$43253",
                    "typeString": "contract IPoolManager"
                  },
                  "typeName": {
                    "id": 43907,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 43906,
                      "name": "IPoolManager",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 43253,
                      "src": "1174:12:89"
                    },
                    "referencedDeclaration": 43253,
                    "src": "1174:12:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPoolManager_$43253",
                      "typeString": "contract IPoolManager"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 43910,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "_increaseAmount",
                  "nameLocation": "1208:15:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43912,
                  "src": "1201:22:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint16",
                    "typeString": "uint16"
                  },
                  "typeName": {
                    "id": 43909,
                    "name": "uint16",
                    "nodeType": "ElementaryTypeName",
                    "src": "1201:6:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint16",
                      "typeString": "uint16"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1173:51:89"
            }
          },
          {
            "id": 43915,
            "nodeType": "ErrorDefinition",
            "src": "1482:38:89",
            "nodes": [],
            "documentation": {
              "id": 43913,
              "nodeType": "StructuredDocumentation",
              "src": "1401:78:89",
              "text": "@notice Thrown when the proposed cardinality increase is too low"
            },
            "name": "CardinalityJob_MinCardinality",
            "nameLocation": "1488:29:89",
            "parameters": {
              "id": 43914,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1517:2:89"
            }
          },
          {
            "id": 43918,
            "nodeType": "ErrorDefinition",
            "src": "1597:42:89",
            "nodes": [],
            "documentation": {
              "id": 43916,
              "nodeType": "StructuredDocumentation",
              "src": "1524:70:89",
              "text": "@notice Thrown when working with an invalid pool manager"
            },
            "name": "CardinalityJob_InvalidPoolManager",
            "nameLocation": "1603:33:89",
            "parameters": {
              "id": 43917,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1636:2:89"
            }
          },
          {
            "id": 43925,
            "nodeType": "FunctionDefinition",
            "src": "1931:94:89",
            "nodes": [],
            "documentation": {
              "id": 43919,
              "nodeType": "StructuredDocumentation",
              "src": "1817:111:89",
              "text": "@notice Returns the pool manager factory\n@return _poolManagerFactory The pool manager factory"
            },
            "functionSelector": "b0dc60c9",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "poolManagerFactory",
            "nameLocation": "1940:18:89",
            "parameters": {
              "id": 43920,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1958:2:89"
            },
            "returnParameters": {
              "id": 43924,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 43923,
                  "mutability": "mutable",
                  "name": "_poolManagerFactory",
                  "nameLocation": "2004:19:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43925,
                  "src": "1984:39:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IPoolManagerFactory_$43739",
                    "typeString": "contract IPoolManagerFactory"
                  },
                  "typeName": {
                    "id": 43922,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 43921,
                      "name": "IPoolManagerFactory",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 43739,
                      "src": "1984:19:89"
                    },
                    "referencedDeclaration": 43739,
                    "src": "1984:19:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPoolManagerFactory_$43739",
                      "typeString": "contract IPoolManagerFactory"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1983:41:89"
            },
            "scope": 43987,
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "id": 43931,
            "nodeType": "FunctionDefinition",
            "src": "2187:89:89",
            "nodes": [],
            "documentation": {
              "id": 43926,
              "nodeType": "StructuredDocumentation",
              "src": "2029:155:89",
              "text": "@notice Returns the minimum increase of cardinality allowed\n@return _minCardinalityIncrease The minimum number of slots increases allowed"
            },
            "functionSelector": "56666618",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "minCardinalityIncrease",
            "nameLocation": "2196:22:89",
            "parameters": {
              "id": 43927,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2218:2:89"
            },
            "returnParameters": {
              "id": 43930,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 43929,
                  "mutability": "mutable",
                  "name": "_minCardinalityIncrease",
                  "nameLocation": "2251:23:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43931,
                  "src": "2244:30:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint16",
                    "typeString": "uint16"
                  },
                  "typeName": {
                    "id": 43928,
                    "name": "uint16",
                    "nodeType": "ElementaryTypeName",
                    "src": "2244:6:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint16",
                      "typeString": "uint16"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2243:32:89"
            },
            "scope": 43987,
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "id": 43940,
            "nodeType": "FunctionDefinition",
            "src": "2835:74:89",
            "nodes": [],
            "documentation": {
              "id": 43932,
              "nodeType": "StructuredDocumentation",
              "src": "2451:381:89",
              "text": "@notice The function worked by the keeper, which will increase the pool cardinality\n@dev    Requires enough WETH deposited for this pool to reimburse the gas consumption to the keeper\n@param  _poolManager The pool manager of the pool for which the cardinality will be increased\n@param  _increaseAmount The amount by which the cardinality will be increased"
            },
            "functionSelector": "87e80ad1",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "work",
            "nameLocation": "2844:4:89",
            "parameters": {
              "id": 43938,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 43935,
                  "mutability": "mutable",
                  "name": "_poolManager",
                  "nameLocation": "2862:12:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43940,
                  "src": "2849:25:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IPoolManager_$43253",
                    "typeString": "contract IPoolManager"
                  },
                  "typeName": {
                    "id": 43934,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 43933,
                      "name": "IPoolManager",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 43253,
                      "src": "2849:12:89"
                    },
                    "referencedDeclaration": 43253,
                    "src": "2849:12:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPoolManager_$43253",
                      "typeString": "contract IPoolManager"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 43937,
                  "mutability": "mutable",
                  "name": "_increaseAmount",
                  "nameLocation": "2883:15:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43940,
                  "src": "2876:22:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint16",
                    "typeString": "uint16"
                  },
                  "typeName": {
                    "id": 43936,
                    "name": "uint16",
                    "nodeType": "ElementaryTypeName",
                    "src": "2876:6:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint16",
                      "typeString": "uint16"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2848:51:89"
            },
            "returnParameters": {
              "id": 43939,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2908:0:89"
            },
            "scope": 43987,
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "id": 43951,
            "nodeType": "FunctionDefinition",
            "src": "3228:110:89",
            "nodes": [],
            "documentation": {
              "id": 43941,
              "nodeType": "StructuredDocumentation",
              "src": "2913:312:89",
              "text": "@notice Checks if the job can be worked in the current block\n@param  _poolManager The pool manager of the pool for which the cardinality will be increased\n@param  _increaseAmount The increased amount of the pool cardinality\n@return _workable If the job is workable with the given inputs"
            },
            "functionSelector": "6d70de7d",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "isWorkable",
            "nameLocation": "3237:10:89",
            "parameters": {
              "id": 43947,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 43944,
                  "mutability": "mutable",
                  "name": "_poolManager",
                  "nameLocation": "3261:12:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43951,
                  "src": "3248:25:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IPoolManager_$43253",
                    "typeString": "contract IPoolManager"
                  },
                  "typeName": {
                    "id": 43943,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 43942,
                      "name": "IPoolManager",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 43253,
                      "src": "3248:12:89"
                    },
                    "referencedDeclaration": 43253,
                    "src": "3248:12:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPoolManager_$43253",
                      "typeString": "contract IPoolManager"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 43946,
                  "mutability": "mutable",
                  "name": "_increaseAmount",
                  "nameLocation": "3282:15:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43951,
                  "src": "3275:22:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint16",
                    "typeString": "uint16"
                  },
                  "typeName": {
                    "id": 43945,
                    "name": "uint16",
                    "nodeType": "ElementaryTypeName",
                    "src": "3275:6:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint16",
                      "typeString": "uint16"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "3247:51:89"
            },
            "returnParameters": {
              "id": 43950,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 43949,
                  "mutability": "mutable",
                  "name": "_workable",
                  "nameLocation": "3327:9:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43951,
                  "src": "3322:14:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 43948,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "3322:4:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "3321:16:89"
            },
            "scope": 43987,
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "id": 43964,
            "nodeType": "FunctionDefinition",
            "src": "3724:138:89",
            "nodes": [],
            "documentation": {
              "id": 43952,
              "nodeType": "StructuredDocumentation",
              "src": "3342:379:89",
              "text": "@notice Checks if the job can be worked in the current block by a specific keeper\n@param  _poolManager The pool manager of the pool for which the cardinality will be increased\n@param  _increaseAmount The increased amount of the pool cardinality\n@param  _keeper The address of the keeper\n@return _workable If the job is workable with the given inputs"
            },
            "functionSelector": "6c7d5e5a",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "isWorkable",
            "nameLocation": "3733:10:89",
            "parameters": {
              "id": 43960,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 43955,
                  "mutability": "mutable",
                  "name": "_poolManager",
                  "nameLocation": "3762:12:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43964,
                  "src": "3749:25:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IPoolManager_$43253",
                    "typeString": "contract IPoolManager"
                  },
                  "typeName": {
                    "id": 43954,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 43953,
                      "name": "IPoolManager",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 43253,
                      "src": "3749:12:89"
                    },
                    "referencedDeclaration": 43253,
                    "src": "3749:12:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPoolManager_$43253",
                      "typeString": "contract IPoolManager"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 43957,
                  "mutability": "mutable",
                  "name": "_increaseAmount",
                  "nameLocation": "3787:15:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43964,
                  "src": "3780:22:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint16",
                    "typeString": "uint16"
                  },
                  "typeName": {
                    "id": 43956,
                    "name": "uint16",
                    "nodeType": "ElementaryTypeName",
                    "src": "3780:6:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint16",
                      "typeString": "uint16"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 43959,
                  "mutability": "mutable",
                  "name": "_keeper",
                  "nameLocation": "3816:7:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43964,
                  "src": "3808:15:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 43958,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "3808:7:89",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "3743:84:89"
            },
            "returnParameters": {
              "id": 43963,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 43962,
                  "mutability": "mutable",
                  "name": "_workable",
                  "nameLocation": "3851:9:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43964,
                  "src": "3846:14:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 43961,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "3846:4:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "3845:16:89"
            },
            "scope": 43987,
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "id": 43970,
            "nodeType": "FunctionDefinition",
            "src": "4014:76:89",
            "nodes": [],
            "documentation": {
              "id": 43965,
              "nodeType": "StructuredDocumentation",
              "src": "3866:145:89",
              "text": "@notice Changes the min amount of cardinality increase per work\n@param  _minCardinalityIncrease The new minimum number of slots"
            },
            "functionSelector": "3e4b99be",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "setMinCardinalityIncrease",
            "nameLocation": "4023:25:89",
            "parameters": {
              "id": 43968,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 43967,
                  "mutability": "mutable",
                  "name": "_minCardinalityIncrease",
                  "nameLocation": "4056:23:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43970,
                  "src": "4049:30:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint16",
                    "typeString": "uint16"
                  },
                  "typeName": {
                    "id": 43966,
                    "name": "uint16",
                    "nodeType": "ElementaryTypeName",
                    "src": "4049:6:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint16",
                      "typeString": "uint16"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "4048:32:89"
            },
            "returnParameters": {
              "id": 43969,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "4089:0:89"
            },
            "scope": 43987,
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "id": 43977,
            "nodeType": "FunctionDefinition",
            "src": "4226:81:89",
            "nodes": [],
            "documentation": {
              "id": 43971,
              "nodeType": "StructuredDocumentation",
              "src": "4094:129:89",
              "text": "@notice Changes the pool manager factory\n@param _poolManagerFactory The address of the new pool manager factory"
            },
            "functionSelector": "800040eb",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "setPoolManagerFactory",
            "nameLocation": "4235:21:89",
            "parameters": {
              "id": 43975,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 43974,
                  "mutability": "mutable",
                  "name": "_poolManagerFactory",
                  "nameLocation": "4277:19:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43977,
                  "src": "4257:39:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IPoolManagerFactory_$43739",
                    "typeString": "contract IPoolManagerFactory"
                  },
                  "typeName": {
                    "id": 43973,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 43972,
                      "name": "IPoolManagerFactory",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 43739,
                      "src": "4257:19:89"
                    },
                    "referencedDeclaration": 43739,
                    "src": "4257:19:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPoolManagerFactory_$43739",
                      "typeString": "contract IPoolManagerFactory"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "4256:41:89"
            },
            "returnParameters": {
              "id": 43976,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "4306:0:89"
            },
            "scope": 43987,
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "id": 43986,
            "nodeType": "FunctionDefinition",
            "src": "4588:125:89",
            "nodes": [],
            "documentation": {
              "id": 43978,
              "nodeType": "StructuredDocumentation",
              "src": "4311:274:89",
              "text": "@notice Calculates the minimum possible cardinality increase for a pool\n@param  _poolManager The pool manager of the pool for which the cardinality will be increased\n@return _minCardinalityIncrease The minimum possible cardinality increase for the pool"
            },
            "functionSelector": "4365543b",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "getMinCardinalityIncreaseForPool",
            "nameLocation": "4597:32:89",
            "parameters": {
              "id": 43982,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 43981,
                  "mutability": "mutable",
                  "name": "_poolManager",
                  "nameLocation": "4643:12:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43986,
                  "src": "4630:25:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IPoolManager_$43253",
                    "typeString": "contract IPoolManager"
                  },
                  "typeName": {
                    "id": 43980,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 43979,
                      "name": "IPoolManager",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 43253,
                      "src": "4630:12:89"
                    },
                    "referencedDeclaration": 43253,
                    "src": "4630:12:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPoolManager_$43253",
                      "typeString": "contract IPoolManager"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "4629:27:89"
            },
            "returnParameters": {
              "id": 43985,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 43984,
                  "mutability": "mutable",
                  "name": "_minCardinalityIncrease",
                  "nameLocation": "4688:23:89",
                  "nodeType": "VariableDeclaration",
                  "scope": 43986,
                  "src": "4680:31:89",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 43983,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "4680:7:89",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "4679:33:89"
            },
            "scope": 43987,
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "abstract": false,
        "baseContracts": [
          {
            "baseName": {
              "id": 43892,
              "name": "IKeep3rJob",
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 44142,
              "src": "372:10:89"
            },
            "id": 43893,
            "nodeType": "InheritanceSpecifier",
            "src": "372:10:89"
          }
        ],
        "canonicalName": "ICardinalityJob",
        "contractDependencies": [],
        "contractKind": "interface",
        "fullyImplemented": false,
        "linearizedBaseContracts": [
          43987,
          44142,
          45165,
          45139
        ],
        "name": "ICardinalityJob",
        "nameLocation": "353:15:89",
        "scope": 43988,
        "usedErrors": [
          43915,
          43918,
          44089,
          45110,
          45113,
          45116,
          45152
        ]
      }
    ],
    "license": "AGPL-3.0-only"
  },
  "id": 89
}