{
  "abi": [
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "recipient",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "burn",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "recipient",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "mint",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "allSourcePaths": {
    "21": "contracts/mocks/IMintableERC20.sol"
  },
  "ast": {
    "absolutePath": "contracts/mocks/IMintableERC20.sol",
    "exportedSymbols": {
      "IMintableERC20": [
        12985
      ]
    },
    "id": 12986,
    "license": "Apache-2.0",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 12969,
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "39:23:21"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": {
          "id": 12970,
          "nodeType": "StructuredDocumentation",
          "src": "64:122:21",
          "text": " @title IMintableERC20 interface\n @dev Interface for mintable / burnable ERC20 - for testing\n @author Ensuro"
        },
        "fullyImplemented": false,
        "id": 12985,
        "linearizedBaseContracts": [
          12985
        ],
        "name": "IMintableERC20",
        "nameLocation": "197:14:21",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "functionSelector": "40c10f19",
            "id": 12977,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "mint",
            "nameLocation": "225:4:21",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12975,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12972,
                  "mutability": "mutable",
                  "name": "recipient",
                  "nameLocation": "238:9:21",
                  "nodeType": "VariableDeclaration",
                  "scope": 12977,
                  "src": "230:17:21",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 12971,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "230:7:21",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 12974,
                  "mutability": "mutable",
                  "name": "amount",
                  "nameLocation": "257:6:21",
                  "nodeType": "VariableDeclaration",
                  "scope": 12977,
                  "src": "249:14:21",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 12973,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "249:7:21",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "229:35:21"
            },
            "returnParameters": {
              "id": 12976,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "273:0:21"
            },
            "scope": 12985,
            "src": "216:58:21",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "9dc29fac",
            "id": 12984,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "burn",
            "nameLocation": "287:4:21",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 12982,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 12979,
                  "mutability": "mutable",
                  "name": "recipient",
                  "nameLocation": "300:9:21",
                  "nodeType": "VariableDeclaration",
                  "scope": 12984,
                  "src": "292:17:21",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 12978,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "292:7:21",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 12981,
                  "mutability": "mutable",
                  "name": "amount",
                  "nameLocation": "319:6:21",
                  "nodeType": "VariableDeclaration",
                  "scope": 12984,
                  "src": "311:14:21",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 12980,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "311:7:21",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "291:35:21"
            },
            "returnParameters": {
              "id": 12983,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "335:0:21"
            },
            "scope": 12985,
            "src": "278:58:21",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 12986,
        "src": "187:151:21",
        "usedErrors": []
      }
    ],
    "src": "39:300:21"
  },
  "bytecode": "",
  "bytecodeSha1": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
  "compiler": {
    "evm_version": "istanbul",
    "optimizer": {
      "enabled": true,
      "runs": 200
    },
    "version": "0.8.6+commit.11564f7e"
  },
  "contractName": "IMintableERC20",
  "coverageMap": {
    "branches": {},
    "statements": {}
  },
  "dependencies": [],
  "deployedBytecode": "",
  "deployedSourceMap": "",
  "language": "Solidity",
  "natspec": {
    "author": "Ensuro",
    "details": "Interface for mintable / burnable ERC20 - for testing",
    "kind": "dev",
    "methods": {},
    "title": "IMintableERC20 interface",
    "version": 1
  },
  "offset": [
    187,
    338
  ],
  "opcodes": "",
  "pcMap": {},
  "sha1": "34ae04bfdc1e8863f3fc27827c475ea2070a23aa",
  "source": "// SPDX-License-Identifier: Apache-2.0\npragma solidity ^0.8.0;\n\n/**\n * @title IMintableERC20 interface\n * @dev Interface for mintable / burnable ERC20 - for testing\n * @author Ensuro\n */\ninterface IMintableERC20 {\n  function mint(address recipient, uint256 amount) external;\n\n  function burn(address recipient, uint256 amount) external;\n}\n",
  "sourceMap": "",
  "sourcePath": "contracts/mocks/IMintableERC20.sol",
  "type": "interface"
}