{
  "contractName": "BasicToken",
  "abi": [
    {
      "constant": true,
      "inputs": [],
      "name": "totalSupply",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "_owner",
          "type": "address"
        }
      ],
      "name": "balanceOf",
      "outputs": [
        {
          "name": "balance",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "_to",
          "type": "address"
        },
        {
          "name": "_value",
          "type": "uint256"
        }
      ],
      "name": "transfer",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "name": "from",
          "type": "address"
        },
        {
          "indexed": true,
          "name": "to",
          "type": "address"
        },
        {
          "indexed": false,
          "name": "value",
          "type": "uint256"
        }
      ],
      "name": "Transfer",
      "type": "event"
    }
  ],
  "bytecode": "0x6060604052341561000f57600080fd5b6102458061001e6000396000f3006060604052600436106100565763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166318160ddd811461005b57806370a0823114610080578063a9059cbb1461009f575b600080fd5b341561006657600080fd5b61006e6100d5565b60405190815260200160405180910390f35b341561008b57600080fd5b61006e600160a060020a03600435166100db565b34156100aa57600080fd5b6100c1600160a060020a03600435166024356100f6565b604051901515815260200160405180910390f35b60005481565b600160a060020a031660009081526001602052604090205490565b6000600160a060020a038316151561010d57600080fd5b600160a060020a03331660009081526001602052604090205482111561013257600080fd5b600160a060020a03331660009081526001602052604090205461015b908363ffffffff6101f116565b600160a060020a033381166000908152600160205260408082209390935590851681522054610190908363ffffffff61020316565b600160a060020a0380851660008181526001602052604090819020939093559133909116907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9085905190815260200160405180910390a350600192915050565b6000828211156101fd57fe5b50900390565b60008282018381101561021257fe5b93925050505600a165627a7a72305820c4585e9aedf75c9bf074a04fcf475f8465bad2983729e0118f53094e59d8068d0029",
  "deployedBytecode": "0x6060604052600436106100565763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166318160ddd811461005b57806370a0823114610080578063a9059cbb1461009f575b600080fd5b341561006657600080fd5b61006e6100d5565b60405190815260200160405180910390f35b341561008b57600080fd5b61006e600160a060020a03600435166100db565b34156100aa57600080fd5b6100c1600160a060020a03600435166024356100f6565b604051901515815260200160405180910390f35b60005481565b600160a060020a031660009081526001602052604090205490565b6000600160a060020a038316151561010d57600080fd5b600160a060020a03331660009081526001602052604090205482111561013257600080fd5b600160a060020a03331660009081526001602052604090205461015b908363ffffffff6101f116565b600160a060020a033381166000908152600160205260408082209390935590851681522054610190908363ffffffff61020316565b600160a060020a0380851660008181526001602052604090819020939093559133909116907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9085905190815260200160405180910390a350600192915050565b6000828211156101fd57fe5b50900390565b60008282018381101561021257fe5b93925050505600a165627a7a72305820c4585e9aedf75c9bf074a04fcf475f8465bad2983729e0118f53094e59d8068d0029",
  "sourceMap": "177:951:34:-;;;;;;;;;;;;;;;;;",
  "deployedSourceMap": "177:951:34:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;179:26:37;;;;;;;;;;;;;;;;;;;;;;;;;;;1018:107:34;;;;;;;;;;-1:-1:-1;;;;;1018:107:34;;;;;437:379;;;;;;;;;;-1:-1:-1;;;;;437:379:34;;;;;;;;;;;;;;;;;;;;;;;;179:26:37;;;;:::o;1018:107:34:-;-1:-1:-1;;;;;1104:16:34;1074:15;1104:16;;;:8;:16;;;;;;;1018:107::o;437:379::-;500:4;-1:-1:-1;;;;;520:17:34;;;;512:26;;;;;;-1:-1:-1;;;;;571:10:34;562:20;;;;;:8;:20;;;;;;552:30;;;544:39;;;;;;-1:-1:-1;;;;;685:10:34;676:20;;;;;:8;:20;;;;;;:32;;701:6;676:32;:24;:32;:::i;:::-;-1:-1:-1;;;;;662:10:34;653:20;;;;;;:8;:20;;;;;;:55;;;;730:13;;;;;;;:25;;748:6;730:25;:17;:25;:::i;:::-;-1:-1:-1;;;;;714:13:34;;;;;;;:8;:13;;;;;;;:41;;;;:13;770:10;761:33;;;;;;787:6;;761:33;;;;;;;;;;;;;-1:-1:-1;807:4:34;437:379;;;;:::o;584:110:31:-;642:7;664:6;;;;657:14;;;;-1:-1:-1;684:5:31;;;584:110::o;698:129::-;756:7;783:5;;;801:6;;;;794:14;;;;821:1;698:129;-1:-1:-1;;;698:129:31:o",
  "source": "pragma solidity ^0.4.18;\n\n\nimport './ERC20Basic.sol';\nimport '../math/SafeMath.sol';\n\n\n/**\n * @title Basic token\n * @dev Basic version of StandardToken, with no allowances.\n */\ncontract BasicToken is ERC20Basic {\n  using SafeMath for uint256;\n\n  mapping(address => uint256) balances;\n\n  /**\n  * @dev transfer token for a specified address\n  * @param _to The address to transfer to.\n  * @param _value The amount to be transferred.\n  */\n  function transfer(address _to, uint256 _value) public returns (bool) {\n    require(_to != address(0));\n    require(_value <= balances[msg.sender]);\n\n    // SafeMath.sub will throw if there is not enough balance.\n    balances[msg.sender] = balances[msg.sender].sub(_value);\n    balances[_to] = balances[_to].add(_value);\n    Transfer(msg.sender, _to, _value);\n    return true;\n  }\n\n  /**\n  * @dev Gets the balance of the specified address.\n  * @param _owner The address to query the the balance of.\n  * @return An uint256 representing the amount owned by the passed address.\n  */\n  function balanceOf(address _owner) public view returns (uint256 balance) {\n    return balances[_owner];\n  }\n\n}\n",
  "sourcePath": "zeppelin-solidity/contracts/token/BasicToken.sol",
  "ast": {
    "attributes": {
      "absolutePath": "zeppelin-solidity/contracts/token/BasicToken.sol",
      "exportedSymbols": {
        "BasicToken": [
          10387
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "^",
            "0.4",
            ".18"
          ]
        },
        "id": 10303,
        "name": "PragmaDirective",
        "src": "0:24:34"
      },
      {
        "attributes": {
          "SourceUnit": 10515,
          "absolutePath": "zeppelin-solidity/contracts/token/ERC20Basic.sol",
          "file": "./ERC20Basic.sol",
          "scope": 10388,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 10304,
        "name": "ImportDirective",
        "src": "27:26:34"
      },
      {
        "attributes": {
          "SourceUnit": 10222,
          "absolutePath": "zeppelin-solidity/contracts/math/SafeMath.sol",
          "file": "../math/SafeMath.sol",
          "scope": 10388,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 10305,
        "name": "ImportDirective",
        "src": "54:30:34"
      },
      {
        "attributes": {
          "contractDependencies": [
            10514
          ],
          "contractKind": "contract",
          "documentation": "@title Basic token\n@dev Basic version of StandardToken, with no allowances.",
          "fullyImplemented": true,
          "linearizedBaseContracts": [
            10387,
            10514
          ],
          "name": "BasicToken",
          "scope": 10388
        },
        "children": [
          {
            "attributes": {
              "arguments": [
                null
              ]
            },
            "children": [
              {
                "attributes": {
                  "contractScope": null,
                  "name": "ERC20Basic",
                  "referencedDeclaration": 10514,
                  "type": "contract ERC20Basic"
                },
                "id": 10306,
                "name": "UserDefinedTypeName",
                "src": "200:10:34"
              }
            ],
            "id": 10307,
            "name": "InheritanceSpecifier",
            "src": "200:10:34"
          },
          {
            "children": [
              {
                "attributes": {
                  "contractScope": null,
                  "name": "SafeMath",
                  "referencedDeclaration": 10221,
                  "type": "library SafeMath"
                },
                "id": 10308,
                "name": "UserDefinedTypeName",
                "src": "221:8:34"
              },
              {
                "attributes": {
                  "name": "uint256",
                  "type": "uint256"
                },
                "id": 10309,
                "name": "ElementaryTypeName",
                "src": "234:7:34"
              }
            ],
            "id": 10310,
            "name": "UsingForDirective",
            "src": "215:27:34"
          },
          {
            "attributes": {
              "constant": false,
              "name": "balances",
              "scope": 10387,
              "stateVariable": true,
              "storageLocation": "default",
              "type": "mapping(address => uint256)",
              "value": null,
              "visibility": "internal"
            },
            "children": [
              {
                "attributes": {
                  "type": "mapping(address => uint256)"
                },
                "children": [
                  {
                    "attributes": {
                      "name": "address",
                      "type": "address"
                    },
                    "id": 10311,
                    "name": "ElementaryTypeName",
                    "src": "254:7:34"
                  },
                  {
                    "attributes": {
                      "name": "uint256",
                      "type": "uint256"
                    },
                    "id": 10312,
                    "name": "ElementaryTypeName",
                    "src": "265:7:34"
                  }
                ],
                "id": 10313,
                "name": "Mapping",
                "src": "246:27:34"
              }
            ],
            "id": 10314,
            "name": "VariableDeclaration",
            "src": "246:36:34"
          },
          {
            "attributes": {
              "constant": false,
              "implemented": true,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "transfer",
              "payable": false,
              "scope": 10387,
              "stateMutability": "nonpayable",
              "superFunction": 10505,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_to",
                      "scope": 10374,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 10315,
                        "name": "ElementaryTypeName",
                        "src": "455:7:34"
                      }
                    ],
                    "id": 10316,
                    "name": "VariableDeclaration",
                    "src": "455:11:34"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_value",
                      "scope": 10374,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 10317,
                        "name": "ElementaryTypeName",
                        "src": "468:7:34"
                      }
                    ],
                    "id": 10318,
                    "name": "VariableDeclaration",
                    "src": "468:14:34"
                  }
                ],
                "id": 10319,
                "name": "ParameterList",
                "src": "454:29:34"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 10374,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 10320,
                        "name": "ElementaryTypeName",
                        "src": "500:4:34"
                      }
                    ],
                    "id": 10321,
                    "name": "VariableDeclaration",
                    "src": "500:4:34"
                  }
                ],
                "id": 10322,
                "name": "ParameterList",
                "src": "499:6:34"
              },
              {
                "children": [
                  {
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "isStructConstructorCall": false,
                          "lValueRequested": false,
                          "names": [
                            null
                          ],
                          "type": "tuple()",
                          "type_conversion": false
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_bool",
                                  "typeString": "bool"
                                }
                              ],
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 10870,
                              "type": "function (bool) pure",
                              "value": "require"
                            },
                            "id": 10323,
                            "name": "Identifier",
                            "src": "512:7:34"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "commonType": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              },
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "lValueRequested": false,
                              "operator": "!=",
                              "type": "bool"
                            },
                            "children": [
                              {
                                "attributes": {
                                  "argumentTypes": null,
                                  "overloadedDeclarations": [
                                    null
                                  ],
                                  "referencedDeclaration": 10316,
                                  "type": "address",
                                  "value": "_to"
                                },
                                "id": 10324,
                                "name": "Identifier",
                                "src": "520:3:34"
                              },
                              {
                                "attributes": {
                                  "argumentTypes": null,
                                  "isConstant": false,
                                  "isLValue": false,
                                  "isPure": true,
                                  "isStructConstructorCall": false,
                                  "lValueRequested": false,
                                  "names": [
                                    null
                                  ],
                                  "type": "address",
                                  "type_conversion": true
                                },
                                "children": [
                                  {
                                    "attributes": {
                                      "argumentTypes": [
                                        {
                                          "typeIdentifier": "t_rational_0_by_1",
                                          "typeString": "int_const 0"
                                        }
                                      ],
                                      "isConstant": false,
                                      "isLValue": false,
                                      "isPure": true,
                                      "lValueRequested": false,
                                      "type": "type(address)",
                                      "value": "address"
                                    },
                                    "id": 10325,
                                    "name": "ElementaryTypeNameExpression",
                                    "src": "527:7:34"
                                  },
                                  {
                                    "attributes": {
                                      "argumentTypes": null,
                                      "hexvalue": "30",
                                      "isConstant": false,
                                      "isLValue": false,
                                      "isPure": true,
                                      "lValueRequested": false,
                                      "subdenomination": null,
                                      "token": "number",
                                      "type": "int_const 0",
                                      "value": "0"
                                    },
                                    "id": 10326,
                                    "name": "Literal",
                                    "src": "535:1:34"
                                  }
                                ],
                                "id": 10327,
                                "name": "FunctionCall",
                                "src": "527:10:34"
                              }
                            ],
                            "id": 10328,
                            "name": "BinaryOperation",
                            "src": "520:17:34"
                          }
                        ],
                        "id": 10329,
                        "name": "FunctionCall",
                        "src": "512:26:34"
                      }
                    ],
                    "id": 10330,
                    "name": "ExpressionStatement",
                    "src": "512:26:34"
                  },
                  {
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "isStructConstructorCall": false,
                          "lValueRequested": false,
                          "names": [
                            null
                          ],
                          "type": "tuple()",
                          "type_conversion": false
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_bool",
                                  "typeString": "bool"
                                }
                              ],
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 10870,
                              "type": "function (bool) pure",
                              "value": "require"
                            },
                            "id": 10331,
                            "name": "Identifier",
                            "src": "544:7:34"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "commonType": {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              },
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "lValueRequested": false,
                              "operator": "<=",
                              "type": "bool"
                            },
                            "children": [
                              {
                                "attributes": {
                                  "argumentTypes": null,
                                  "overloadedDeclarations": [
                                    null
                                  ],
                                  "referencedDeclaration": 10318,
                                  "type": "uint256",
                                  "value": "_value"
                                },
                                "id": 10332,
                                "name": "Identifier",
                                "src": "552:6:34"
                              },
                              {
                                "attributes": {
                                  "argumentTypes": null,
                                  "isConstant": false,
                                  "isLValue": true,
                                  "isPure": false,
                                  "lValueRequested": false,
                                  "type": "uint256"
                                },
                                "children": [
                                  {
                                    "attributes": {
                                      "argumentTypes": null,
                                      "overloadedDeclarations": [
                                        null
                                      ],
                                      "referencedDeclaration": 10314,
                                      "type": "mapping(address => uint256)",
                                      "value": "balances"
                                    },
                                    "id": 10333,
                                    "name": "Identifier",
                                    "src": "562:8:34"
                                  },
                                  {
                                    "attributes": {
                                      "argumentTypes": null,
                                      "isConstant": false,
                                      "isLValue": false,
                                      "isPure": false,
                                      "lValueRequested": false,
                                      "member_name": "sender",
                                      "referencedDeclaration": null,
                                      "type": "address"
                                    },
                                    "children": [
                                      {
                                        "attributes": {
                                          "argumentTypes": null,
                                          "overloadedDeclarations": [
                                            null
                                          ],
                                          "referencedDeclaration": 10867,
                                          "type": "msg",
                                          "value": "msg"
                                        },
                                        "id": 10334,
                                        "name": "Identifier",
                                        "src": "571:3:34"
                                      }
                                    ],
                                    "id": 10335,
                                    "name": "MemberAccess",
                                    "src": "571:10:34"
                                  }
                                ],
                                "id": 10336,
                                "name": "IndexAccess",
                                "src": "562:20:34"
                              }
                            ],
                            "id": 10337,
                            "name": "BinaryOperation",
                            "src": "552:30:34"
                          }
                        ],
                        "id": 10338,
                        "name": "FunctionCall",
                        "src": "544:39:34"
                      }
                    ],
                    "id": 10339,
                    "name": "ExpressionStatement",
                    "src": "544:39:34"
                  },
                  {
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "operator": "=",
                          "type": "uint256"
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "isConstant": false,
                              "isLValue": true,
                              "isPure": false,
                              "lValueRequested": true,
                              "type": "uint256"
                            },
                            "children": [
                              {
                                "attributes": {
                                  "argumentTypes": null,
                                  "overloadedDeclarations": [
                                    null
                                  ],
                                  "referencedDeclaration": 10314,
                                  "type": "mapping(address => uint256)",
                                  "value": "balances"
                                },
                                "id": 10340,
                                "name": "Identifier",
                                "src": "653:8:34"
                              },
                              {
                                "attributes": {
                                  "argumentTypes": null,
                                  "isConstant": false,
                                  "isLValue": false,
                                  "isPure": false,
                                  "lValueRequested": false,
                                  "member_name": "sender",
                                  "referencedDeclaration": null,
                                  "type": "address"
                                },
                                "children": [
                                  {
                                    "attributes": {
                                      "argumentTypes": null,
                                      "overloadedDeclarations": [
                                        null
                                      ],
                                      "referencedDeclaration": 10867,
                                      "type": "msg",
                                      "value": "msg"
                                    },
                                    "id": 10341,
                                    "name": "Identifier",
                                    "src": "662:3:34"
                                  }
                                ],
                                "id": 10342,
                                "name": "MemberAccess",
                                "src": "662:10:34"
                              }
                            ],
                            "id": 10343,
                            "name": "IndexAccess",
                            "src": "653:20:34"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "isStructConstructorCall": false,
                              "lValueRequested": false,
                              "names": [
                                null
                              ],
                              "type": "uint256",
                              "type_conversion": false
                            },
                            "children": [
                              {
                                "attributes": {
                                  "argumentTypes": [
                                    {
                                      "typeIdentifier": "t_uint256",
                                      "typeString": "uint256"
                                    }
                                  ],
                                  "isConstant": false,
                                  "isLValue": false,
                                  "isPure": false,
                                  "lValueRequested": false,
                                  "member_name": "sub",
                                  "referencedDeclaration": 10196,
                                  "type": "function (uint256,uint256) pure returns (uint256)"
                                },
                                "children": [
                                  {
                                    "attributes": {
                                      "argumentTypes": null,
                                      "isConstant": false,
                                      "isLValue": true,
                                      "isPure": false,
                                      "lValueRequested": false,
                                      "type": "uint256"
                                    },
                                    "children": [
                                      {
                                        "attributes": {
                                          "argumentTypes": null,
                                          "overloadedDeclarations": [
                                            null
                                          ],
                                          "referencedDeclaration": 10314,
                                          "type": "mapping(address => uint256)",
                                          "value": "balances"
                                        },
                                        "id": 10344,
                                        "name": "Identifier",
                                        "src": "676:8:34"
                                      },
                                      {
                                        "attributes": {
                                          "argumentTypes": null,
                                          "isConstant": false,
                                          "isLValue": false,
                                          "isPure": false,
                                          "lValueRequested": false,
                                          "member_name": "sender",
                                          "referencedDeclaration": null,
                                          "type": "address"
                                        },
                                        "children": [
                                          {
                                            "attributes": {
                                              "argumentTypes": null,
                                              "overloadedDeclarations": [
                                                null
                                              ],
                                              "referencedDeclaration": 10867,
                                              "type": "msg",
                                              "value": "msg"
                                            },
                                            "id": 10345,
                                            "name": "Identifier",
                                            "src": "685:3:34"
                                          }
                                        ],
                                        "id": 10346,
                                        "name": "MemberAccess",
                                        "src": "685:10:34"
                                      }
                                    ],
                                    "id": 10347,
                                    "name": "IndexAccess",
                                    "src": "676:20:34"
                                  }
                                ],
                                "id": 10348,
                                "name": "MemberAccess",
                                "src": "676:24:34"
                              },
                              {
                                "attributes": {
                                  "argumentTypes": null,
                                  "overloadedDeclarations": [
                                    null
                                  ],
                                  "referencedDeclaration": 10318,
                                  "type": "uint256",
                                  "value": "_value"
                                },
                                "id": 10349,
                                "name": "Identifier",
                                "src": "701:6:34"
                              }
                            ],
                            "id": 10350,
                            "name": "FunctionCall",
                            "src": "676:32:34"
                          }
                        ],
                        "id": 10351,
                        "name": "Assignment",
                        "src": "653:55:34"
                      }
                    ],
                    "id": 10352,
                    "name": "ExpressionStatement",
                    "src": "653:55:34"
                  },
                  {
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "operator": "=",
                          "type": "uint256"
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "isConstant": false,
                              "isLValue": true,
                              "isPure": false,
                              "lValueRequested": true,
                              "type": "uint256"
                            },
                            "children": [
                              {
                                "attributes": {
                                  "argumentTypes": null,
                                  "overloadedDeclarations": [
                                    null
                                  ],
                                  "referencedDeclaration": 10314,
                                  "type": "mapping(address => uint256)",
                                  "value": "balances"
                                },
                                "id": 10353,
                                "name": "Identifier",
                                "src": "714:8:34"
                              },
                              {
                                "attributes": {
                                  "argumentTypes": null,
                                  "overloadedDeclarations": [
                                    null
                                  ],
                                  "referencedDeclaration": 10316,
                                  "type": "address",
                                  "value": "_to"
                                },
                                "id": 10354,
                                "name": "Identifier",
                                "src": "723:3:34"
                              }
                            ],
                            "id": 10355,
                            "name": "IndexAccess",
                            "src": "714:13:34"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "isStructConstructorCall": false,
                              "lValueRequested": false,
                              "names": [
                                null
                              ],
                              "type": "uint256",
                              "type_conversion": false
                            },
                            "children": [
                              {
                                "attributes": {
                                  "argumentTypes": [
                                    {
                                      "typeIdentifier": "t_uint256",
                                      "typeString": "uint256"
                                    }
                                  ],
                                  "isConstant": false,
                                  "isLValue": false,
                                  "isPure": false,
                                  "lValueRequested": false,
                                  "member_name": "add",
                                  "referencedDeclaration": 10220,
                                  "type": "function (uint256,uint256) pure returns (uint256)"
                                },
                                "children": [
                                  {
                                    "attributes": {
                                      "argumentTypes": null,
                                      "isConstant": false,
                                      "isLValue": true,
                                      "isPure": false,
                                      "lValueRequested": false,
                                      "type": "uint256"
                                    },
                                    "children": [
                                      {
                                        "attributes": {
                                          "argumentTypes": null,
                                          "overloadedDeclarations": [
                                            null
                                          ],
                                          "referencedDeclaration": 10314,
                                          "type": "mapping(address => uint256)",
                                          "value": "balances"
                                        },
                                        "id": 10356,
                                        "name": "Identifier",
                                        "src": "730:8:34"
                                      },
                                      {
                                        "attributes": {
                                          "argumentTypes": null,
                                          "overloadedDeclarations": [
                                            null
                                          ],
                                          "referencedDeclaration": 10316,
                                          "type": "address",
                                          "value": "_to"
                                        },
                                        "id": 10357,
                                        "name": "Identifier",
                                        "src": "739:3:34"
                                      }
                                    ],
                                    "id": 10358,
                                    "name": "IndexAccess",
                                    "src": "730:13:34"
                                  }
                                ],
                                "id": 10359,
                                "name": "MemberAccess",
                                "src": "730:17:34"
                              },
                              {
                                "attributes": {
                                  "argumentTypes": null,
                                  "overloadedDeclarations": [
                                    null
                                  ],
                                  "referencedDeclaration": 10318,
                                  "type": "uint256",
                                  "value": "_value"
                                },
                                "id": 10360,
                                "name": "Identifier",
                                "src": "748:6:34"
                              }
                            ],
                            "id": 10361,
                            "name": "FunctionCall",
                            "src": "730:25:34"
                          }
                        ],
                        "id": 10362,
                        "name": "Assignment",
                        "src": "714:41:34"
                      }
                    ],
                    "id": 10363,
                    "name": "ExpressionStatement",
                    "src": "714:41:34"
                  },
                  {
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "isStructConstructorCall": false,
                          "lValueRequested": false,
                          "names": [
                            null
                          ],
                          "type": "tuple()",
                          "type_conversion": false
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_address",
                                  "typeString": "address"
                                },
                                {
                                  "typeIdentifier": "t_address",
                                  "typeString": "address"
                                },
                                {
                                  "typeIdentifier": "t_uint256",
                                  "typeString": "uint256"
                                }
                              ],
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 10513,
                              "type": "function (address,address,uint256)",
                              "value": "Transfer"
                            },
                            "id": 10364,
                            "name": "Identifier",
                            "src": "761:8:34"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "lValueRequested": false,
                              "member_name": "sender",
                              "referencedDeclaration": null,
                              "type": "address"
                            },
                            "children": [
                              {
                                "attributes": {
                                  "argumentTypes": null,
                                  "overloadedDeclarations": [
                                    null
                                  ],
                                  "referencedDeclaration": 10867,
                                  "type": "msg",
                                  "value": "msg"
                                },
                                "id": 10365,
                                "name": "Identifier",
                                "src": "770:3:34"
                              }
                            ],
                            "id": 10366,
                            "name": "MemberAccess",
                            "src": "770:10:34"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 10316,
                              "type": "address",
                              "value": "_to"
                            },
                            "id": 10367,
                            "name": "Identifier",
                            "src": "782:3:34"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 10318,
                              "type": "uint256",
                              "value": "_value"
                            },
                            "id": 10368,
                            "name": "Identifier",
                            "src": "787:6:34"
                          }
                        ],
                        "id": 10369,
                        "name": "FunctionCall",
                        "src": "761:33:34"
                      }
                    ],
                    "id": 10370,
                    "name": "ExpressionStatement",
                    "src": "761:33:34"
                  },
                  {
                    "attributes": {
                      "functionReturnParameters": 10322
                    },
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "hexvalue": "74727565",
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "subdenomination": null,
                          "token": "bool",
                          "type": "bool",
                          "value": "true"
                        },
                        "id": 10371,
                        "name": "Literal",
                        "src": "807:4:34"
                      }
                    ],
                    "id": 10372,
                    "name": "Return",
                    "src": "800:11:34"
                  }
                ],
                "id": 10373,
                "name": "Block",
                "src": "506:310:34"
              }
            ],
            "id": 10374,
            "name": "FunctionDefinition",
            "src": "437:379:34"
          },
          {
            "attributes": {
              "constant": true,
              "implemented": true,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "balanceOf",
              "payable": false,
              "scope": 10387,
              "stateMutability": "view",
              "superFunction": 10496,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_owner",
                      "scope": 10386,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 10375,
                        "name": "ElementaryTypeName",
                        "src": "1037:7:34"
                      }
                    ],
                    "id": 10376,
                    "name": "VariableDeclaration",
                    "src": "1037:14:34"
                  }
                ],
                "id": 10377,
                "name": "ParameterList",
                "src": "1036:16:34"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "balance",
                      "scope": 10386,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 10378,
                        "name": "ElementaryTypeName",
                        "src": "1074:7:34"
                      }
                    ],
                    "id": 10379,
                    "name": "VariableDeclaration",
                    "src": "1074:15:34"
                  }
                ],
                "id": 10380,
                "name": "ParameterList",
                "src": "1073:17:34"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "functionReturnParameters": 10380
                    },
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "isConstant": false,
                          "isLValue": true,
                          "isPure": false,
                          "lValueRequested": false,
                          "type": "uint256"
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 10314,
                              "type": "mapping(address => uint256)",
                              "value": "balances"
                            },
                            "id": 10381,
                            "name": "Identifier",
                            "src": "1104:8:34"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 10376,
                              "type": "address",
                              "value": "_owner"
                            },
                            "id": 10382,
                            "name": "Identifier",
                            "src": "1113:6:34"
                          }
                        ],
                        "id": 10383,
                        "name": "IndexAccess",
                        "src": "1104:16:34"
                      }
                    ],
                    "id": 10384,
                    "name": "Return",
                    "src": "1097:23:34"
                  }
                ],
                "id": 10385,
                "name": "Block",
                "src": "1091:34:34"
              }
            ],
            "id": 10386,
            "name": "FunctionDefinition",
            "src": "1018:107:34"
          }
        ],
        "id": 10387,
        "name": "ContractDefinition",
        "src": "177:951:34"
      }
    ],
    "id": 10388,
    "name": "SourceUnit",
    "src": "0:1129:34"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.18+commit.9cf6e910.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "1.0.1",
  "updatedAt": "2018-01-25T13:14:57.931Z"
}