{
  "contractName": "ITokenBurner",
  "abi": [
    {
      "constant": false,
      "inputs": [
        {
          "name": "_burner",
          "type": "address"
        },
        {
          "name": "_value",
          "type": "uint256"
        }
      ],
      "name": "burn",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.4.24;\n\n/**\n * @title Interface for the token burner contract\n */\ninterface ITokenBurner {\n\n    function burn(address _burner, uint256  _value ) external returns(bool);\n\n}\n",
  "sourcePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/interfaces/ITokenBurner.sol",
  "ast": {
    "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/interfaces/ITokenBurner.sol",
    "exportedSymbols": {
      "ITokenBurner": [
        10295
      ]
    },
    "id": 10296,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 10285,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:22"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": "@title Interface for the token burner contract",
        "fullyImplemented": false,
        "id": 10295,
        "linearizedBaseContracts": [
          10295
        ],
        "name": "ITokenBurner",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "id": 10294,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "burn",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 10290,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10287,
                  "name": "_burner",
                  "nodeType": "VariableDeclaration",
                  "scope": 10294,
                  "src": "128:15:22",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 10286,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "128:7:22",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 10289,
                  "name": "_value",
                  "nodeType": "VariableDeclaration",
                  "scope": 10294,
                  "src": "145:15:22",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 10288,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "145:7:22",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "127:35:22"
            },
            "payable": false,
            "returnParameters": {
              "id": 10293,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10292,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10294,
                  "src": "180:4:22",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 10291,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "180:4:22",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "179:6:22"
            },
            "scope": 10295,
            "src": "114:72:22",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "external"
          }
        ],
        "scope": 10296,
        "src": "84:105:22"
      }
    ],
    "src": "0:190:22"
  },
  "legacyAST": {
    "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/interfaces/ITokenBurner.sol",
    "exportedSymbols": {
      "ITokenBurner": [
        10295
      ]
    },
    "id": 10296,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 10285,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:22"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": "@title Interface for the token burner contract",
        "fullyImplemented": false,
        "id": 10295,
        "linearizedBaseContracts": [
          10295
        ],
        "name": "ITokenBurner",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "id": 10294,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "burn",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 10290,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10287,
                  "name": "_burner",
                  "nodeType": "VariableDeclaration",
                  "scope": 10294,
                  "src": "128:15:22",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 10286,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "128:7:22",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 10289,
                  "name": "_value",
                  "nodeType": "VariableDeclaration",
                  "scope": 10294,
                  "src": "145:15:22",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 10288,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "145:7:22",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "127:35:22"
            },
            "payable": false,
            "returnParameters": {
              "id": 10293,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10292,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10294,
                  "src": "180:4:22",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 10291,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "180:4:22",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "179:6:22"
            },
            "scope": 10295,
            "src": "114:72:22",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "external"
          }
        ],
        "scope": 10296,
        "src": "84:105:22"
      }
    ],
    "src": "0:190:22"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.24+commit.e67f0147.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "2.0.1",
  "updatedAt": "2018-08-21T09:48:12.403Z"
}