[
  {
    "inputs": [],
    "name": "joePerSec",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "_pid",
        "type": "uint256"
      },
      {
        "internalType": "address",
        "name": "user",
        "type": "address"
      }
    ],
    "name": "pendingTokens",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      },
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      },
      {
        "internalType": "string",
        "name": "",
        "type": "string"
      },
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "pid",
        "type": "uint256"
      }
    ],
    "name": "poolInfo",
    "outputs": [
      {
        "components": [
          {
            "internalType": "contract IERC20",
            "name": "lpToken",
            "type": "address"
          },
          {
            "internalType": "uint96",
            "name": "allocPoint",
            "type": "uint96"
          },
          {
            "internalType": "uint256",
            "name": "accJoePerShare",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "accJoePerFactorPerShare",
            "type": "uint256"
          },
          {
            "internalType": "uint64",
            "name": "lastRewardTimestamp",
            "type": "uint64"
          },
          {
            "internalType": "address",
            "name": "rewarder",
            "type": "address"
          },
          {
            "internalType": "uint32",
            "name": "veJoeShareBp",
            "type": "uint32"
          },
          {
            "internalType": "uint256",
            "name": "totalFactor",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "totalLpSupply",
            "type": "uint256"
          }
        ],
        "internalType": "struct IBoostedMasterchef.PoolInfo",
        "name": "",
        "type": "tuple"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "poolLength",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "totalAllocPoint",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "_pid",
        "type": "uint256"
      },
      {
        "internalType": "address",
        "name": "user",
        "type": "address"
      }
    ],
    "name": "userInfo",
    "outputs": [
      {
        "components": [
          {
            "internalType": "uint256",
            "name": "amount",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "rewardDebt",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "factor",
            "type": "uint256"
          }
        ],
        "internalType": "struct IBoostedMasterchef.UserInfo",
        "name": "",
        "type": "tuple"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  }
]
