{
  "contractName": "MockTokenBurner",
  "abi": [
    {
      "constant": true,
      "inputs": [],
      "name": "securityToken",
      "outputs": [
        {
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "name": "_securityToken",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "constructor"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "",
          "type": "address"
        },
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "name": "burn",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": "0x608060405234801561001057600080fd5b5060405160208061019b833981016040525160008054600160a060020a03909216600160a060020a0319909216919091179055610149806100526000396000f30060806040526004361061004b5763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416639dc29fac8114610050578063b84dfbd214610095575b600080fd5b34801561005c57600080fd5b5061008173ffffffffffffffffffffffffffffffffffffffff600435166024356100d3565b604080519115158252519081900360200190f35b3480156100a157600080fd5b506100aa610101565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b6000805473ffffffffffffffffffffffffffffffffffffffff1633146100f857600080fd5b50600192915050565b60005473ffffffffffffffffffffffffffffffffffffffff16815600a165627a7a723058206a334a891c93929f36ef2098444b3985a95426be76838cef405f5ea1ccd099020029",
  "deployedBytecode": "0x60806040526004361061004b5763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416639dc29fac8114610050578063b84dfbd214610095575b600080fd5b34801561005c57600080fd5b5061008173ffffffffffffffffffffffffffffffffffffffff600435166024356100d3565b604080519115158252519081900360200190f35b3480156100a157600080fd5b506100aa610101565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b6000805473ffffffffffffffffffffffffffffffffffffffff1633146100f857600080fd5b50600192915050565b60005473ffffffffffffffffffffffffffffffffffffffff16815600a165627a7a723058206a334a891c93929f36ef2098444b3985a95426be76838cef405f5ea1ccd099020029",
  "sourceMap": "175:445:26:-;;;258:91;8:9:-1;5:2;;;30:1;27;20:12;5:2;258:91:26;;;;;;;;;;;;;312:13;:30;;-1:-1:-1;;;;;312:30:26;;;-1:-1:-1;;;;;;312:30:26;;;;;;;;;175:445;;;;;;",
  "deployedSourceMap": "175:445:26:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;355:262;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;355:262:26;;;;;;;;;;;;;;;;;;;;;;;;;;;223:28;;8:9:-1;5:2;;;30:1;27;20:12;5:2;223:28:26;;;;;;;;;;;;;;;;;;;;;;;355:262;434:4;472:13;;;;458:10;:27;450:36;;;;;;-1:-1:-1;606:4:26;355:262;;;;:::o;223:28::-;;;;;;:::o",
  "source": "pragma solidity ^0.4.24;\n\nimport \"../interfaces/ISecurityToken.sol\";\nimport \"../interfaces/ITokenBurner.sol\";\nimport \"openzeppelin-solidity/contracts/token/ERC20/ERC20.sol\";\n\ncontract MockTokenBurner is ITokenBurner {\n\n    address public securityToken;\n\n    constructor (address _securityToken) public {\n        securityToken = _securityToken;\n    }\n\n    function burn(address /* _burner */, uint256 /* _value */) public view returns(bool) {\n        require(msg.sender == securityToken);\n        // Add the schematics for the burner( token holder) that backing the burning of the securities\n        return true;\n    }\n\n}\n",
  "sourcePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/mocks/MockTokenBurner.sol",
  "ast": {
    "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/mocks/MockTokenBurner.sol",
    "exportedSymbols": {
      "MockTokenBurner": [
        10584
      ]
    },
    "id": 10585,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 10547,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:26"
      },
      {
        "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/interfaces/ISecurityToken.sol",
        "file": "../interfaces/ISecurityToken.sol",
        "id": 10548,
        "nodeType": "ImportDirective",
        "scope": 10585,
        "sourceUnit": 10160,
        "src": "26:42:26",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/interfaces/ITokenBurner.sol",
        "file": "../interfaces/ITokenBurner.sol",
        "id": 10549,
        "nodeType": "ImportDirective",
        "scope": 10585,
        "sourceUnit": 10296,
        "src": "69:40:26",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "openzeppelin-solidity/contracts/token/ERC20/ERC20.sol",
        "file": "openzeppelin-solidity/contracts/token/ERC20/ERC20.sol",
        "id": 10550,
        "nodeType": "ImportDirective",
        "scope": 10585,
        "sourceUnit": 22838,
        "src": "110:63:26",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 10551,
              "name": "ITokenBurner",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 10295,
              "src": "203:12:26",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ITokenBurner_$10295",
                "typeString": "contract ITokenBurner"
              }
            },
            "id": 10552,
            "nodeType": "InheritanceSpecifier",
            "src": "203:12:26"
          }
        ],
        "contractDependencies": [
          10295
        ],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 10584,
        "linearizedBaseContracts": [
          10584,
          10295
        ],
        "name": "MockTokenBurner",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": false,
            "id": 10554,
            "name": "securityToken",
            "nodeType": "VariableDeclaration",
            "scope": 10584,
            "src": "223:28:26",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_address",
              "typeString": "address"
            },
            "typeName": {
              "id": 10553,
              "name": "address",
              "nodeType": "ElementaryTypeName",
              "src": "223:7:26",
              "typeDescriptions": {
                "typeIdentifier": "t_address",
                "typeString": "address"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 10563,
              "nodeType": "Block",
              "src": "302:47:26",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 10561,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "id": 10559,
                      "name": "securityToken",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 10554,
                      "src": "312:13:26",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 10560,
                      "name": "_securityToken",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 10556,
                      "src": "328:14:26",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "src": "312:30:26",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "id": 10562,
                  "nodeType": "ExpressionStatement",
                  "src": "312:30:26"
                }
              ]
            },
            "documentation": null,
            "id": 10564,
            "implemented": true,
            "isConstructor": true,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 10557,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10556,
                  "name": "_securityToken",
                  "nodeType": "VariableDeclaration",
                  "scope": 10564,
                  "src": "271:22:26",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 10555,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "271:7:26",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "270:24:26"
            },
            "payable": false,
            "returnParameters": {
              "id": 10558,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "302:0:26"
            },
            "scope": 10584,
            "src": "258:91:26",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 10582,
              "nodeType": "Block",
              "src": "440:177:26",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 10577,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "argumentTypes": null,
                          "expression": {
                            "argumentTypes": null,
                            "id": 10574,
                            "name": "msg",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 23131,
                            "src": "458:3:26",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_message",
                              "typeString": "msg"
                            }
                          },
                          "id": 10575,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "sender",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": null,
                          "src": "458:10:26",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "==",
                        "rightExpression": {
                          "argumentTypes": null,
                          "id": 10576,
                          "name": "securityToken",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 10554,
                          "src": "472:13:26",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "src": "458:27:26",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      ],
                      "id": 10573,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        23134,
                        23135
                      ],
                      "referencedDeclaration": 23134,
                      "src": "450:7:26",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                        "typeString": "function (bool) pure"
                      }
                    },
                    "id": 10578,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "450:36:26",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 10579,
                  "nodeType": "ExpressionStatement",
                  "src": "450:36:26"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "hexValue": "74727565",
                    "id": 10580,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "bool",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "606:4:26",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    },
                    "value": "true"
                  },
                  "functionReturnParameters": 10572,
                  "id": 10581,
                  "nodeType": "Return",
                  "src": "599:11:26"
                }
              ]
            },
            "documentation": null,
            "id": 10583,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "burn",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 10569,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10566,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10583,
                  "src": "369:7:26",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 10565,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "369:7:26",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 10568,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10583,
                  "src": "392:7:26",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 10567,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "392:7:26",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "368:45:26"
            },
            "payable": false,
            "returnParameters": {
              "id": 10572,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10571,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10583,
                  "src": "434:4:26",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 10570,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "434:4:26",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "433:6:26"
            },
            "scope": 10584,
            "src": "355:262:26",
            "stateMutability": "view",
            "superFunction": 10294,
            "visibility": "public"
          }
        ],
        "scope": 10585,
        "src": "175:445:26"
      }
    ],
    "src": "0:621:26"
  },
  "legacyAST": {
    "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/mocks/MockTokenBurner.sol",
    "exportedSymbols": {
      "MockTokenBurner": [
        10584
      ]
    },
    "id": 10585,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 10547,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:26"
      },
      {
        "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/interfaces/ISecurityToken.sol",
        "file": "../interfaces/ISecurityToken.sol",
        "id": 10548,
        "nodeType": "ImportDirective",
        "scope": 10585,
        "sourceUnit": 10160,
        "src": "26:42:26",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/interfaces/ITokenBurner.sol",
        "file": "../interfaces/ITokenBurner.sol",
        "id": 10549,
        "nodeType": "ImportDirective",
        "scope": 10585,
        "sourceUnit": 10296,
        "src": "69:40:26",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "openzeppelin-solidity/contracts/token/ERC20/ERC20.sol",
        "file": "openzeppelin-solidity/contracts/token/ERC20/ERC20.sol",
        "id": 10550,
        "nodeType": "ImportDirective",
        "scope": 10585,
        "sourceUnit": 22838,
        "src": "110:63:26",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 10551,
              "name": "ITokenBurner",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 10295,
              "src": "203:12:26",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ITokenBurner_$10295",
                "typeString": "contract ITokenBurner"
              }
            },
            "id": 10552,
            "nodeType": "InheritanceSpecifier",
            "src": "203:12:26"
          }
        ],
        "contractDependencies": [
          10295
        ],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 10584,
        "linearizedBaseContracts": [
          10584,
          10295
        ],
        "name": "MockTokenBurner",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": false,
            "id": 10554,
            "name": "securityToken",
            "nodeType": "VariableDeclaration",
            "scope": 10584,
            "src": "223:28:26",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_address",
              "typeString": "address"
            },
            "typeName": {
              "id": 10553,
              "name": "address",
              "nodeType": "ElementaryTypeName",
              "src": "223:7:26",
              "typeDescriptions": {
                "typeIdentifier": "t_address",
                "typeString": "address"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 10563,
              "nodeType": "Block",
              "src": "302:47:26",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 10561,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "id": 10559,
                      "name": "securityToken",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 10554,
                      "src": "312:13:26",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 10560,
                      "name": "_securityToken",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 10556,
                      "src": "328:14:26",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "src": "312:30:26",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "id": 10562,
                  "nodeType": "ExpressionStatement",
                  "src": "312:30:26"
                }
              ]
            },
            "documentation": null,
            "id": 10564,
            "implemented": true,
            "isConstructor": true,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 10557,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10556,
                  "name": "_securityToken",
                  "nodeType": "VariableDeclaration",
                  "scope": 10564,
                  "src": "271:22:26",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 10555,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "271:7:26",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "270:24:26"
            },
            "payable": false,
            "returnParameters": {
              "id": 10558,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "302:0:26"
            },
            "scope": 10584,
            "src": "258:91:26",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 10582,
              "nodeType": "Block",
              "src": "440:177:26",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 10577,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "argumentTypes": null,
                          "expression": {
                            "argumentTypes": null,
                            "id": 10574,
                            "name": "msg",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 23131,
                            "src": "458:3:26",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_message",
                              "typeString": "msg"
                            }
                          },
                          "id": 10575,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "sender",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": null,
                          "src": "458:10:26",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "==",
                        "rightExpression": {
                          "argumentTypes": null,
                          "id": 10576,
                          "name": "securityToken",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 10554,
                          "src": "472:13:26",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "src": "458:27:26",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      ],
                      "id": 10573,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        23134,
                        23135
                      ],
                      "referencedDeclaration": 23134,
                      "src": "450:7:26",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                        "typeString": "function (bool) pure"
                      }
                    },
                    "id": 10578,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "450:36:26",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 10579,
                  "nodeType": "ExpressionStatement",
                  "src": "450:36:26"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "hexValue": "74727565",
                    "id": 10580,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "bool",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "606:4:26",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    },
                    "value": "true"
                  },
                  "functionReturnParameters": 10572,
                  "id": 10581,
                  "nodeType": "Return",
                  "src": "599:11:26"
                }
              ]
            },
            "documentation": null,
            "id": 10583,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "burn",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 10569,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10566,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10583,
                  "src": "369:7:26",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 10565,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "369:7:26",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 10568,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10583,
                  "src": "392:7:26",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 10567,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "392:7:26",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "368:45:26"
            },
            "payable": false,
            "returnParameters": {
              "id": 10572,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10571,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10583,
                  "src": "434:4:26",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 10570,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "434:4:26",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "433:6:26"
            },
            "scope": 10584,
            "src": "355:262:26",
            "stateMutability": "view",
            "superFunction": 10294,
            "visibility": "public"
          }
        ],
        "scope": 10585,
        "src": "175:445:26"
      }
    ],
    "src": "0:621:26"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.24+commit.e67f0147.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "2.0.1",
  "updatedAt": "2018-08-21T09:48:12.409Z"
}