{
  "_format": "hh-sol-artifact-1",
  "contractName": "IFlowLimit",
  "sourceName": "contracts/interfaces/IFlowLimit.sol",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "flowAmount",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "flowToAdd",
          "type": "uint256"
        },
        {
          "internalType": "address",
          "name": "tokenManager",
          "type": "address"
        }
      ],
      "name": "FlowAdditionOverflow",
      "type": "error"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "limit",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "flowAmount",
          "type": "uint256"
        },
        {
          "internalType": "address",
          "name": "tokenManager",
          "type": "address"
        }
      ],
      "name": "FlowLimitExceeded",
      "type": "error"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "flowLimit",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "flowToCompare",
          "type": "uint256"
        },
        {
          "internalType": "address",
          "name": "tokenManager",
          "type": "address"
        }
      ],
      "name": "FlowLimitOverflow",
      "type": "error"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "bytes32",
          "name": "tokenId",
          "type": "bytes32"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "operator",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "flowLimit_",
          "type": "uint256"
        }
      ],
      "name": "FlowLimitSet",
      "type": "event"
    },
    {
      "inputs": [],
      "name": "flowInAmount",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "flowInAmount_",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "flowLimit",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "flowLimit_",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "flowOutAmount",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "flowOutAmount_",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "linkReferences": {},
  "deployedLinkReferences": {}
}
