{
  "contractName": "SqrtMock",
  "abi": [
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "x",
          "type": "uint256"
        }
      ],
      "name": "sqrt",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "y",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "pure",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.5.17+commit.d19bba13\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"constant\":true,\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"x\",\"type\":\"uint256\"}],\"name\":\"sqrt\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"y\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"methods\":{},\"title\":\"Used for testing only.\"},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"/home/circleci/repo/contracts/test-artifacts/SqrtMock.sol\":\"SqrtMock\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"/home/circleci/repo/contracts/math/Sqrt.sol\":{\"keccak256\":\"0xf33a94e15e4e6f1de5420c93a105fba5368d1b8a63248f4a851adedaeb51ab6e\",\"urls\":[\"bzz-raw://3ce900b908a7193a08c9a17f82963ae90b5297c508e062255fa6b98ebef2d5e5\",\"dweb:/ipfs/QmWoTxDa85oFTqA7TF6sYSyMibji916HVFsGkch6jbGJrW\"]},\"/home/circleci/repo/contracts/test-artifacts/SqrtMock.sol\":{\"keccak256\":\"0xc533c06ff9da153a11c7caae84b5d0367e28cb1c813b432f11243d3b347246aa\",\"urls\":[\"bzz-raw://d2ea438cf01330c1da3a7d5b3da7506ded9bd86b1d4f7dbe4027352bb2125777\",\"dweb:/ipfs/Qmeq3MVU6144PdZPXsMRqHVJBwoZ4tS1e6ZuXQZ9k1qUC9\"]}},\"version\":1}",
  "bytecode": "0x608060405234801561001057600080fd5b5061010d806100206000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c8063677342ce14602d575b600080fd5b604760048036036020811015604157600080fd5b50356059565b60408051918252519081900360200190f35b6000606282606a565b90505b919050565b6000816077575060006065565b600382116085575060016065565b60001982141560a457506fffffffffffffffffffffffffffffffff6065565b5080600260018201045b8181101560d25780915060028182858160c357fe5b04018160cb57fe5b04905060ae565b5091905056fea265627a7a7231582017200ce643da4967e732e47ac2cf5bdfae7d2c2d2e22f8754de60cffe29d896c64736f6c63430005110032",
  "deployedBytecode": "0x6080604052348015600f57600080fd5b506004361060285760003560e01c8063677342ce14602d575b600080fd5b604760048036036020811015604157600080fd5b50356059565b60408051918252519081900360200190f35b6000606282606a565b90505b919050565b6000816077575060006065565b600382116085575060016065565b60001982141560a457506fffffffffffffffffffffffffffffffff6065565b5080600260018201045b8181101560d25780915060028182858160c357fe5b04018160cb57fe5b04905060ae565b5091905056fea265627a7a7231582017200ce643da4967e732e47ac2cf5bdfae7d2c2d2e22f8754de60cffe29d896c64736f6c63430005110032",
  "sourceMap": "94:105:12:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;94:105:12;;;;;;;",
  "deployedSourceMap": "94:105:12:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;94:105:12;;;;;;;;;;;;;;;;;;;116:81;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;116:81:12;;:::i;:::-;;;;;;;;;;;;;;;;;159:6;180:12;190:1;180:9;:12::i;:::-;173:19;;116:81;;;;:::o;281:345:7:-;326:6;344;340:178;;-1:-1:-1;367:1:7;360:8;;340:178;390:1;385;:6;381:137;;-1:-1:-1;408:1:7;401:8;;381:137;-1:-1:-1;;426:1:7;:13;422:96;;;-1:-1:-1;501:10:7;494:17;;422:96;-1:-1:-1;534:5:7;543:1;538;534:5;;533:11;561:61;572:1;568;:5;561:61;;;587:1;583:5;;614:1;609;605;601;:5;;;;;;:9;600:15;;;;;;596:19;;561:61;;;281:345;;;;:::o",
  "source": "pragma solidity ^0.5.0;\n\nimport \"../math/Sqrt.sol\";\n\n/**\n * @title Used for testing only.\n */\ncontract SqrtMock {\n  function sqrt(uint x) public pure returns (uint y) {\n    return Sqrt.sqrt(x);\n  }\n}\n",
  "sourcePath": "/home/circleci/repo/contracts/test-artifacts/SqrtMock.sol",
  "ast": {
    "absolutePath": "/home/circleci/repo/contracts/test-artifacts/SqrtMock.sol",
    "exportedSymbols": {
      "SqrtMock": [
        5347
      ]
    },
    "id": 5348,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 5332,
        "literals": [
          "solidity",
          "^",
          "0.5",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:12"
      },
      {
        "absolutePath": "/home/circleci/repo/contracts/math/Sqrt.sol",
        "file": "../math/Sqrt.sol",
        "id": 5333,
        "nodeType": "ImportDirective",
        "scope": 5348,
        "sourceUnit": 5059,
        "src": "25:26:12",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": "@title Used for testing only.",
        "fullyImplemented": true,
        "id": 5347,
        "linearizedBaseContracts": [
          5347
        ],
        "name": "SqrtMock",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": {
              "id": 5345,
              "nodeType": "Block",
              "src": "167:30:12",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "id": 5342,
                        "name": "x",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 5335,
                        "src": "190:1:12",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "expression": {
                        "argumentTypes": null,
                        "id": 5340,
                        "name": "Sqrt",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 5058,
                        "src": "180:4:12",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_contract$_Sqrt_$5058_$",
                          "typeString": "type(library Sqrt)"
                        }
                      },
                      "id": 5341,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "sqrt",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 5057,
                      "src": "180:9:12",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$",
                        "typeString": "function (uint256) pure returns (uint256)"
                      }
                    },
                    "id": 5343,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "180:12:12",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "functionReturnParameters": 5339,
                  "id": 5344,
                  "nodeType": "Return",
                  "src": "173:19:12"
                }
              ]
            },
            "documentation": null,
            "id": 5346,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "sqrt",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 5336,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 5335,
                  "name": "x",
                  "nodeType": "VariableDeclaration",
                  "scope": 5346,
                  "src": "130:6:12",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 5334,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "130:4:12",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "129:8:12"
            },
            "returnParameters": {
              "id": 5339,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 5338,
                  "name": "y",
                  "nodeType": "VariableDeclaration",
                  "scope": 5346,
                  "src": "159:6:12",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 5337,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "159:4:12",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "158:8:12"
            },
            "scope": 5347,
            "src": "116:81:12",
            "stateMutability": "pure",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 5348,
        "src": "94:105:12"
      }
    ],
    "src": "0:200:12"
  },
  "legacyAST": {
    "absolutePath": "/home/circleci/repo/contracts/test-artifacts/SqrtMock.sol",
    "exportedSymbols": {
      "SqrtMock": [
        5347
      ]
    },
    "id": 5348,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 5332,
        "literals": [
          "solidity",
          "^",
          "0.5",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:12"
      },
      {
        "absolutePath": "/home/circleci/repo/contracts/math/Sqrt.sol",
        "file": "../math/Sqrt.sol",
        "id": 5333,
        "nodeType": "ImportDirective",
        "scope": 5348,
        "sourceUnit": 5059,
        "src": "25:26:12",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": "@title Used for testing only.",
        "fullyImplemented": true,
        "id": 5347,
        "linearizedBaseContracts": [
          5347
        ],
        "name": "SqrtMock",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": {
              "id": 5345,
              "nodeType": "Block",
              "src": "167:30:12",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "id": 5342,
                        "name": "x",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 5335,
                        "src": "190:1:12",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "expression": {
                        "argumentTypes": null,
                        "id": 5340,
                        "name": "Sqrt",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 5058,
                        "src": "180:4:12",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_contract$_Sqrt_$5058_$",
                          "typeString": "type(library Sqrt)"
                        }
                      },
                      "id": 5341,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "sqrt",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 5057,
                      "src": "180:9:12",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$",
                        "typeString": "function (uint256) pure returns (uint256)"
                      }
                    },
                    "id": 5343,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "180:12:12",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "functionReturnParameters": 5339,
                  "id": 5344,
                  "nodeType": "Return",
                  "src": "173:19:12"
                }
              ]
            },
            "documentation": null,
            "id": 5346,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "sqrt",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 5336,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 5335,
                  "name": "x",
                  "nodeType": "VariableDeclaration",
                  "scope": 5346,
                  "src": "130:6:12",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 5334,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "130:4:12",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "129:8:12"
            },
            "returnParameters": {
              "id": 5339,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 5338,
                  "name": "y",
                  "nodeType": "VariableDeclaration",
                  "scope": 5346,
                  "src": "159:6:12",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 5337,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "159:4:12",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "158:8:12"
            },
            "scope": 5347,
            "src": "116:81:12",
            "stateMutability": "pure",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 5348,
        "src": "94:105:12"
      }
    ],
    "src": "0:200:12"
  },
  "compiler": {
    "name": "solc",
    "version": "0.5.17+commit.d19bba13.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.3.0",
  "updatedAt": "2020-12-11T05:03:09.352Z",
  "devdoc": {
    "methods": {},
    "title": "Used for testing only."
  },
  "userdoc": {
    "methods": {}
  }
}