{
  "contractName": "Controlled",
  "abi": [
    {
      "constant": true,
      "inputs": [],
      "name": "controller",
      "outputs": [
        {
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "constructor"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "_newController",
          "type": "address"
        }
      ],
      "name": "changeController",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x608060405234801561001057600080fd5b5060008054600160a060020a03191633179055610166806100326000396000f30060806040526004361061004b5763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416633cebb8238114610050578063f77c479114610080575b600080fd5b34801561005c57600080fd5b5061007e73ffffffffffffffffffffffffffffffffffffffff600435166100be565b005b34801561008c57600080fd5b5061009561011e565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b60005473ffffffffffffffffffffffffffffffffffffffff1633146100e257600080fd5b6000805473ffffffffffffffffffffffffffffffffffffffff191673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b60005473ffffffffffffffffffffffffffffffffffffffff16815600a165627a7a723058206bfdcaf26df9598a2e5c7d732dfd5247c8c844de732c935802a584b0159813980029",
  "deployedBytecode": "0x60806040526004361061004b5763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416633cebb8238114610050578063f77c479114610080575b600080fd5b34801561005c57600080fd5b5061007e73ffffffffffffffffffffffffffffffffffffffff600435166100be565b005b34801561008c57600080fd5b5061009561011e565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b60005473ffffffffffffffffffffffffffffffffffffffff1633146100e257600080fd5b6000805473ffffffffffffffffffffffffffffffffffffffff191673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b60005473ffffffffffffffffffffffffffffffffffffffff16815600a165627a7a723058206bfdcaf26df9598a2e5c7d732dfd5247c8c844de732c935802a584b0159813980029",
  "sourceMap": "26:548:57:-;;;274:56;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;305:10:57;:23;;-1:-1:-1;;;;;;305:23:57;318:10;305:23;;;26:548;;;;;;",
  "deployedSourceMap": "26:548:57:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;456:116;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;456:116:57;;;;;;;;;242:25;;8:9:-1;5:2;;;30:1;27;20:12;5:2;242:25:57;;;;;;;;;;;;;;;;;;;;;;;456:116;219:10;;;;205;:24;197:33;;;;;;538:10;:27;;-1:-1:-1;;538:27:57;;;;;;;;;;;;456:116::o;242:25::-;;;;;;:::o",
  "source": "pragma solidity ^0.4.18;\n\ncontract Controlled {\n    /// @notice The address of the controller is the only address that can call\n    ///  a function with this modifier\n    modifier onlyController { require(msg.sender == controller); _; }\n\n    address public controller;\n\n    function Controlled() public { controller = msg.sender;}\n\n    /// @notice Changes the controller of the contract\n    /// @param _newController The new controller of the contract\n    function changeController(address _newController) public onlyController {\n        controller = _newController;\n    }\n}\n",
  "sourcePath": "minimetoken/contracts/Controlled.sol",
  "ast": {
    "absolutePath": "minimetoken/contracts/Controlled.sol",
    "exportedSymbols": {
      "Controlled": [
        18589
      ]
    },
    "id": 18590,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 18554,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".18"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:57"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 18589,
        "linearizedBaseContracts": [
          18589
        ],
        "name": "Controlled",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": {
              "id": 18564,
              "nodeType": "Block",
              "src": "195:41:57",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 18560,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "argumentTypes": null,
                          "expression": {
                            "argumentTypes": null,
                            "id": 18557,
                            "name": "msg",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 20639,
                            "src": "205:3:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_message",
                              "typeString": "msg"
                            }
                          },
                          "id": 18558,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "sender",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": null,
                          "src": "205:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "==",
                        "rightExpression": {
                          "argumentTypes": null,
                          "id": 18559,
                          "name": "controller",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 18567,
                          "src": "219:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "src": "205:24:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      ],
                      "id": 18556,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        20642,
                        20643
                      ],
                      "referencedDeclaration": 20642,
                      "src": "197:7:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                        "typeString": "function (bool) pure"
                      }
                    },
                    "id": 18561,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "197:33:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 18562,
                  "nodeType": "ExpressionStatement",
                  "src": "197:33:57"
                },
                {
                  "id": 18563,
                  "nodeType": "PlaceholderStatement",
                  "src": "232:1:57"
                }
              ]
            },
            "documentation": "@notice The address of the controller is the only address that can call\n  a function with this modifier",
            "id": 18565,
            "name": "onlyController",
            "nodeType": "ModifierDefinition",
            "parameters": {
              "id": 18555,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "195:0:57"
            },
            "src": "171:65:57",
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 18567,
            "name": "controller",
            "nodeType": "VariableDeclaration",
            "scope": 18589,
            "src": "242:25:57",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_address",
              "typeString": "address"
            },
            "typeName": {
              "id": 18566,
              "name": "address",
              "nodeType": "ElementaryTypeName",
              "src": "242:7:57",
              "typeDescriptions": {
                "typeIdentifier": "t_address",
                "typeString": "address"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 18575,
              "nodeType": "Block",
              "src": "303:27:57",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 18573,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "id": 18570,
                      "name": "controller",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 18567,
                      "src": "305:10:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "expression": {
                        "argumentTypes": null,
                        "id": 18571,
                        "name": "msg",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 20639,
                        "src": "318:3:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_magic_message",
                          "typeString": "msg"
                        }
                      },
                      "id": 18572,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "sender",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": null,
                      "src": "318:10:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "src": "305:23:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "id": 18574,
                  "nodeType": "ExpressionStatement",
                  "src": "305:23:57"
                }
              ]
            },
            "documentation": null,
            "id": 18576,
            "implemented": true,
            "isConstructor": true,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "Controlled",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 18568,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "293:2:57"
            },
            "payable": false,
            "returnParameters": {
              "id": 18569,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "303:0:57"
            },
            "scope": 18589,
            "src": "274:56:57",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 18587,
              "nodeType": "Block",
              "src": "528:44:57",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 18585,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "id": 18583,
                      "name": "controller",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 18567,
                      "src": "538:10:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 18584,
                      "name": "_newController",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 18578,
                      "src": "551:14:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "src": "538:27:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "id": 18586,
                  "nodeType": "ExpressionStatement",
                  "src": "538:27:57"
                }
              ]
            },
            "documentation": "@notice Changes the controller of the contract\n @param _newController The new controller of the contract",
            "id": 18588,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [
              {
                "arguments": null,
                "id": 18581,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 18580,
                  "name": "onlyController",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 18565,
                  "src": "513:14:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "513:14:57"
              }
            ],
            "name": "changeController",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 18579,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 18578,
                  "name": "_newController",
                  "nodeType": "VariableDeclaration",
                  "scope": 18588,
                  "src": "482:22:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 18577,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "482:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "481:24:57"
            },
            "payable": false,
            "returnParameters": {
              "id": 18582,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "528:0:57"
            },
            "scope": 18589,
            "src": "456:116:57",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 18590,
        "src": "26:548:57"
      }
    ],
    "src": "0:575:57"
  },
  "legacyAST": {
    "absolutePath": "minimetoken/contracts/Controlled.sol",
    "exportedSymbols": {
      "Controlled": [
        18589
      ]
    },
    "id": 18590,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 18554,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".18"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:57"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 18589,
        "linearizedBaseContracts": [
          18589
        ],
        "name": "Controlled",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": {
              "id": 18564,
              "nodeType": "Block",
              "src": "195:41:57",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 18560,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "argumentTypes": null,
                          "expression": {
                            "argumentTypes": null,
                            "id": 18557,
                            "name": "msg",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 20639,
                            "src": "205:3:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_message",
                              "typeString": "msg"
                            }
                          },
                          "id": 18558,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "sender",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": null,
                          "src": "205:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "==",
                        "rightExpression": {
                          "argumentTypes": null,
                          "id": 18559,
                          "name": "controller",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 18567,
                          "src": "219:10:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "src": "205:24:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      ],
                      "id": 18556,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        20642,
                        20643
                      ],
                      "referencedDeclaration": 20642,
                      "src": "197:7:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                        "typeString": "function (bool) pure"
                      }
                    },
                    "id": 18561,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "197:33:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 18562,
                  "nodeType": "ExpressionStatement",
                  "src": "197:33:57"
                },
                {
                  "id": 18563,
                  "nodeType": "PlaceholderStatement",
                  "src": "232:1:57"
                }
              ]
            },
            "documentation": "@notice The address of the controller is the only address that can call\n  a function with this modifier",
            "id": 18565,
            "name": "onlyController",
            "nodeType": "ModifierDefinition",
            "parameters": {
              "id": 18555,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "195:0:57"
            },
            "src": "171:65:57",
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 18567,
            "name": "controller",
            "nodeType": "VariableDeclaration",
            "scope": 18589,
            "src": "242:25:57",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_address",
              "typeString": "address"
            },
            "typeName": {
              "id": 18566,
              "name": "address",
              "nodeType": "ElementaryTypeName",
              "src": "242:7:57",
              "typeDescriptions": {
                "typeIdentifier": "t_address",
                "typeString": "address"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 18575,
              "nodeType": "Block",
              "src": "303:27:57",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 18573,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "id": 18570,
                      "name": "controller",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 18567,
                      "src": "305:10:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "expression": {
                        "argumentTypes": null,
                        "id": 18571,
                        "name": "msg",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 20639,
                        "src": "318:3:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_magic_message",
                          "typeString": "msg"
                        }
                      },
                      "id": 18572,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "sender",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": null,
                      "src": "318:10:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "src": "305:23:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "id": 18574,
                  "nodeType": "ExpressionStatement",
                  "src": "305:23:57"
                }
              ]
            },
            "documentation": null,
            "id": 18576,
            "implemented": true,
            "isConstructor": true,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "Controlled",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 18568,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "293:2:57"
            },
            "payable": false,
            "returnParameters": {
              "id": 18569,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "303:0:57"
            },
            "scope": 18589,
            "src": "274:56:57",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 18587,
              "nodeType": "Block",
              "src": "528:44:57",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 18585,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "id": 18583,
                      "name": "controller",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 18567,
                      "src": "538:10:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 18584,
                      "name": "_newController",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 18578,
                      "src": "551:14:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "src": "538:27:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "id": 18586,
                  "nodeType": "ExpressionStatement",
                  "src": "538:27:57"
                }
              ]
            },
            "documentation": "@notice Changes the controller of the contract\n @param _newController The new controller of the contract",
            "id": 18588,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [
              {
                "arguments": null,
                "id": 18581,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 18580,
                  "name": "onlyController",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 18565,
                  "src": "513:14:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "513:14:57"
              }
            ],
            "name": "changeController",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 18579,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 18578,
                  "name": "_newController",
                  "nodeType": "VariableDeclaration",
                  "scope": 18588,
                  "src": "482:22:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 18577,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "482:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "481:24:57"
            },
            "payable": false,
            "returnParameters": {
              "id": 18582,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "528:0:57"
            },
            "scope": 18589,
            "src": "456:116:57",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 18590,
        "src": "26:548:57"
      }
    ],
    "src": "0:575:57"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.24+commit.e67f0147.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "2.0.1",
  "updatedAt": "2018-11-02T14:04:11.086Z"
}