{
  "contractName": "ERC20",
  "abi": [
    {
      "constant": false,
      "inputs": [
        {
          "name": "spender",
          "type": "address"
        },
        {
          "name": "value",
          "type": "uint256"
        }
      ],
      "name": "approve",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "totalSupply",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "from",
          "type": "address"
        },
        {
          "name": "to",
          "type": "address"
        },
        {
          "name": "value",
          "type": "uint256"
        }
      ],
      "name": "transferFrom",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "who",
          "type": "address"
        }
      ],
      "name": "balanceOf",
      "outputs": [
        {
          "name": "",
          "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"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "owner",
          "type": "address"
        },
        {
          "name": "spender",
          "type": "address"
        }
      ],
      "name": "allowance",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "name": "owner",
          "type": "address"
        },
        {
          "indexed": true,
          "name": "spender",
          "type": "address"
        },
        {
          "indexed": false,
          "name": "value",
          "type": "uint256"
        }
      ],
      "name": "Approval",
      "type": "event"
    },
    {
      "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": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.4.18;\n\n\nimport './ERC20Basic.sol';\n\n\n/**\n * @title ERC20 interface\n * @dev see https://github.com/ethereum/EIPs/issues/20\n */\ncontract ERC20 is ERC20Basic {\n  function allowance(address owner, address spender) public view returns (uint256);\n  function transferFrom(address from, address to, uint256 value) public returns (bool);\n  function approve(address spender, uint256 value) public returns (bool);\n  event Approval(address indexed owner, address indexed spender, uint256 value);\n}\n",
  "sourcePath": "zeppelin-solidity/contracts/token/ERC20.sol",
  "ast": {
    "attributes": {
      "absolutePath": "zeppelin-solidity/contracts/token/ERC20.sol",
      "exportedSymbols": {
        "ERC20": [
          10485
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "^",
            "0.4",
            ".18"
          ]
        },
        "id": 10444,
        "name": "PragmaDirective",
        "src": "0:24:36"
      },
      {
        "attributes": {
          "SourceUnit": 10515,
          "absolutePath": "zeppelin-solidity/contracts/token/ERC20Basic.sol",
          "file": "./ERC20Basic.sol",
          "scope": 10486,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 10445,
        "name": "ImportDirective",
        "src": "27:26:36"
      },
      {
        "attributes": {
          "contractDependencies": [
            10514
          ],
          "contractKind": "contract",
          "documentation": "@title ERC20 interface\n@dev see https://github.com/ethereum/EIPs/issues/20",
          "fullyImplemented": false,
          "linearizedBaseContracts": [
            10485,
            10514
          ],
          "name": "ERC20",
          "scope": 10486
        },
        "children": [
          {
            "attributes": {
              "arguments": [
                null
              ]
            },
            "children": [
              {
                "attributes": {
                  "contractScope": null,
                  "name": "ERC20Basic",
                  "referencedDeclaration": 10514,
                  "type": "contract ERC20Basic"
                },
                "id": 10446,
                "name": "UserDefinedTypeName",
                "src": "163:10:36"
              }
            ],
            "id": 10447,
            "name": "InheritanceSpecifier",
            "src": "163:10:36"
          },
          {
            "attributes": {
              "body": null,
              "constant": true,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "allowance",
              "payable": false,
              "scope": 10485,
              "stateMutability": "view",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "owner",
                      "scope": 10456,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 10448,
                        "name": "ElementaryTypeName",
                        "src": "197:7:36"
                      }
                    ],
                    "id": 10449,
                    "name": "VariableDeclaration",
                    "src": "197:13:36"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "spender",
                      "scope": 10456,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 10450,
                        "name": "ElementaryTypeName",
                        "src": "212:7:36"
                      }
                    ],
                    "id": 10451,
                    "name": "VariableDeclaration",
                    "src": "212:15:36"
                  }
                ],
                "id": 10452,
                "name": "ParameterList",
                "src": "196:32:36"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 10456,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 10453,
                        "name": "ElementaryTypeName",
                        "src": "250:7:36"
                      }
                    ],
                    "id": 10454,
                    "name": "VariableDeclaration",
                    "src": "250:7:36"
                  }
                ],
                "id": 10455,
                "name": "ParameterList",
                "src": "249:9:36"
              }
            ],
            "id": 10456,
            "name": "FunctionDefinition",
            "src": "178:81:36"
          },
          {
            "attributes": {
              "body": null,
              "constant": false,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "transferFrom",
              "payable": false,
              "scope": 10485,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "from",
                      "scope": 10467,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 10457,
                        "name": "ElementaryTypeName",
                        "src": "284:7:36"
                      }
                    ],
                    "id": 10458,
                    "name": "VariableDeclaration",
                    "src": "284:12:36"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "to",
                      "scope": 10467,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 10459,
                        "name": "ElementaryTypeName",
                        "src": "298:7:36"
                      }
                    ],
                    "id": 10460,
                    "name": "VariableDeclaration",
                    "src": "298:10:36"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "value",
                      "scope": 10467,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 10461,
                        "name": "ElementaryTypeName",
                        "src": "310:7:36"
                      }
                    ],
                    "id": 10462,
                    "name": "VariableDeclaration",
                    "src": "310:13:36"
                  }
                ],
                "id": 10463,
                "name": "ParameterList",
                "src": "283:41:36"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 10467,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 10464,
                        "name": "ElementaryTypeName",
                        "src": "341:4:36"
                      }
                    ],
                    "id": 10465,
                    "name": "VariableDeclaration",
                    "src": "341:4:36"
                  }
                ],
                "id": 10466,
                "name": "ParameterList",
                "src": "340:6:36"
              }
            ],
            "id": 10467,
            "name": "FunctionDefinition",
            "src": "262:85:36"
          },
          {
            "attributes": {
              "body": null,
              "constant": false,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "approve",
              "payable": false,
              "scope": 10485,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "spender",
                      "scope": 10476,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 10468,
                        "name": "ElementaryTypeName",
                        "src": "367:7:36"
                      }
                    ],
                    "id": 10469,
                    "name": "VariableDeclaration",
                    "src": "367:15:36"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "value",
                      "scope": 10476,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 10470,
                        "name": "ElementaryTypeName",
                        "src": "384:7:36"
                      }
                    ],
                    "id": 10471,
                    "name": "VariableDeclaration",
                    "src": "384:13:36"
                  }
                ],
                "id": 10472,
                "name": "ParameterList",
                "src": "366:32:36"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 10476,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 10473,
                        "name": "ElementaryTypeName",
                        "src": "415:4:36"
                      }
                    ],
                    "id": 10474,
                    "name": "VariableDeclaration",
                    "src": "415:4:36"
                  }
                ],
                "id": 10475,
                "name": "ParameterList",
                "src": "414:6:36"
              }
            ],
            "id": 10476,
            "name": "FunctionDefinition",
            "src": "350:71:36"
          },
          {
            "attributes": {
              "anonymous": false,
              "name": "Approval"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "indexed": true,
                      "name": "owner",
                      "scope": 10484,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 10477,
                        "name": "ElementaryTypeName",
                        "src": "439:7:36"
                      }
                    ],
                    "id": 10478,
                    "name": "VariableDeclaration",
                    "src": "439:21:36"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "indexed": true,
                      "name": "spender",
                      "scope": 10484,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 10479,
                        "name": "ElementaryTypeName",
                        "src": "462:7:36"
                      }
                    ],
                    "id": 10480,
                    "name": "VariableDeclaration",
                    "src": "462:23:36"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "indexed": false,
                      "name": "value",
                      "scope": 10484,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 10481,
                        "name": "ElementaryTypeName",
                        "src": "487:7:36"
                      }
                    ],
                    "id": 10482,
                    "name": "VariableDeclaration",
                    "src": "487:13:36"
                  }
                ],
                "id": 10483,
                "name": "ParameterList",
                "src": "438:63:36"
              }
            ],
            "id": 10484,
            "name": "EventDefinition",
            "src": "424:78:36"
          }
        ],
        "id": 10485,
        "name": "ContractDefinition",
        "src": "145:359:36"
      }
    ],
    "id": 10486,
    "name": "SourceUnit",
    "src": "0:505:36"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.18+commit.9cf6e910.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "1.0.1",
  "updatedAt": "2018-01-25T13:14:57.931Z"
}