{
  "_format": "hh-sol-artifact-1",
  "contractName": "IISupply",
  "sourceName": "contracts/inflation/interface/IISupply.sol",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "_blockNumber",
          "type": "uint256"
        }
      ],
      "name": "getCirculatingSupplyAt",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "_circulatingSupplyWei",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "_blockNumber",
          "type": "uint256"
        }
      ],
      "name": "getCirculatingSupplyAtCached",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "_circulatingSupplyWei",
          "type": "uint256"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "getInflatableBalance",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "_inflatableBalanceWei",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "_inflationAuthorizedWei",
          "type": "uint256"
        }
      ],
      "name": "updateAuthorizedInflationAndCirculatingSupply",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "updateCirculatingSupply",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "linkReferences": {},
  "deployedLinkReferences": {}
}
