{
  "_format": "hh-sol-artifact-1",
  "contractName": "IPendleLiquidityMiningV2Multi",
  "sourceName": "contracts/interfaces/IPendleLiquidityMiningV2Multi.sol",
  "abi": [
    {
      "anonymous": false,
      "inputs": [
        {
          "components": [
            {
              "internalType": "uint256",
              "name": "uintA",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "uintB",
              "type": "uint256"
            }
          ],
          "indexed": false,
          "internalType": "struct PairUints[]",
          "name": "rewards",
          "type": "tuple[]"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "numberOfEpochs",
          "type": "uint256"
        }
      ],
      "name": "Funded",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "user",
          "type": "address"
        },
        {
          "components": [
            {
              "internalType": "uint256",
              "name": "uintA",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "uintB",
              "type": "uint256"
            }
          ],
          "indexed": false,
          "internalType": "struct PairUints",
          "name": "amount",
          "type": "tuple"
        }
      ],
      "name": "PendleRewardsSettled",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint256[]",
          "name": "epochIds",
          "type": "uint256[]"
        },
        {
          "components": [
            {
              "internalType": "uint256",
              "name": "uintA",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "uintB",
              "type": "uint256"
            }
          ],
          "indexed": false,
          "internalType": "struct PairUints[]",
          "name": "rewards",
          "type": "tuple[]"
        }
      ],
      "name": "RewardsToppedUp",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "user",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "Staked",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "user",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "Withdrawn",
      "type": "event"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "user",
          "type": "address"
        }
      ],
      "name": "balances",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "epochDuration",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "components": [
            {
              "internalType": "uint256",
              "name": "uintA",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "uintB",
              "type": "uint256"
            }
          ],
          "internalType": "struct PairUints[]",
          "name": "rewards",
          "type": "tuple[]"
        }
      ],
      "name": "fund",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "numberOfEpochs",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "epochId",
          "type": "uint256"
        },
        {
          "internalType": "address",
          "name": "user",
          "type": "address"
        }
      ],
      "name": "readEpochData",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "totalStakeUnits",
          "type": "uint256"
        },
        {
          "components": [
            {
              "internalType": "uint256",
              "name": "uintA",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "uintB",
              "type": "uint256"
            }
          ],
          "internalType": "struct PairUints",
          "name": "totalRewards",
          "type": "tuple"
        },
        {
          "internalType": "uint256",
          "name": "lastUpdated",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "stakeUnitsForUser",
          "type": "uint256"
        },
        {
          "components": [
            {
              "internalType": "uint256",
              "name": "uintA",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "uintB",
              "type": "uint256"
            }
          ],
          "internalType": "struct PairUints",
          "name": "availableRewardsForUser",
          "type": "tuple"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "readRewardTokens",
      "outputs": [
        {
          "components": [
            {
              "internalType": "address",
              "name": "tokenA",
              "type": "address"
            },
            {
              "internalType": "address",
              "name": "tokenB",
              "type": "address"
            }
          ],
          "internalType": "struct PairTokens",
          "name": "",
          "type": "tuple"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "readYieldTokens",
      "outputs": [
        {
          "components": [
            {
              "internalType": "address",
              "name": "tokenA",
              "type": "address"
            },
            {
              "internalType": "address",
              "name": "tokenB",
              "type": "address"
            }
          ],
          "internalType": "struct PairTokens",
          "name": "",
          "type": "tuple"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "user",
          "type": "address"
        }
      ],
      "name": "redeemDueInterests",
      "outputs": [
        {
          "components": [
            {
              "internalType": "uint256",
              "name": "uintA",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "uintB",
              "type": "uint256"
            }
          ],
          "internalType": "struct PairUints",
          "name": "amountOut",
          "type": "tuple"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "user",
          "type": "address"
        }
      ],
      "name": "redeemRewards",
      "outputs": [
        {
          "components": [
            {
              "internalType": "uint256",
              "name": "uintA",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "uintB",
              "type": "uint256"
            }
          ],
          "internalType": "struct PairUints",
          "name": "rewards",
          "type": "tuple"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "spender",
          "type": "address"
        },
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "name": "setUpEmergencyMode",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "forAddr",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "stake",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "stakeToken",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "startTime",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256[]",
          "name": "epochIds",
          "type": "uint256[]"
        },
        {
          "components": [
            {
              "internalType": "uint256",
              "name": "uintA",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "uintB",
              "type": "uint256"
            }
          ],
          "internalType": "struct PairUints[]",
          "name": "rewards",
          "type": "tuple[]"
        }
      ],
      "name": "topUpRewards",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "totalStake",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "epochId",
          "type": "uint256"
        },
        {
          "internalType": "address",
          "name": "user",
          "type": "address"
        }
      ],
      "name": "updateAndReadEpochData",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "totalStakeUnits",
          "type": "uint256"
        },
        {
          "components": [
            {
              "internalType": "uint256",
              "name": "uintA",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "uintB",
              "type": "uint256"
            }
          ],
          "internalType": "struct PairUints",
          "name": "totalRewards",
          "type": "tuple"
        },
        {
          "internalType": "uint256",
          "name": "lastUpdated",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "stakeUnitsForUser",
          "type": "uint256"
        },
        {
          "components": [
            {
              "internalType": "uint256",
              "name": "uintA",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "uintB",
              "type": "uint256"
            }
          ],
          "internalType": "struct PairUints",
          "name": "availableRewardsForUser",
          "type": "tuple"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "vestingEpochs",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "toAddr",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "withdraw",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "linkReferences": {},
  "deployedLinkReferences": {}
}
