{
  "contractName": "IBiPoolManager",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "name": "tokenPrecisionMultipliers",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.6.8+commit.0bbfe453\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"tokenPrecisionMultipliers\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"methods\":{}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"project:/contracts/interfaces/mento-v2/IBiPoolManager.sol\":\"IBiPoolManager\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":10000},\"remappings\":[]},\"sources\":{\"project:/contracts/interfaces/mento-v2/IBiPoolManager.sol\":{\"keccak256\":\"0xe55eec28427cc31e544f768a76f8a159689e3066d6feb6bb6589da167cfda6e7\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://d7efbd7a49ae4e38c08798bf9ef67b55ac79947e6a60a2ee94dde96f54ce6264\",\"dweb:/ipfs/QmQPXg9xckQgX8CJrVuFLiABJ6RekNe2tJ4MAEhSFEEnPZ\"]}},\"version\":1}",
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "immutableReferences": {},
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "// SPDX-License-Identifier: GPL-3.0-or-later\npragma experimental ABIEncoderV2;\n\ninterface IBiPoolManager {\n\tfunction tokenPrecisionMultipliers (address) external view returns (uint256);\n}",
  "sourcePath": "/home/thezviad_gmail_com/src/swappa/contracts/interfaces/mento-v2/IBiPoolManager.sol",
  "ast": {
    "absolutePath": "project:/contracts/interfaces/mento-v2/IBiPoolManager.sol",
    "exportedSymbols": {
      "IBiPoolManager": [
        1554
      ]
    },
    "id": 1555,
    "license": "GPL-3.0-or-later",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 1546,
        "literals": [
          "experimental",
          "ABIEncoderV2"
        ],
        "nodeType": "PragmaDirective",
        "src": "45:33:13"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 1554,
        "linearizedBaseContracts": [
          1554
        ],
        "name": "IBiPoolManager",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "functionSelector": "45b2b467",
            "id": 1553,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "tokenPrecisionMultipliers",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 1549,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1548,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 1553,
                  "src": "144:7:13",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 1547,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "144:7:13",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "143:9:13"
            },
            "returnParameters": {
              "id": 1552,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1551,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 1553,
                  "src": "176:7:13",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 1550,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "176:7:13",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "175:9:13"
            },
            "scope": 1554,
            "src": "108:77:13",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 1555,
        "src": "80:107:13"
      }
    ],
    "src": "45:142:13"
  },
  "legacyAST": {
    "attributes": {
      "absolutePath": "project:/contracts/interfaces/mento-v2/IBiPoolManager.sol",
      "exportedSymbols": {
        "IBiPoolManager": [
          1554
        ]
      },
      "license": "GPL-3.0-or-later"
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "experimental",
            "ABIEncoderV2"
          ]
        },
        "id": 1546,
        "name": "PragmaDirective",
        "src": "45:33:13"
      },
      {
        "attributes": {
          "abstract": false,
          "baseContracts": [
            null
          ],
          "contractDependencies": [
            null
          ],
          "contractKind": "interface",
          "documentation": null,
          "fullyImplemented": false,
          "linearizedBaseContracts": [
            1554
          ],
          "name": "IBiPoolManager",
          "scope": 1555
        },
        "children": [
          {
            "attributes": {
              "body": null,
              "documentation": null,
              "functionSelector": "45b2b467",
              "implemented": false,
              "isConstructor": false,
              "kind": "function",
              "modifiers": [
                null
              ],
              "name": "tokenPrecisionMultipliers",
              "overrides": null,
              "scope": 1554,
              "stateMutability": "view",
              "virtual": false,
              "visibility": "external"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "",
                      "overrides": null,
                      "scope": 1553,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "stateMutability": "nonpayable",
                          "type": "address"
                        },
                        "id": 1547,
                        "name": "ElementaryTypeName",
                        "src": "144:7:13"
                      }
                    ],
                    "id": 1548,
                    "name": "VariableDeclaration",
                    "src": "144:7:13"
                  }
                ],
                "id": 1549,
                "name": "ParameterList",
                "src": "143:9:13"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "",
                      "overrides": null,
                      "scope": 1553,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 1550,
                        "name": "ElementaryTypeName",
                        "src": "176:7:13"
                      }
                    ],
                    "id": 1551,
                    "name": "VariableDeclaration",
                    "src": "176:7:13"
                  }
                ],
                "id": 1552,
                "name": "ParameterList",
                "src": "175:9:13"
              }
            ],
            "id": 1553,
            "name": "FunctionDefinition",
            "src": "108:77:13"
          }
        ],
        "id": 1554,
        "name": "ContractDefinition",
        "src": "80:107:13"
      }
    ],
    "id": 1555,
    "name": "SourceUnit",
    "src": "45:142:13"
  },
  "compiler": {
    "name": "solc",
    "version": "0.6.8+commit.0bbfe453.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.4.16",
  "updatedAt": "2025-02-07T17:50:42.770Z",
  "devdoc": {
    "methods": {}
  },
  "userdoc": {
    "methods": {}
  }
}