{
  "contractName": "ISTO",
  "abi": [
    {
      "constant": true,
      "inputs": [],
      "name": "getInitFunction",
      "outputs": [
        {
          "name": "",
          "type": "bytes4"
        }
      ],
      "payable": false,
      "stateMutability": "pure",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "endTime",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "paused",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "_amount",
          "type": "uint256"
        }
      ],
      "name": "takeFee",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "polyToken",
      "outputs": [
        {
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "startTime",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "pausedTime",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "securityToken",
      "outputs": [
        {
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "getPermissions",
      "outputs": [
        {
          "name": "",
          "type": "bytes32[]"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "factory",
      "outputs": [
        {
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "FEE_ADMIN",
      "outputs": [
        {
          "name": "",
          "type": "bytes32"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "",
          "type": "uint8"
        }
      ],
      "name": "fundRaiseType",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "name": "_timestammp",
          "type": "uint256"
        }
      ],
      "name": "Pause",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "name": "_timestamp",
          "type": "uint256"
        }
      ],
      "name": "Unpause",
      "type": "event"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "_beneficiary",
          "type": "address"
        },
        {
          "name": "_fundsAmount",
          "type": "uint256"
        }
      ],
      "name": "verifyInvestment",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "getRaisedEther",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "getRaisedPOLY",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "getNumberInvestors",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "getTokensSold",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [],
      "name": "pause",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [],
      "name": "unpause",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "_tokenContract",
          "type": "address"
        }
      ],
      "name": "reclaimERC20",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.4.24;\n\nimport \"../../Pausable.sol\";\nimport \"../../interfaces/IModule.sol\";\nimport \"openzeppelin-solidity/contracts/token/ERC20/ERC20.sol\";\nimport \"openzeppelin-solidity/contracts/math/SafeMath.sol\";\n\n/**\n * @title Interface to be implemented by all STO modules\n */\ncontract ISTO is IModule, Pausable {\n    using SafeMath for uint256;\n\n    enum FundRaiseType { ETH, POLY }\n    mapping (uint8 => bool) public fundRaiseType;\n\n    // Start time of the STO\n    uint256 public startTime;\n    // End time of the STO\n    uint256 public endTime;\n    // Time STO was paused\n    uint256 public pausedTime;\n\n    /**\n     * @notice use to verify the investment, whether the investor provide the allowance to the STO or not.\n     * @param _beneficiary Ethereum address of the beneficiary, who wants to buy the st-20\n     * @param _fundsAmount Amount invested by the beneficiary\n     */\n    function verifyInvestment(address _beneficiary, uint256 _fundsAmount) public view returns(bool) {\n        return polyToken.allowance(_beneficiary, address(this)) >= _fundsAmount;\n    }\n\n    /**\n     * @notice Return ETH raised by the STO\n     */\n    function getRaisedEther() public view returns (uint256);\n\n    /**\n     * @notice Return POLY raised by the STO\n     */\n    function getRaisedPOLY() public view returns (uint256);\n\n    /**\n     * @notice Return the total no. of investors\n     */\n    function getNumberInvestors() public view returns (uint256);\n\n    /**\n     * @notice Return the total no. of tokens sold\n     */\n    function getTokensSold() public view returns (uint256);\n\n    /**\n     * @notice pause (overridden function)\n     */\n    function pause() public onlyOwner {\n        require(now < endTime);\n        super._pause();\n    }\n\n    /**\n     * @notice unpause (overridden function)\n     */\n    function unpause() public onlyOwner {\n        super._unpause();\n    }\n\n    /**\n    * @notice Reclaim ERC20Basic compatible tokens\n    * @param _tokenContract The address of the token contract\n    */\n    function reclaimERC20(address _tokenContract) external onlyOwner {\n        require(_tokenContract != address(0));\n        ERC20Basic token = ERC20Basic(_tokenContract);\n        uint256 balance = token.balanceOf(address(this));\n        require(token.transfer(msg.sender, balance));\n    }\n\n}\n",
  "sourcePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/modules/STO/ISTO.sol",
  "ast": {
    "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/modules/STO/ISTO.sol",
    "exportedSymbols": {
      "ISTO": [
        14623
      ]
    },
    "id": 14624,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 14490,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:41"
      },
      {
        "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/Pausable.sol",
        "file": "../../Pausable.sol",
        "id": 14491,
        "nodeType": "ImportDirective",
        "scope": 14624,
        "sourceUnit": 472,
        "src": "26:28:41",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/interfaces/IModule.sol",
        "file": "../../interfaces/IModule.sol",
        "id": 14492,
        "nodeType": "ImportDirective",
        "scope": 14624,
        "sourceUnit": 9718,
        "src": "55:38:41",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "openzeppelin-solidity/contracts/token/ERC20/ERC20.sol",
        "file": "openzeppelin-solidity/contracts/token/ERC20/ERC20.sol",
        "id": 14493,
        "nodeType": "ImportDirective",
        "scope": 14624,
        "sourceUnit": 22838,
        "src": "94:63:41",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "openzeppelin-solidity/contracts/math/SafeMath.sol",
        "file": "openzeppelin-solidity/contracts/math/SafeMath.sol",
        "id": 14494,
        "nodeType": "ImportDirective",
        "scope": 14624,
        "sourceUnit": 22579,
        "src": "158:59:41",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 14495,
              "name": "IModule",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 9717,
              "src": "301:7:41",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_IModule_$9717",
                "typeString": "contract IModule"
              }
            },
            "id": 14496,
            "nodeType": "InheritanceSpecifier",
            "src": "301:7:41"
          },
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 14497,
              "name": "Pausable",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 471,
              "src": "310:8:41",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_Pausable_$471",
                "typeString": "contract Pausable"
              }
            },
            "id": 14498,
            "nodeType": "InheritanceSpecifier",
            "src": "310:8:41"
          }
        ],
        "contractDependencies": [
          471,
          9717
        ],
        "contractKind": "contract",
        "documentation": "@title Interface to be implemented by all STO modules",
        "fullyImplemented": false,
        "id": 14623,
        "linearizedBaseContracts": [
          14623,
          471,
          9717
        ],
        "name": "ISTO",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "id": 14501,
            "libraryName": {
              "contractScope": null,
              "id": 14499,
              "name": "SafeMath",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 22578,
              "src": "331:8:41",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_SafeMath_$22578",
                "typeString": "library SafeMath"
              }
            },
            "nodeType": "UsingForDirective",
            "src": "325:27:41",
            "typeName": {
              "id": 14500,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "344:7:41",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            }
          },
          {
            "canonicalName": "ISTO.FundRaiseType",
            "id": 14504,
            "members": [
              {
                "id": 14502,
                "name": "ETH",
                "nodeType": "EnumValue",
                "src": "379:3:41"
              },
              {
                "id": 14503,
                "name": "POLY",
                "nodeType": "EnumValue",
                "src": "384:4:41"
              }
            ],
            "name": "FundRaiseType",
            "nodeType": "EnumDefinition",
            "src": "358:32:41"
          },
          {
            "constant": false,
            "id": 14508,
            "name": "fundRaiseType",
            "nodeType": "VariableDeclaration",
            "scope": 14623,
            "src": "395:44:41",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_mapping$_t_uint8_$_t_bool_$",
              "typeString": "mapping(uint8 => bool)"
            },
            "typeName": {
              "id": 14507,
              "keyType": {
                "id": 14505,
                "name": "uint8",
                "nodeType": "ElementaryTypeName",
                "src": "404:5:41",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint8",
                  "typeString": "uint8"
                }
              },
              "nodeType": "Mapping",
              "src": "395:23:41",
              "typeDescriptions": {
                "typeIdentifier": "t_mapping$_t_uint8_$_t_bool_$",
                "typeString": "mapping(uint8 => bool)"
              },
              "valueType": {
                "id": 14506,
                "name": "bool",
                "nodeType": "ElementaryTypeName",
                "src": "413:4:41",
                "typeDescriptions": {
                  "typeIdentifier": "t_bool",
                  "typeString": "bool"
                }
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "constant": false,
            "id": 14510,
            "name": "startTime",
            "nodeType": "VariableDeclaration",
            "scope": 14623,
            "src": "475:24:41",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 14509,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "475:7:41",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "constant": false,
            "id": 14512,
            "name": "endTime",
            "nodeType": "VariableDeclaration",
            "scope": 14623,
            "src": "532:22:41",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 14511,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "532:7:41",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "constant": false,
            "id": 14514,
            "name": "pausedTime",
            "nodeType": "VariableDeclaration",
            "scope": 14623,
            "src": "587:25:41",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 14513,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "587:7:41",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 14533,
              "nodeType": "Block",
              "src": "991:88:41",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "commonType": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    },
                    "id": 14531,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftExpression": {
                      "argumentTypes": null,
                      "arguments": [
                        {
                          "argumentTypes": null,
                          "id": 14525,
                          "name": "_beneficiary",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14516,
                          "src": "1028:12:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "id": 14527,
                              "name": "this",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 23240,
                              "src": "1050:4:41",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_ISTO_$14623",
                                "typeString": "contract ISTO"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_contract$_ISTO_$14623",
                                "typeString": "contract ISTO"
                              }
                            ],
                            "id": 14526,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "1042:7:41",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 14528,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "1042:13:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          },
                          {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        ],
                        "expression": {
                          "argumentTypes": null,
                          "id": 14523,
                          "name": "polyToken",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 9566,
                          "src": "1008:9:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_ERC20_$22837",
                            "typeString": "contract ERC20"
                          }
                        },
                        "id": 14524,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "allowance",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 22808,
                        "src": "1008:19:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_function_external_view$_t_address_$_t_address_$returns$_t_uint256_$",
                          "typeString": "function (address,address) view external returns (uint256)"
                        }
                      },
                      "id": 14529,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "functionCall",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "1008:48:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "nodeType": "BinaryOperation",
                    "operator": ">=",
                    "rightExpression": {
                      "argumentTypes": null,
                      "id": 14530,
                      "name": "_fundsAmount",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14518,
                      "src": "1060:12:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "src": "1008:64:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "functionReturnParameters": 14522,
                  "id": 14532,
                  "nodeType": "Return",
                  "src": "1001:71:41"
                }
              ]
            },
            "documentation": "@notice use to verify the investment, whether the investor provide the allowance to the STO or not.\n@param _beneficiary Ethereum address of the beneficiary, who wants to buy the st-20\n@param _fundsAmount Amount invested by the beneficiary",
            "id": 14534,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "verifyInvestment",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14519,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14516,
                  "name": "_beneficiary",
                  "nodeType": "VariableDeclaration",
                  "scope": 14534,
                  "src": "921:20:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14515,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "921:7:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14518,
                  "name": "_fundsAmount",
                  "nodeType": "VariableDeclaration",
                  "scope": 14534,
                  "src": "943:20:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 14517,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "943:7:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "920:44:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 14522,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14521,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 14534,
                  "src": "985:4:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 14520,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "985:4:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "984:6:41"
            },
            "scope": 14623,
            "src": "895:184:41",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@notice Return ETH raised by the STO",
            "id": 14539,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getRaisedEther",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14535,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1168:2:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 14538,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14537,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 14539,
                  "src": "1192:7:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 14536,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1192:7:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1191:9:41"
            },
            "scope": 14623,
            "src": "1145:56:41",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@notice Return POLY raised by the STO",
            "id": 14544,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getRaisedPOLY",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14540,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1290:2:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 14543,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14542,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 14544,
                  "src": "1314:7:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 14541,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1314:7:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1313:9:41"
            },
            "scope": 14623,
            "src": "1268:55:41",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@notice Return the total no. of investors",
            "id": 14549,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getNumberInvestors",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14545,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1421:2:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 14548,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14547,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 14549,
                  "src": "1445:7:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 14546,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1445:7:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1444:9:41"
            },
            "scope": 14623,
            "src": "1394:60:41",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@notice Return the total no. of tokens sold",
            "id": 14554,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getTokensSold",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14550,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1549:2:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 14553,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14552,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 14554,
                  "src": "1573:7:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 14551,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1573:7:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1572:9:41"
            },
            "scope": 14623,
            "src": "1527:55:41",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 14570,
              "nodeType": "Block",
              "src": "1681:63:41",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "commonType": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        },
                        "id": 14562,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "argumentTypes": null,
                          "id": 14560,
                          "name": "now",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 23133,
                          "src": "1699:3:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "<",
                        "rightExpression": {
                          "argumentTypes": null,
                          "id": 14561,
                          "name": "endTime",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14512,
                          "src": "1705:7:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        "src": "1699:13:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      ],
                      "id": 14559,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        23134,
                        23135
                      ],
                      "referencedDeclaration": 23134,
                      "src": "1691:7:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                        "typeString": "function (bool) pure"
                      }
                    },
                    "id": 14563,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1691:22:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14564,
                  "nodeType": "ExpressionStatement",
                  "src": "1691:22:41"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "expression": {
                        "argumentTypes": null,
                        "id": 14565,
                        "name": "super",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 23241,
                        "src": "1723:5:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_super$_ISTO_$14623",
                          "typeString": "contract super ISTO"
                        }
                      },
                      "id": 14567,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "_pause",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 456,
                      "src": "1723:12:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
                        "typeString": "function ()"
                      }
                    },
                    "id": 14568,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1723:14:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14569,
                  "nodeType": "ExpressionStatement",
                  "src": "1723:14:41"
                }
              ]
            },
            "documentation": "@notice pause (overridden function)",
            "id": 14571,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [
              {
                "arguments": null,
                "id": 14557,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 14556,
                  "name": "onlyOwner",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 9653,
                  "src": "1671:9:41",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "1671:9:41"
              }
            ],
            "name": "pause",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14555,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1661:2:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 14558,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1681:0:41"
            },
            "scope": 14623,
            "src": "1647:97:41",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 14581,
              "nodeType": "Block",
              "src": "1847:33:41",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "expression": {
                        "argumentTypes": null,
                        "id": 14576,
                        "name": "super",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 23241,
                        "src": "1857:5:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_super$_ISTO_$14623",
                          "typeString": "contract super ISTO"
                        }
                      },
                      "id": 14578,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "_unpause",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 470,
                      "src": "1857:14:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
                        "typeString": "function ()"
                      }
                    },
                    "id": 14579,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1857:16:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14580,
                  "nodeType": "ExpressionStatement",
                  "src": "1857:16:41"
                }
              ]
            },
            "documentation": "@notice unpause (overridden function)",
            "id": 14582,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [
              {
                "arguments": null,
                "id": 14574,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 14573,
                  "name": "onlyOwner",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 9653,
                  "src": "1837:9:41",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "1837:9:41"
              }
            ],
            "name": "unpause",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14572,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1827:2:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 14575,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1847:0:41"
            },
            "scope": 14623,
            "src": "1811:69:41",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 14621,
              "nodeType": "Block",
              "src": "2079:221:41",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 14594,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "argumentTypes": null,
                          "id": 14590,
                          "name": "_tokenContract",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14584,
                          "src": "2097:14:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "!=",
                        "rightExpression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "hexValue": "30",
                              "id": 14592,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "kind": "number",
                              "lValueRequested": false,
                              "nodeType": "Literal",
                              "src": "2123:1:41",
                              "subdenomination": null,
                              "typeDescriptions": {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              },
                              "value": "0"
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              }
                            ],
                            "id": 14591,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "2115:7:41",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 14593,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "2115:10:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "src": "2097:28:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      ],
                      "id": 14589,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        23134,
                        23135
                      ],
                      "referencedDeclaration": 23134,
                      "src": "2089:7:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                        "typeString": "function (bool) pure"
                      }
                    },
                    "id": 14595,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2089:37:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14596,
                  "nodeType": "ExpressionStatement",
                  "src": "2089:37:41"
                },
                {
                  "assignments": [
                    14598
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 14598,
                      "name": "token",
                      "nodeType": "VariableDeclaration",
                      "scope": 14622,
                      "src": "2136:16:41",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_ERC20Basic_$22869",
                        "typeString": "contract ERC20Basic"
                      },
                      "typeName": {
                        "contractScope": null,
                        "id": 14597,
                        "name": "ERC20Basic",
                        "nodeType": "UserDefinedTypeName",
                        "referencedDeclaration": 22869,
                        "src": "2136:10:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_ERC20Basic_$22869",
                          "typeString": "contract ERC20Basic"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 14602,
                  "initialValue": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "id": 14600,
                        "name": "_tokenContract",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14584,
                        "src": "2166:14:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      ],
                      "id": 14599,
                      "name": "ERC20Basic",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 22869,
                      "src": "2155:10:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_type$_t_contract$_ERC20Basic_$22869_$",
                        "typeString": "type(contract ERC20Basic)"
                      }
                    },
                    "id": 14601,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "typeConversion",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2155:26:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_ERC20Basic_$22869",
                      "typeString": "contract ERC20Basic"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "2136:45:41"
                },
                {
                  "assignments": [
                    14604
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 14604,
                      "name": "balance",
                      "nodeType": "VariableDeclaration",
                      "scope": 14622,
                      "src": "2191:15:41",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      },
                      "typeName": {
                        "id": 14603,
                        "name": "uint256",
                        "nodeType": "ElementaryTypeName",
                        "src": "2191:7:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 14611,
                  "initialValue": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 14608,
                            "name": "this",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 23240,
                            "src": "2233:4:41",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_ISTO_$14623",
                              "typeString": "contract ISTO"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_ISTO_$14623",
                              "typeString": "contract ISTO"
                            }
                          ],
                          "id": 14607,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "2225:7:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 14609,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "2225:13:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      ],
                      "expression": {
                        "argumentTypes": null,
                        "id": 14605,
                        "name": "token",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14598,
                        "src": "2209:5:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_ERC20Basic_$22869",
                          "typeString": "contract ERC20Basic"
                        }
                      },
                      "id": 14606,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "balanceOf",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 22851,
                      "src": "2209:15:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_external_view$_t_address_$returns$_t_uint256_$",
                        "typeString": "function (address) view external returns (uint256)"
                      }
                    },
                    "id": 14610,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2209:30:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "2191:48:41"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "expression": {
                              "argumentTypes": null,
                              "id": 14615,
                              "name": "msg",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 23131,
                              "src": "2272:3:41",
                              "typeDescriptions": {
                                "typeIdentifier": "t_magic_message",
                                "typeString": "msg"
                              }
                            },
                            "id": 14616,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "sender",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": null,
                            "src": "2272:10:41",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          },
                          {
                            "argumentTypes": null,
                            "id": 14617,
                            "name": "balance",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14604,
                            "src": "2284:7:41",
                            "typeDescriptions": {
                              "typeIdentifier": "t_uint256",
                              "typeString": "uint256"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            },
                            {
                              "typeIdentifier": "t_uint256",
                              "typeString": "uint256"
                            }
                          ],
                          "expression": {
                            "argumentTypes": null,
                            "id": 14613,
                            "name": "token",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14598,
                            "src": "2257:5:41",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_ERC20Basic_$22869",
                              "typeString": "contract ERC20Basic"
                            }
                          },
                          "id": 14614,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "transfer",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": 22860,
                          "src": "2257:14:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$",
                            "typeString": "function (address,uint256) external returns (bool)"
                          }
                        },
                        "id": 14618,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "functionCall",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "2257:35:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      ],
                      "id": 14612,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        23134,
                        23135
                      ],
                      "referencedDeclaration": 23134,
                      "src": "2249:7:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                        "typeString": "function (bool) pure"
                      }
                    },
                    "id": 14619,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2249:44:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14620,
                  "nodeType": "ExpressionStatement",
                  "src": "2249:44:41"
                }
              ]
            },
            "documentation": "@notice Reclaim ERC20Basic compatible tokens\n@param _tokenContract The address of the token contract",
            "id": 14622,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [
              {
                "arguments": null,
                "id": 14587,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 14586,
                  "name": "onlyOwner",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 9653,
                  "src": "2069:9:41",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "2069:9:41"
              }
            ],
            "name": "reclaimERC20",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14585,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14584,
                  "name": "_tokenContract",
                  "nodeType": "VariableDeclaration",
                  "scope": 14622,
                  "src": "2036:22:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14583,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "2036:7:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "2035:24:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 14588,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2079:0:41"
            },
            "scope": 14623,
            "src": "2014:286:41",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "external"
          }
        ],
        "scope": 14624,
        "src": "284:2019:41"
      }
    ],
    "src": "0:2304:41"
  },
  "legacyAST": {
    "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/modules/STO/ISTO.sol",
    "exportedSymbols": {
      "ISTO": [
        14623
      ]
    },
    "id": 14624,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 14490,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:41"
      },
      {
        "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/Pausable.sol",
        "file": "../../Pausable.sol",
        "id": 14491,
        "nodeType": "ImportDirective",
        "scope": 14624,
        "sourceUnit": 472,
        "src": "26:28:41",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "/Users/satyamagrawal/Repositories/testing-package/polymath-core/contracts/interfaces/IModule.sol",
        "file": "../../interfaces/IModule.sol",
        "id": 14492,
        "nodeType": "ImportDirective",
        "scope": 14624,
        "sourceUnit": 9718,
        "src": "55:38:41",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "openzeppelin-solidity/contracts/token/ERC20/ERC20.sol",
        "file": "openzeppelin-solidity/contracts/token/ERC20/ERC20.sol",
        "id": 14493,
        "nodeType": "ImportDirective",
        "scope": 14624,
        "sourceUnit": 22838,
        "src": "94:63:41",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "openzeppelin-solidity/contracts/math/SafeMath.sol",
        "file": "openzeppelin-solidity/contracts/math/SafeMath.sol",
        "id": 14494,
        "nodeType": "ImportDirective",
        "scope": 14624,
        "sourceUnit": 22579,
        "src": "158:59:41",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 14495,
              "name": "IModule",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 9717,
              "src": "301:7:41",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_IModule_$9717",
                "typeString": "contract IModule"
              }
            },
            "id": 14496,
            "nodeType": "InheritanceSpecifier",
            "src": "301:7:41"
          },
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 14497,
              "name": "Pausable",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 471,
              "src": "310:8:41",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_Pausable_$471",
                "typeString": "contract Pausable"
              }
            },
            "id": 14498,
            "nodeType": "InheritanceSpecifier",
            "src": "310:8:41"
          }
        ],
        "contractDependencies": [
          471,
          9717
        ],
        "contractKind": "contract",
        "documentation": "@title Interface to be implemented by all STO modules",
        "fullyImplemented": false,
        "id": 14623,
        "linearizedBaseContracts": [
          14623,
          471,
          9717
        ],
        "name": "ISTO",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "id": 14501,
            "libraryName": {
              "contractScope": null,
              "id": 14499,
              "name": "SafeMath",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 22578,
              "src": "331:8:41",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_SafeMath_$22578",
                "typeString": "library SafeMath"
              }
            },
            "nodeType": "UsingForDirective",
            "src": "325:27:41",
            "typeName": {
              "id": 14500,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "344:7:41",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            }
          },
          {
            "canonicalName": "ISTO.FundRaiseType",
            "id": 14504,
            "members": [
              {
                "id": 14502,
                "name": "ETH",
                "nodeType": "EnumValue",
                "src": "379:3:41"
              },
              {
                "id": 14503,
                "name": "POLY",
                "nodeType": "EnumValue",
                "src": "384:4:41"
              }
            ],
            "name": "FundRaiseType",
            "nodeType": "EnumDefinition",
            "src": "358:32:41"
          },
          {
            "constant": false,
            "id": 14508,
            "name": "fundRaiseType",
            "nodeType": "VariableDeclaration",
            "scope": 14623,
            "src": "395:44:41",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_mapping$_t_uint8_$_t_bool_$",
              "typeString": "mapping(uint8 => bool)"
            },
            "typeName": {
              "id": 14507,
              "keyType": {
                "id": 14505,
                "name": "uint8",
                "nodeType": "ElementaryTypeName",
                "src": "404:5:41",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint8",
                  "typeString": "uint8"
                }
              },
              "nodeType": "Mapping",
              "src": "395:23:41",
              "typeDescriptions": {
                "typeIdentifier": "t_mapping$_t_uint8_$_t_bool_$",
                "typeString": "mapping(uint8 => bool)"
              },
              "valueType": {
                "id": 14506,
                "name": "bool",
                "nodeType": "ElementaryTypeName",
                "src": "413:4:41",
                "typeDescriptions": {
                  "typeIdentifier": "t_bool",
                  "typeString": "bool"
                }
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "constant": false,
            "id": 14510,
            "name": "startTime",
            "nodeType": "VariableDeclaration",
            "scope": 14623,
            "src": "475:24:41",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 14509,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "475:7:41",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "constant": false,
            "id": 14512,
            "name": "endTime",
            "nodeType": "VariableDeclaration",
            "scope": 14623,
            "src": "532:22:41",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 14511,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "532:7:41",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "constant": false,
            "id": 14514,
            "name": "pausedTime",
            "nodeType": "VariableDeclaration",
            "scope": 14623,
            "src": "587:25:41",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 14513,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "587:7:41",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 14533,
              "nodeType": "Block",
              "src": "991:88:41",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "commonType": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    },
                    "id": 14531,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftExpression": {
                      "argumentTypes": null,
                      "arguments": [
                        {
                          "argumentTypes": null,
                          "id": 14525,
                          "name": "_beneficiary",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14516,
                          "src": "1028:12:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "id": 14527,
                              "name": "this",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 23240,
                              "src": "1050:4:41",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_ISTO_$14623",
                                "typeString": "contract ISTO"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_contract$_ISTO_$14623",
                                "typeString": "contract ISTO"
                              }
                            ],
                            "id": 14526,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "1042:7:41",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 14528,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "1042:13:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          },
                          {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        ],
                        "expression": {
                          "argumentTypes": null,
                          "id": 14523,
                          "name": "polyToken",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 9566,
                          "src": "1008:9:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_ERC20_$22837",
                            "typeString": "contract ERC20"
                          }
                        },
                        "id": 14524,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "allowance",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 22808,
                        "src": "1008:19:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_function_external_view$_t_address_$_t_address_$returns$_t_uint256_$",
                          "typeString": "function (address,address) view external returns (uint256)"
                        }
                      },
                      "id": 14529,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "functionCall",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "1008:48:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "nodeType": "BinaryOperation",
                    "operator": ">=",
                    "rightExpression": {
                      "argumentTypes": null,
                      "id": 14530,
                      "name": "_fundsAmount",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 14518,
                      "src": "1060:12:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "src": "1008:64:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "functionReturnParameters": 14522,
                  "id": 14532,
                  "nodeType": "Return",
                  "src": "1001:71:41"
                }
              ]
            },
            "documentation": "@notice use to verify the investment, whether the investor provide the allowance to the STO or not.\n@param _beneficiary Ethereum address of the beneficiary, who wants to buy the st-20\n@param _fundsAmount Amount invested by the beneficiary",
            "id": 14534,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "verifyInvestment",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14519,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14516,
                  "name": "_beneficiary",
                  "nodeType": "VariableDeclaration",
                  "scope": 14534,
                  "src": "921:20:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14515,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "921:7:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 14518,
                  "name": "_fundsAmount",
                  "nodeType": "VariableDeclaration",
                  "scope": 14534,
                  "src": "943:20:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 14517,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "943:7:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "920:44:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 14522,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14521,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 14534,
                  "src": "985:4:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 14520,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "985:4:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "984:6:41"
            },
            "scope": 14623,
            "src": "895:184:41",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@notice Return ETH raised by the STO",
            "id": 14539,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getRaisedEther",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14535,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1168:2:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 14538,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14537,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 14539,
                  "src": "1192:7:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 14536,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1192:7:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1191:9:41"
            },
            "scope": 14623,
            "src": "1145:56:41",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@notice Return POLY raised by the STO",
            "id": 14544,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getRaisedPOLY",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14540,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1290:2:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 14543,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14542,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 14544,
                  "src": "1314:7:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 14541,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1314:7:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1313:9:41"
            },
            "scope": 14623,
            "src": "1268:55:41",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@notice Return the total no. of investors",
            "id": 14549,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getNumberInvestors",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14545,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1421:2:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 14548,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14547,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 14549,
                  "src": "1445:7:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 14546,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1445:7:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1444:9:41"
            },
            "scope": 14623,
            "src": "1394:60:41",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@notice Return the total no. of tokens sold",
            "id": 14554,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getTokensSold",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14550,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1549:2:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 14553,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14552,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 14554,
                  "src": "1573:7:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 14551,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1573:7:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1572:9:41"
            },
            "scope": 14623,
            "src": "1527:55:41",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 14570,
              "nodeType": "Block",
              "src": "1681:63:41",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "commonType": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        },
                        "id": 14562,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "argumentTypes": null,
                          "id": 14560,
                          "name": "now",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 23133,
                          "src": "1699:3:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "<",
                        "rightExpression": {
                          "argumentTypes": null,
                          "id": 14561,
                          "name": "endTime",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14512,
                          "src": "1705:7:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        "src": "1699:13:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      ],
                      "id": 14559,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        23134,
                        23135
                      ],
                      "referencedDeclaration": 23134,
                      "src": "1691:7:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                        "typeString": "function (bool) pure"
                      }
                    },
                    "id": 14563,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1691:22:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14564,
                  "nodeType": "ExpressionStatement",
                  "src": "1691:22:41"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "expression": {
                        "argumentTypes": null,
                        "id": 14565,
                        "name": "super",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 23241,
                        "src": "1723:5:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_super$_ISTO_$14623",
                          "typeString": "contract super ISTO"
                        }
                      },
                      "id": 14567,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "_pause",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 456,
                      "src": "1723:12:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
                        "typeString": "function ()"
                      }
                    },
                    "id": 14568,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1723:14:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14569,
                  "nodeType": "ExpressionStatement",
                  "src": "1723:14:41"
                }
              ]
            },
            "documentation": "@notice pause (overridden function)",
            "id": 14571,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [
              {
                "arguments": null,
                "id": 14557,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 14556,
                  "name": "onlyOwner",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 9653,
                  "src": "1671:9:41",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "1671:9:41"
              }
            ],
            "name": "pause",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14555,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1661:2:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 14558,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1681:0:41"
            },
            "scope": 14623,
            "src": "1647:97:41",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 14581,
              "nodeType": "Block",
              "src": "1847:33:41",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "expression": {
                        "argumentTypes": null,
                        "id": 14576,
                        "name": "super",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 23241,
                        "src": "1857:5:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_super$_ISTO_$14623",
                          "typeString": "contract super ISTO"
                        }
                      },
                      "id": 14578,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "_unpause",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 470,
                      "src": "1857:14:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
                        "typeString": "function ()"
                      }
                    },
                    "id": 14579,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1857:16:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14580,
                  "nodeType": "ExpressionStatement",
                  "src": "1857:16:41"
                }
              ]
            },
            "documentation": "@notice unpause (overridden function)",
            "id": 14582,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [
              {
                "arguments": null,
                "id": 14574,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 14573,
                  "name": "onlyOwner",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 9653,
                  "src": "1837:9:41",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "1837:9:41"
              }
            ],
            "name": "unpause",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14572,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1827:2:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 14575,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1847:0:41"
            },
            "scope": 14623,
            "src": "1811:69:41",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 14621,
              "nodeType": "Block",
              "src": "2079:221:41",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 14594,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "argumentTypes": null,
                          "id": 14590,
                          "name": "_tokenContract",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 14584,
                          "src": "2097:14:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "!=",
                        "rightExpression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "hexValue": "30",
                              "id": 14592,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "kind": "number",
                              "lValueRequested": false,
                              "nodeType": "Literal",
                              "src": "2123:1:41",
                              "subdenomination": null,
                              "typeDescriptions": {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              },
                              "value": "0"
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              }
                            ],
                            "id": 14591,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "2115:7:41",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": "address"
                          },
                          "id": 14593,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "2115:10:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "src": "2097:28:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      ],
                      "id": 14589,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        23134,
                        23135
                      ],
                      "referencedDeclaration": 23134,
                      "src": "2089:7:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                        "typeString": "function (bool) pure"
                      }
                    },
                    "id": 14595,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2089:37:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14596,
                  "nodeType": "ExpressionStatement",
                  "src": "2089:37:41"
                },
                {
                  "assignments": [
                    14598
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 14598,
                      "name": "token",
                      "nodeType": "VariableDeclaration",
                      "scope": 14622,
                      "src": "2136:16:41",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_ERC20Basic_$22869",
                        "typeString": "contract ERC20Basic"
                      },
                      "typeName": {
                        "contractScope": null,
                        "id": 14597,
                        "name": "ERC20Basic",
                        "nodeType": "UserDefinedTypeName",
                        "referencedDeclaration": 22869,
                        "src": "2136:10:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_ERC20Basic_$22869",
                          "typeString": "contract ERC20Basic"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 14602,
                  "initialValue": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "id": 14600,
                        "name": "_tokenContract",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14584,
                        "src": "2166:14:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      ],
                      "id": 14599,
                      "name": "ERC20Basic",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 22869,
                      "src": "2155:10:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_type$_t_contract$_ERC20Basic_$22869_$",
                        "typeString": "type(contract ERC20Basic)"
                      }
                    },
                    "id": 14601,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "typeConversion",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2155:26:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_ERC20Basic_$22869",
                      "typeString": "contract ERC20Basic"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "2136:45:41"
                },
                {
                  "assignments": [
                    14604
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 14604,
                      "name": "balance",
                      "nodeType": "VariableDeclaration",
                      "scope": 14622,
                      "src": "2191:15:41",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      },
                      "typeName": {
                        "id": 14603,
                        "name": "uint256",
                        "nodeType": "ElementaryTypeName",
                        "src": "2191:7:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "value": null,
                      "visibility": "internal"
                    }
                  ],
                  "id": 14611,
                  "initialValue": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "id": 14608,
                            "name": "this",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 23240,
                            "src": "2233:4:41",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_ISTO_$14623",
                              "typeString": "contract ISTO"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_ISTO_$14623",
                              "typeString": "contract ISTO"
                            }
                          ],
                          "id": 14607,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "2225:7:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": "address"
                        },
                        "id": 14609,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "2225:13:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      ],
                      "expression": {
                        "argumentTypes": null,
                        "id": 14605,
                        "name": "token",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 14598,
                        "src": "2209:5:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_ERC20Basic_$22869",
                          "typeString": "contract ERC20Basic"
                        }
                      },
                      "id": 14606,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "balanceOf",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 22851,
                      "src": "2209:15:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_external_view$_t_address_$returns$_t_uint256_$",
                        "typeString": "function (address) view external returns (uint256)"
                      }
                    },
                    "id": 14610,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2209:30:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "2191:48:41"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "expression": {
                              "argumentTypes": null,
                              "id": 14615,
                              "name": "msg",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 23131,
                              "src": "2272:3:41",
                              "typeDescriptions": {
                                "typeIdentifier": "t_magic_message",
                                "typeString": "msg"
                              }
                            },
                            "id": 14616,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "sender",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": null,
                            "src": "2272:10:41",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          },
                          {
                            "argumentTypes": null,
                            "id": 14617,
                            "name": "balance",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14604,
                            "src": "2284:7:41",
                            "typeDescriptions": {
                              "typeIdentifier": "t_uint256",
                              "typeString": "uint256"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            },
                            {
                              "typeIdentifier": "t_uint256",
                              "typeString": "uint256"
                            }
                          ],
                          "expression": {
                            "argumentTypes": null,
                            "id": 14613,
                            "name": "token",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 14598,
                            "src": "2257:5:41",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_ERC20Basic_$22869",
                              "typeString": "contract ERC20Basic"
                            }
                          },
                          "id": 14614,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "transfer",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": 22860,
                          "src": "2257:14:41",
                          "typeDescriptions": {
                            "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$",
                            "typeString": "function (address,uint256) external returns (bool)"
                          }
                        },
                        "id": 14618,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "functionCall",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "2257:35:41",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      ],
                      "id": 14612,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        23134,
                        23135
                      ],
                      "referencedDeclaration": 23134,
                      "src": "2249:7:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                        "typeString": "function (bool) pure"
                      }
                    },
                    "id": 14619,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2249:44:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 14620,
                  "nodeType": "ExpressionStatement",
                  "src": "2249:44:41"
                }
              ]
            },
            "documentation": "@notice Reclaim ERC20Basic compatible tokens\n@param _tokenContract The address of the token contract",
            "id": 14622,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [
              {
                "arguments": null,
                "id": 14587,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 14586,
                  "name": "onlyOwner",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 9653,
                  "src": "2069:9:41",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "2069:9:41"
              }
            ],
            "name": "reclaimERC20",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 14585,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 14584,
                  "name": "_tokenContract",
                  "nodeType": "VariableDeclaration",
                  "scope": 14622,
                  "src": "2036:22:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 14583,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "2036:7:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "2035:24:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 14588,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2079:0:41"
            },
            "scope": 14623,
            "src": "2014:286:41",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "external"
          }
        ],
        "scope": 14624,
        "src": "284:2019:41"
      }
    ],
    "src": "0:2304:41"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.24+commit.e67f0147.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "2.0.1",
  "updatedAt": "2018-08-21T09:48:12.559Z"
}