{
  "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.11;\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 constant 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": "@aragon/os/contracts/lib/zeppelin/token/ERC20.sol",
  "ast": {
    "attributes": {
      "absolutePath": "@aragon/os/contracts/lib/zeppelin/token/ERC20.sol",
      "exportedSymbols": {
        "ERC20": [
          12300
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "^",
            "0.4",
            ".11"
          ]
        },
        "id": 12259,
        "name": "PragmaDirective",
        "src": "0:24:56"
      },
      {
        "attributes": {
          "SourceUnit": 12333,
          "absolutePath": "@aragon/os/contracts/lib/zeppelin/token/ERC20Basic.sol",
          "file": "./ERC20Basic.sol",
          "scope": 12301,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 12260,
        "name": "ImportDirective",
        "src": "27:26:56"
      },
      {
        "attributes": {
          "contractDependencies": [
            12332
          ],
          "contractKind": "contract",
          "documentation": "@title ERC20 interface\n@dev see https://github.com/ethereum/EIPs/issues/20",
          "fullyImplemented": false,
          "linearizedBaseContracts": [
            12300,
            12332
          ],
          "name": "ERC20",
          "scope": 12301
        },
        "children": [
          {
            "attributes": {
              "arguments": [
                null
              ]
            },
            "children": [
              {
                "attributes": {
                  "contractScope": null,
                  "name": "ERC20Basic",
                  "referencedDeclaration": 12332,
                  "type": "contract ERC20Basic"
                },
                "id": 12261,
                "name": "UserDefinedTypeName",
                "src": "163:10:56"
              }
            ],
            "id": 12262,
            "name": "InheritanceSpecifier",
            "src": "163:10:56"
          },
          {
            "attributes": {
              "body": null,
              "constant": true,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "allowance",
              "payable": false,
              "scope": 12300,
              "stateMutability": "view",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "owner",
                      "scope": 12271,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 12263,
                        "name": "ElementaryTypeName",
                        "src": "197:7:56"
                      }
                    ],
                    "id": 12264,
                    "name": "VariableDeclaration",
                    "src": "197:13:56"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "spender",
                      "scope": 12271,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 12265,
                        "name": "ElementaryTypeName",
                        "src": "212:7:56"
                      }
                    ],
                    "id": 12266,
                    "name": "VariableDeclaration",
                    "src": "212:15:56"
                  }
                ],
                "id": 12267,
                "name": "ParameterList",
                "src": "196:32:56"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 12271,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 12268,
                        "name": "ElementaryTypeName",
                        "src": "254:7:56"
                      }
                    ],
                    "id": 12269,
                    "name": "VariableDeclaration",
                    "src": "254:7:56"
                  }
                ],
                "id": 12270,
                "name": "ParameterList",
                "src": "253:9:56"
              }
            ],
            "id": 12271,
            "name": "FunctionDefinition",
            "src": "178:85:56"
          },
          {
            "attributes": {
              "body": null,
              "constant": false,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "transferFrom",
              "payable": false,
              "scope": 12300,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "from",
                      "scope": 12282,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 12272,
                        "name": "ElementaryTypeName",
                        "src": "288:7:56"
                      }
                    ],
                    "id": 12273,
                    "name": "VariableDeclaration",
                    "src": "288:12:56"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "to",
                      "scope": 12282,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 12274,
                        "name": "ElementaryTypeName",
                        "src": "302:7:56"
                      }
                    ],
                    "id": 12275,
                    "name": "VariableDeclaration",
                    "src": "302:10:56"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "value",
                      "scope": 12282,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 12276,
                        "name": "ElementaryTypeName",
                        "src": "314:7:56"
                      }
                    ],
                    "id": 12277,
                    "name": "VariableDeclaration",
                    "src": "314:13:56"
                  }
                ],
                "id": 12278,
                "name": "ParameterList",
                "src": "287:41:56"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 12282,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 12279,
                        "name": "ElementaryTypeName",
                        "src": "345:4:56"
                      }
                    ],
                    "id": 12280,
                    "name": "VariableDeclaration",
                    "src": "345:4:56"
                  }
                ],
                "id": 12281,
                "name": "ParameterList",
                "src": "344:6:56"
              }
            ],
            "id": 12282,
            "name": "FunctionDefinition",
            "src": "266:85:56"
          },
          {
            "attributes": {
              "body": null,
              "constant": false,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "approve",
              "payable": false,
              "scope": 12300,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "spender",
                      "scope": 12291,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 12283,
                        "name": "ElementaryTypeName",
                        "src": "371:7:56"
                      }
                    ],
                    "id": 12284,
                    "name": "VariableDeclaration",
                    "src": "371:15:56"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "value",
                      "scope": 12291,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 12285,
                        "name": "ElementaryTypeName",
                        "src": "388:7:56"
                      }
                    ],
                    "id": 12286,
                    "name": "VariableDeclaration",
                    "src": "388:13:56"
                  }
                ],
                "id": 12287,
                "name": "ParameterList",
                "src": "370:32:56"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 12291,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 12288,
                        "name": "ElementaryTypeName",
                        "src": "419:4:56"
                      }
                    ],
                    "id": 12289,
                    "name": "VariableDeclaration",
                    "src": "419:4:56"
                  }
                ],
                "id": 12290,
                "name": "ParameterList",
                "src": "418:6:56"
              }
            ],
            "id": 12291,
            "name": "FunctionDefinition",
            "src": "354:71:56"
          },
          {
            "attributes": {
              "anonymous": false,
              "name": "Approval"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "indexed": true,
                      "name": "owner",
                      "scope": 12299,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 12292,
                        "name": "ElementaryTypeName",
                        "src": "443:7:56"
                      }
                    ],
                    "id": 12293,
                    "name": "VariableDeclaration",
                    "src": "443:21:56"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "indexed": true,
                      "name": "spender",
                      "scope": 12299,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 12294,
                        "name": "ElementaryTypeName",
                        "src": "466:7:56"
                      }
                    ],
                    "id": 12295,
                    "name": "VariableDeclaration",
                    "src": "466:23:56"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "indexed": false,
                      "name": "value",
                      "scope": 12299,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 12296,
                        "name": "ElementaryTypeName",
                        "src": "491:7:56"
                      }
                    ],
                    "id": 12297,
                    "name": "VariableDeclaration",
                    "src": "491:13:56"
                  }
                ],
                "id": 12298,
                "name": "ParameterList",
                "src": "442:63:56"
              }
            ],
            "id": 12299,
            "name": "EventDefinition",
            "src": "428:78:56"
          }
        ],
        "id": 12300,
        "name": "ContractDefinition",
        "src": "145:363:56"
      }
    ],
    "id": 12301,
    "name": "SourceUnit",
    "src": "0:509:56"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.18+commit.9cf6e910.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "1.0.1",
  "updatedAt": "2018-03-14T08:41:25.110Z"
}