{
  "compiler": {
    "version": "0.8.30+commit.73712a01"
  },
  "language": "Solidity",
  "output": {
    "abi": [
      {
        "inputs": [
          {
            "internalType": "uint256",
            "name": "newValue",
            "type": "uint256",
            "indexed": true
          }
        ],
        "type": "event",
        "name": "CounterIncremented",
        "anonymous": false
      },
      {
        "inputs": [],
        "stateMutability": "nonpayable",
        "type": "function",
        "name": "increment"
      },
      {
        "inputs": [],
        "stateMutability": "view",
        "type": "function",
        "name": "number",
        "outputs": [
          {
            "internalType": "uint256",
            "name": "",
            "type": "uint256"
          }
        ]
      },
      {
        "inputs": [
          {
            "internalType": "uint256",
            "name": "newNumber",
            "type": "uint256"
          }
        ],
        "stateMutability": "nonpayable",
        "type": "function",
        "name": "setNumber"
      }
    ],
    "devdoc": {
      "kind": "dev",
      "methods": {},
      "version": 1
    },
    "userdoc": {
      "kind": "user",
      "methods": {},
      "version": 1
    }
  },
  "settings": {
    "remappings": [
      "@openzeppelin/=node_modules/@openzeppelin/",
      "eth-gas-reporter/=node_modules/eth-gas-reporter/",
      "forge-std/=lib/forge-std/src/",
      "hardhat/=node_modules/hardhat/"
    ],
    "optimizer": {
      "enabled": true,
      "runs": 200
    },
    "metadata": {
      "bytecodeHash": "ipfs"
    },
    "compilationTarget": {
      "contracts/Counter.sol": "Counter"
    },
    "evmVersion": "cancun",
    "libraries": {},
    "viaIR": true
  },
  "sources": {
    "contracts/Counter.sol": {
      "keccak256": "0x64b14ccdf971163beca30779f02ce20b9e0a97a184a249d62c962b5453fe56f4",
      "urls": [
        "bzz-raw://27a3562a427bdd60c0339dc253d4e6ffb67f4842c9181a7945a9b678c145bec0",
        "dweb:/ipfs/QmW8d2ApwA9z6VfvQHssMLDEwWFwpNYxoErqLrRGqybw79"
      ],
      "license": "FSL-1.1-MIT"
    }
  },
  "version": 1
}