{
  "contractName": "IERC20Detailed",
  "abi": [
    {
      "constant": true,
      "inputs": [],
      "name": "decimals",
      "outputs": [
        {
          "internalType": "uint8",
          "name": "",
          "type": "uint8"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.5.17+commit.d19bba13\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"constant\":true,\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"methods\":{\"decimals()\":{\"details\":\"Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5,05` (`505 / 10 ** 2`).   * Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei.   * NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}.\"}}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"/home/circleci/repo/contracts/interfaces/IERC20Detailed.sol\":\"IERC20Detailed\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"/home/circleci/repo/contracts/interfaces/IERC20Detailed.sol\":{\"keccak256\":\"0x80d2d2bbc8ec5b558c84aa5575e7767a01e4e3d82c046cc48ad1c12880620714\",\"urls\":[\"bzz-raw://c1b6756fd04a5a97089fdd9fb3549cc4bc10495e017a5fff2f55cbcf889fbee8\",\"dweb:/ipfs/QmQoEra5mhMm7yVeqGpjHvo8faHz8F53g91w8F9JfJaJw5\"]}},\"version\":1}",
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity 0.5.17;\n\ninterface IERC20Detailed {\n  /**\n   * @dev Returns the number of decimals used to get its user representation.\n   * For example, if `decimals` equals `2`, a balance of `505` tokens should\n   * be displayed to a user as `5,05` (`505 / 10 ** 2`).\n   *\n   * Tokens usually opt for a value of 18, imitating the relationship between\n   * Ether and Wei.\n   *\n   * NOTE: This information is only used for _display_ purposes: it in\n   * no way affects any of the arithmetic of the contract, including\n   * {IERC20-balanceOf} and {IERC20-transfer}.\n   */\n  function decimals() external view returns (uint8);\n}\n",
  "sourcePath": "/home/circleci/repo/contracts/interfaces/IERC20Detailed.sol",
  "ast": {
    "absolutePath": "/home/circleci/repo/contracts/interfaces/IERC20Detailed.sol",
    "exportedSymbols": {
      "IERC20Detailed": [
        4406
      ]
    },
    "id": 4407,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 4400,
        "literals": [
          "solidity",
          "0.5",
          ".17"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:4"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 4406,
        "linearizedBaseContracts": [
          4406
        ],
        "name": "IERC20Detailed",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": "@dev Returns the number of decimals used to get its user representation.\nFor example, if `decimals` equals `2`, a balance of `505` tokens should\nbe displayed to a user as `5,05` (`505 / 10 ** 2`).\n   * Tokens usually opt for a value of 18, imitating the relationship between\nEther and Wei.\n   * NOTE: This information is only used for _display_ purposes: it in\nno way affects any of the arithmetic of the contract, including\n{IERC20-balanceOf} and {IERC20-transfer}.",
            "id": 4405,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "decimals",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 4401,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "590:2:4"
            },
            "returnParameters": {
              "id": 4404,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 4403,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 4405,
                  "src": "616:5:4",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint8",
                    "typeString": "uint8"
                  },
                  "typeName": {
                    "id": 4402,
                    "name": "uint8",
                    "nodeType": "ElementaryTypeName",
                    "src": "616:5:4",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "615:7:4"
            },
            "scope": 4406,
            "src": "573:50:4",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "external"
          }
        ],
        "scope": 4407,
        "src": "25:600:4"
      }
    ],
    "src": "0:626:4"
  },
  "legacyAST": {
    "absolutePath": "/home/circleci/repo/contracts/interfaces/IERC20Detailed.sol",
    "exportedSymbols": {
      "IERC20Detailed": [
        4406
      ]
    },
    "id": 4407,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 4400,
        "literals": [
          "solidity",
          "0.5",
          ".17"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:4"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 4406,
        "linearizedBaseContracts": [
          4406
        ],
        "name": "IERC20Detailed",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": "@dev Returns the number of decimals used to get its user representation.\nFor example, if `decimals` equals `2`, a balance of `505` tokens should\nbe displayed to a user as `5,05` (`505 / 10 ** 2`).\n   * Tokens usually opt for a value of 18, imitating the relationship between\nEther and Wei.\n   * NOTE: This information is only used for _display_ purposes: it in\nno way affects any of the arithmetic of the contract, including\n{IERC20-balanceOf} and {IERC20-transfer}.",
            "id": 4405,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "decimals",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 4401,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "590:2:4"
            },
            "returnParameters": {
              "id": 4404,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 4403,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 4405,
                  "src": "616:5:4",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint8",
                    "typeString": "uint8"
                  },
                  "typeName": {
                    "id": 4402,
                    "name": "uint8",
                    "nodeType": "ElementaryTypeName",
                    "src": "616:5:4",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "615:7:4"
            },
            "scope": 4406,
            "src": "573:50:4",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "external"
          }
        ],
        "scope": 4407,
        "src": "25:600:4"
      }
    ],
    "src": "0:626:4"
  },
  "compiler": {
    "name": "solc",
    "version": "0.5.17+commit.d19bba13.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.3.0",
  "updatedAt": "2020-12-11T05:03:09.343Z",
  "devdoc": {
    "methods": {
      "decimals()": {
        "details": "Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5,05` (`505 / 10 ** 2`).   * Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei.   * NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}."
      }
    }
  },
  "userdoc": {
    "methods": {}
  }
}