{
  "_format": "hh-sol-artifact-1",
  "contractName": "ILMPool",
  "sourceName": "contracts/interfaces/ILMPool.sol",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "uint32",
          "name": "currTimestamp",
          "type": "uint32"
        }
      ],
      "name": "accumulateReward",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "int24",
          "name": "tickLower",
          "type": "int24"
        },
        {
          "internalType": "int24",
          "name": "tickUpper",
          "type": "int24"
        }
      ],
      "name": "getRewardGrowthInside",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "rewardGrowthInsideX128",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "int24",
          "name": "tickLower",
          "type": "int24"
        },
        {
          "internalType": "int24",
          "name": "tickUpper",
          "type": "int24"
        },
        {
          "internalType": "int128",
          "name": "liquidityDelta",
          "type": "int128"
        }
      ],
      "name": "updatePosition",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "linkReferences": {},
  "deployedLinkReferences": {}
}
