[
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "joe_",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "wavax_",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "wavaxUsdt_",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "wavaxUsdc_",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "wavaxDai_",
        "type": "address"
      },
      {
        "internalType": "contract IJoeFactory",
        "name": "joeFactory_",
        "type": "address"
      },
      {
        "internalType": "contract IMasterChef",
        "name": "chefv2_",
        "type": "address"
      },
      {
        "internalType": "contract IMasterChef",
        "name": "chefv3_",
        "type": "address"
      }
    ],
    "stateMutability": "nonpayable",
    "type": "constructor"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "previousOwner",
        "type": "address"
      },
      {
        "indexed": true,
        "internalType": "address",
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "OwnershipTransferred",
    "type": "event"
  },
  {
    "inputs": [],
    "name": "chefv2",
    "outputs": [
      {
        "internalType": "contract IMasterChef",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "chefv3",
    "outputs": [
      {
        "internalType": "contract IMasterChef",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "claimOwnership",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256[]",
        "name": "whitelistedPidsV2",
        "type": "uint256[]"
      },
      {
        "internalType": "uint256[]",
        "name": "whitelistedPidsV3",
        "type": "uint256[]"
      }
    ],
    "name": "getAllFarmData",
    "outputs": [
      {
        "components": [
          {
            "internalType": "uint256",
            "name": "avaxPriceUsd",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "joePriceUsd",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "totalAllocChefV2",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "totalAllocChefV3",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "joePerSecChefV2",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "joePerSecChefV3",
            "type": "uint256"
          },
          {
            "components": [
              {
                "internalType": "uint256",
                "name": "id",
                "type": "uint256"
              },
              {
                "internalType": "uint256",
                "name": "allocPoint",
                "type": "uint256"
              },
              {
                "internalType": "address",
                "name": "lpAddress",
                "type": "address"
              },
              {
                "internalType": "address",
                "name": "token0Address",
                "type": "address"
              },
              {
                "internalType": "address",
                "name": "token1Address",
                "type": "address"
              },
              {
                "internalType": "string",
                "name": "token0Symbol",
                "type": "string"
              },
              {
                "internalType": "string",
                "name": "token1Symbol",
                "type": "string"
              },
              {
                "internalType": "uint256",
                "name": "reserveUsd",
                "type": "uint256"
              },
              {
                "internalType": "uint256",
                "name": "totalSupplyScaled",
                "type": "uint256"
              },
              {
                "internalType": "address",
                "name": "chefAddress",
                "type": "address"
              },
              {
                "internalType": "uint256",
                "name": "chefBalanceScaled",
                "type": "uint256"
              },
              {
                "internalType": "uint256",
                "name": "chefTotalAlloc",
                "type": "uint256"
              },
              {
                "internalType": "uint256",
                "name": "chefJoePerSec",
                "type": "uint256"
              }
            ],
            "internalType": "struct FarmLens.FarmPair[]",
            "name": "farmPairsV2",
            "type": "tuple[]"
          },
          {
            "components": [
              {
                "internalType": "uint256",
                "name": "id",
                "type": "uint256"
              },
              {
                "internalType": "uint256",
                "name": "allocPoint",
                "type": "uint256"
              },
              {
                "internalType": "address",
                "name": "lpAddress",
                "type": "address"
              },
              {
                "internalType": "address",
                "name": "token0Address",
                "type": "address"
              },
              {
                "internalType": "address",
                "name": "token1Address",
                "type": "address"
              },
              {
                "internalType": "string",
                "name": "token0Symbol",
                "type": "string"
              },
              {
                "internalType": "string",
                "name": "token1Symbol",
                "type": "string"
              },
              {
                "internalType": "uint256",
                "name": "reserveUsd",
                "type": "uint256"
              },
              {
                "internalType": "uint256",
                "name": "totalSupplyScaled",
                "type": "uint256"
              },
              {
                "internalType": "address",
                "name": "chefAddress",
                "type": "address"
              },
              {
                "internalType": "uint256",
                "name": "chefBalanceScaled",
                "type": "uint256"
              },
              {
                "internalType": "uint256",
                "name": "chefTotalAlloc",
                "type": "uint256"
              },
              {
                "internalType": "uint256",
                "name": "chefJoePerSec",
                "type": "uint256"
              }
            ],
            "internalType": "struct FarmLens.FarmPair[]",
            "name": "farmPairsV3",
            "type": "tuple[]"
          }
        ],
        "internalType": "struct FarmLens.AllFarmData",
        "name": "",
        "type": "tuple"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "getAvaxPrice",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "chefAddress",
        "type": "address"
      },
      {
        "internalType": "uint256[]",
        "name": "whitelistedPids",
        "type": "uint256[]"
      }
    ],
    "name": "getFarmPairs",
    "outputs": [
      {
        "components": [
          {
            "internalType": "uint256",
            "name": "id",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "allocPoint",
            "type": "uint256"
          },
          {
            "internalType": "address",
            "name": "lpAddress",
            "type": "address"
          },
          {
            "internalType": "address",
            "name": "token0Address",
            "type": "address"
          },
          {
            "internalType": "address",
            "name": "token1Address",
            "type": "address"
          },
          {
            "internalType": "string",
            "name": "token0Symbol",
            "type": "string"
          },
          {
            "internalType": "string",
            "name": "token1Symbol",
            "type": "string"
          },
          {
            "internalType": "uint256",
            "name": "reserveUsd",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "totalSupplyScaled",
            "type": "uint256"
          },
          {
            "internalType": "address",
            "name": "chefAddress",
            "type": "address"
          },
          {
            "internalType": "uint256",
            "name": "chefBalanceScaled",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "chefTotalAlloc",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "chefJoePerSec",
            "type": "uint256"
          }
        ],
        "internalType": "struct FarmLens.FarmPair[]",
        "name": "",
        "type": "tuple[]"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "tokenAddress",
        "type": "address"
      }
    ],
    "name": "getPriceInAvax",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "tokenAddress",
        "type": "address"
      }
    ],
    "name": "getPriceInUsd",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "contract IJoePair",
        "name": "pair",
        "type": "address"
      }
    ],
    "name": "getReserveUsd",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "joe",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "joeFactory",
    "outputs": [
      {
        "internalType": "contract IJoeFactory",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "owner",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "pendingOwner",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "newOwner",
        "type": "address"
      },
      {
        "internalType": "bool",
        "name": "direct",
        "type": "bool"
      },
      {
        "internalType": "bool",
        "name": "renounce",
        "type": "bool"
      }
    ],
    "name": "transferOwnership",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "wavax",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "wavaxDai",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "wavaxUsdc",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "wavaxUsdt",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  }
]
