{
  "contractName": "ISwappaRouterV1",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "address[]",
          "name": "path",
          "type": "address[]"
        },
        {
          "internalType": "address[]",
          "name": "pairs",
          "type": "address[]"
        },
        {
          "internalType": "bytes[]",
          "name": "extras",
          "type": "bytes[]"
        },
        {
          "internalType": "uint256",
          "name": "inputAmount",
          "type": "uint256"
        }
      ],
      "name": "getOutputAmount",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "outputAmount",
          "type": "uint256"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address[]",
          "name": "path",
          "type": "address[]"
        },
        {
          "internalType": "address[]",
          "name": "pairs",
          "type": "address[]"
        },
        {
          "internalType": "bytes[]",
          "name": "extras",
          "type": "bytes[]"
        },
        {
          "internalType": "uint256",
          "name": "inputAmount",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "minOutputAmount",
          "type": "uint256"
        },
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "deadline",
          "type": "uint256"
        }
      ],
      "name": "swapExactInputForOutput",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "outputAmount",
          "type": "uint256"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address[]",
          "name": "path",
          "type": "address[]"
        },
        {
          "internalType": "address[]",
          "name": "pairs",
          "type": "address[]"
        },
        {
          "internalType": "bytes[]",
          "name": "extras",
          "type": "bytes[]"
        },
        {
          "internalType": "uint256",
          "name": "inputAmount",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "minOutputAmount",
          "type": "uint256"
        },
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "deadline",
          "type": "uint256"
        }
      ],
      "name": "swapExactInputForOutputWithPrecheck",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "outputAmount",
          "type": "uint256"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.6.8+commit.0bbfe453\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address[]\",\"name\":\"path\",\"type\":\"address[]\"},{\"internalType\":\"address[]\",\"name\":\"pairs\",\"type\":\"address[]\"},{\"internalType\":\"bytes[]\",\"name\":\"extras\",\"type\":\"bytes[]\"},{\"internalType\":\"uint256\",\"name\":\"inputAmount\",\"type\":\"uint256\"}],\"name\":\"getOutputAmount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"outputAmount\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address[]\",\"name\":\"path\",\"type\":\"address[]\"},{\"internalType\":\"address[]\",\"name\":\"pairs\",\"type\":\"address[]\"},{\"internalType\":\"bytes[]\",\"name\":\"extras\",\"type\":\"bytes[]\"},{\"internalType\":\"uint256\",\"name\":\"inputAmount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"minOutputAmount\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"}],\"name\":\"swapExactInputForOutput\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"outputAmount\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address[]\",\"name\":\"path\",\"type\":\"address[]\"},{\"internalType\":\"address[]\",\"name\":\"pairs\",\"type\":\"address[]\"},{\"internalType\":\"bytes[]\",\"name\":\"extras\",\"type\":\"bytes[]\"},{\"internalType\":\"uint256\",\"name\":\"inputAmount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"minOutputAmount\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"}],\"name\":\"swapExactInputForOutputWithPrecheck\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"outputAmount\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"methods\":{}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"project:/contracts/swappa/ISwappaRouterV1.sol\":\"ISwappaRouterV1\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":10000},\"remappings\":[]},\"sources\":{\"project:/contracts/swappa/ISwappaRouterV1.sol\":{\"keccak256\":\"0xf474ec7613e7b678e7546dec554ef5344685801175fb5944126b4a7573c9e5ad\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a9edda99b3fb23f1a9e14cf45869db3c0ef057d33a4a49d46cde03e5882876d9\",\"dweb:/ipfs/QmPke9VWBqQ6mhF4dLiexrv8GUHqDsyoVDyDWNvQvpQA9m\"]}},\"version\":1}",
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "immutableReferences": {},
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "// SPDX-License-Identifier: MIT\npragma solidity 0.6.8;\npragma experimental ABIEncoderV2;\n\ninterface ISwappaRouterV1 {\n\tfunction getOutputAmount(\n\t\taddress[] calldata path,\n\t\taddress[] calldata pairs,\n\t\tbytes[] calldata extras,\n\t\tuint256 inputAmount\n\t) external returns (uint256 outputAmount);\n\n\tfunction swapExactInputForOutput(\n\t\taddress[] calldata path,\n\t\taddress[] calldata pairs,\n\t\tbytes[] calldata extras,\n\t\tuint256 inputAmount,\n\t\tuint256 minOutputAmount,\n\t\taddress to,\n\t\tuint deadline\n\t) external returns (uint256 outputAmount);\n\n\tfunction swapExactInputForOutputWithPrecheck(\n\t\taddress[] calldata path,\n\t\taddress[] calldata pairs,\n\t\tbytes[] calldata extras,\n\t\tuint256 inputAmount,\n\t\tuint256 minOutputAmount,\n\t\taddress to,\n\t\tuint deadline\n\t) external returns (uint256 outputAmount);\n}\n",
  "sourcePath": "/home/thezviad_gmail_com/src/swappa/contracts/swappa/ISwappaRouterV1.sol",
  "ast": {
    "absolutePath": "project:/contracts/swappa/ISwappaRouterV1.sol",
    "exportedSymbols": {
      "ISwappaRouterV1": [
        5389
      ]
    },
    "id": 5390,
    "license": "MIT",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 5327,
        "literals": [
          "solidity",
          "0.6",
          ".8"
        ],
        "nodeType": "PragmaDirective",
        "src": "32:22:46"
      },
      {
        "id": 5328,
        "literals": [
          "experimental",
          "ABIEncoderV2"
        ],
        "nodeType": "PragmaDirective",
        "src": "55:33:46"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 5389,
        "linearizedBaseContracts": [
          5389
        ],
        "name": "ISwappaRouterV1",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "functionSelector": "e2f46a00",
            "id": 5344,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "getOutputAmount",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 5340,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 5331,
                  "mutability": "mutable",
                  "name": "path",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5344,
                  "src": "147:23:46",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
                    "typeString": "address[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 5329,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "147:7:46",
                      "stateMutability": "nonpayable",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 5330,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "147:9:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$dyn_storage_ptr",
                      "typeString": "address[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 5334,
                  "mutability": "mutable",
                  "name": "pairs",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5344,
                  "src": "174:24:46",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
                    "typeString": "address[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 5332,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "174:7:46",
                      "stateMutability": "nonpayable",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 5333,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "174:9:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$dyn_storage_ptr",
                      "typeString": "address[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 5337,
                  "mutability": "mutable",
                  "name": "extras",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5344,
                  "src": "202:23:46",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr",
                    "typeString": "bytes[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 5335,
                      "name": "bytes",
                      "nodeType": "ElementaryTypeName",
                      "src": "202:5:46",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes_storage_ptr",
                        "typeString": "bytes"
                      }
                    },
                    "id": 5336,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "202:7:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes_storage_$dyn_storage_ptr",
                      "typeString": "bytes[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 5339,
                  "mutability": "mutable",
                  "name": "inputAmount",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5344,
                  "src": "229:19:46",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 5338,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "229:7:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "143:108:46"
            },
            "returnParameters": {
              "id": 5343,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 5342,
                  "mutability": "mutable",
                  "name": "outputAmount",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5344,
                  "src": "270:20:46",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 5341,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "270:7:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "269:22:46"
            },
            "scope": 5389,
            "src": "119:173:46",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "functionSelector": "0862d12f",
            "id": 5366,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "swapExactInputForOutput",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 5362,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 5347,
                  "mutability": "mutable",
                  "name": "path",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5366,
                  "src": "331:23:46",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
                    "typeString": "address[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 5345,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "331:7:46",
                      "stateMutability": "nonpayable",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 5346,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "331:9:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$dyn_storage_ptr",
                      "typeString": "address[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 5350,
                  "mutability": "mutable",
                  "name": "pairs",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5366,
                  "src": "358:24:46",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
                    "typeString": "address[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 5348,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "358:7:46",
                      "stateMutability": "nonpayable",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 5349,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "358:9:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$dyn_storage_ptr",
                      "typeString": "address[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 5353,
                  "mutability": "mutable",
                  "name": "extras",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5366,
                  "src": "386:23:46",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr",
                    "typeString": "bytes[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 5351,
                      "name": "bytes",
                      "nodeType": "ElementaryTypeName",
                      "src": "386:5:46",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes_storage_ptr",
                        "typeString": "bytes"
                      }
                    },
                    "id": 5352,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "386:7:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes_storage_$dyn_storage_ptr",
                      "typeString": "bytes[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 5355,
                  "mutability": "mutable",
                  "name": "inputAmount",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5366,
                  "src": "413:19:46",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 5354,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "413:7:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 5357,
                  "mutability": "mutable",
                  "name": "minOutputAmount",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5366,
                  "src": "436:23:46",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 5356,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "436:7:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 5359,
                  "mutability": "mutable",
                  "name": "to",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5366,
                  "src": "463:10:46",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 5358,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "463:7:46",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 5361,
                  "mutability": "mutable",
                  "name": "deadline",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5366,
                  "src": "477:13:46",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 5360,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "477:4:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "327:166:46"
            },
            "returnParameters": {
              "id": 5365,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 5364,
                  "mutability": "mutable",
                  "name": "outputAmount",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5366,
                  "src": "512:20:46",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 5363,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "512:7:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "511:22:46"
            },
            "scope": 5389,
            "src": "295:239:46",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "functionSelector": "adf6fa02",
            "id": 5388,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "swapExactInputForOutputWithPrecheck",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 5384,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 5369,
                  "mutability": "mutable",
                  "name": "path",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5388,
                  "src": "585:23:46",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
                    "typeString": "address[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 5367,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "585:7:46",
                      "stateMutability": "nonpayable",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 5368,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "585:9:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$dyn_storage_ptr",
                      "typeString": "address[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 5372,
                  "mutability": "mutable",
                  "name": "pairs",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5388,
                  "src": "612:24:46",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
                    "typeString": "address[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 5370,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "612:7:46",
                      "stateMutability": "nonpayable",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 5371,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "612:9:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$dyn_storage_ptr",
                      "typeString": "address[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 5375,
                  "mutability": "mutable",
                  "name": "extras",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5388,
                  "src": "640:23:46",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr",
                    "typeString": "bytes[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 5373,
                      "name": "bytes",
                      "nodeType": "ElementaryTypeName",
                      "src": "640:5:46",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes_storage_ptr",
                        "typeString": "bytes"
                      }
                    },
                    "id": 5374,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "640:7:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes_storage_$dyn_storage_ptr",
                      "typeString": "bytes[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 5377,
                  "mutability": "mutable",
                  "name": "inputAmount",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5388,
                  "src": "667:19:46",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 5376,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "667:7:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 5379,
                  "mutability": "mutable",
                  "name": "minOutputAmount",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5388,
                  "src": "690:23:46",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 5378,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "690:7:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 5381,
                  "mutability": "mutable",
                  "name": "to",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5388,
                  "src": "717:10:46",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 5380,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "717:7:46",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 5383,
                  "mutability": "mutable",
                  "name": "deadline",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5388,
                  "src": "731:13:46",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 5382,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "731:4:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "581:166:46"
            },
            "returnParameters": {
              "id": 5387,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 5386,
                  "mutability": "mutable",
                  "name": "outputAmount",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 5388,
                  "src": "766:20:46",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 5385,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "766:7:46",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "765:22:46"
            },
            "scope": 5389,
            "src": "537:251:46",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 5390,
        "src": "90:700:46"
      }
    ],
    "src": "32:759:46"
  },
  "legacyAST": {
    "attributes": {
      "absolutePath": "project:/contracts/swappa/ISwappaRouterV1.sol",
      "exportedSymbols": {
        "ISwappaRouterV1": [
          5389
        ]
      },
      "license": "MIT"
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "0.6",
            ".8"
          ]
        },
        "id": 5327,
        "name": "PragmaDirective",
        "src": "32:22:46"
      },
      {
        "attributes": {
          "literals": [
            "experimental",
            "ABIEncoderV2"
          ]
        },
        "id": 5328,
        "name": "PragmaDirective",
        "src": "55:33:46"
      },
      {
        "attributes": {
          "abstract": false,
          "baseContracts": [
            null
          ],
          "contractDependencies": [
            null
          ],
          "contractKind": "interface",
          "documentation": null,
          "fullyImplemented": false,
          "linearizedBaseContracts": [
            5389
          ],
          "name": "ISwappaRouterV1",
          "scope": 5390
        },
        "children": [
          {
            "attributes": {
              "body": null,
              "documentation": null,
              "functionSelector": "e2f46a00",
              "implemented": false,
              "isConstructor": false,
              "kind": "function",
              "modifiers": [
                null
              ],
              "name": "getOutputAmount",
              "overrides": null,
              "scope": 5389,
              "stateMutability": "nonpayable",
              "virtual": false,
              "visibility": "external"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "path",
                      "overrides": null,
                      "scope": 5344,
                      "stateVariable": false,
                      "storageLocation": "calldata",
                      "type": "address[]",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "length": null,
                          "type": "address[]"
                        },
                        "children": [
                          {
                            "attributes": {
                              "name": "address",
                              "stateMutability": "nonpayable",
                              "type": "address"
                            },
                            "id": 5329,
                            "name": "ElementaryTypeName",
                            "src": "147:7:46"
                          }
                        ],
                        "id": 5330,
                        "name": "ArrayTypeName",
                        "src": "147:9:46"
                      }
                    ],
                    "id": 5331,
                    "name": "VariableDeclaration",
                    "src": "147:23:46"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "pairs",
                      "overrides": null,
                      "scope": 5344,
                      "stateVariable": false,
                      "storageLocation": "calldata",
                      "type": "address[]",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "length": null,
                          "type": "address[]"
                        },
                        "children": [
                          {
                            "attributes": {
                              "name": "address",
                              "stateMutability": "nonpayable",
                              "type": "address"
                            },
                            "id": 5332,
                            "name": "ElementaryTypeName",
                            "src": "174:7:46"
                          }
                        ],
                        "id": 5333,
                        "name": "ArrayTypeName",
                        "src": "174:9:46"
                      }
                    ],
                    "id": 5334,
                    "name": "VariableDeclaration",
                    "src": "174:24:46"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "extras",
                      "overrides": null,
                      "scope": 5344,
                      "stateVariable": false,
                      "storageLocation": "calldata",
                      "type": "bytes[]",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "length": null,
                          "type": "bytes[]"
                        },
                        "children": [
                          {
                            "attributes": {
                              "name": "bytes",
                              "type": "bytes"
                            },
                            "id": 5335,
                            "name": "ElementaryTypeName",
                            "src": "202:5:46"
                          }
                        ],
                        "id": 5336,
                        "name": "ArrayTypeName",
                        "src": "202:7:46"
                      }
                    ],
                    "id": 5337,
                    "name": "VariableDeclaration",
                    "src": "202:23:46"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "inputAmount",
                      "overrides": null,
                      "scope": 5344,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 5338,
                        "name": "ElementaryTypeName",
                        "src": "229:7:46"
                      }
                    ],
                    "id": 5339,
                    "name": "VariableDeclaration",
                    "src": "229:19:46"
                  }
                ],
                "id": 5340,
                "name": "ParameterList",
                "src": "143:108:46"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "outputAmount",
                      "overrides": null,
                      "scope": 5344,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 5341,
                        "name": "ElementaryTypeName",
                        "src": "270:7:46"
                      }
                    ],
                    "id": 5342,
                    "name": "VariableDeclaration",
                    "src": "270:20:46"
                  }
                ],
                "id": 5343,
                "name": "ParameterList",
                "src": "269:22:46"
              }
            ],
            "id": 5344,
            "name": "FunctionDefinition",
            "src": "119:173:46"
          },
          {
            "attributes": {
              "body": null,
              "documentation": null,
              "functionSelector": "0862d12f",
              "implemented": false,
              "isConstructor": false,
              "kind": "function",
              "modifiers": [
                null
              ],
              "name": "swapExactInputForOutput",
              "overrides": null,
              "scope": 5389,
              "stateMutability": "nonpayable",
              "virtual": false,
              "visibility": "external"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "path",
                      "overrides": null,
                      "scope": 5366,
                      "stateVariable": false,
                      "storageLocation": "calldata",
                      "type": "address[]",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "length": null,
                          "type": "address[]"
                        },
                        "children": [
                          {
                            "attributes": {
                              "name": "address",
                              "stateMutability": "nonpayable",
                              "type": "address"
                            },
                            "id": 5345,
                            "name": "ElementaryTypeName",
                            "src": "331:7:46"
                          }
                        ],
                        "id": 5346,
                        "name": "ArrayTypeName",
                        "src": "331:9:46"
                      }
                    ],
                    "id": 5347,
                    "name": "VariableDeclaration",
                    "src": "331:23:46"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "pairs",
                      "overrides": null,
                      "scope": 5366,
                      "stateVariable": false,
                      "storageLocation": "calldata",
                      "type": "address[]",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "length": null,
                          "type": "address[]"
                        },
                        "children": [
                          {
                            "attributes": {
                              "name": "address",
                              "stateMutability": "nonpayable",
                              "type": "address"
                            },
                            "id": 5348,
                            "name": "ElementaryTypeName",
                            "src": "358:7:46"
                          }
                        ],
                        "id": 5349,
                        "name": "ArrayTypeName",
                        "src": "358:9:46"
                      }
                    ],
                    "id": 5350,
                    "name": "VariableDeclaration",
                    "src": "358:24:46"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "extras",
                      "overrides": null,
                      "scope": 5366,
                      "stateVariable": false,
                      "storageLocation": "calldata",
                      "type": "bytes[]",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "length": null,
                          "type": "bytes[]"
                        },
                        "children": [
                          {
                            "attributes": {
                              "name": "bytes",
                              "type": "bytes"
                            },
                            "id": 5351,
                            "name": "ElementaryTypeName",
                            "src": "386:5:46"
                          }
                        ],
                        "id": 5352,
                        "name": "ArrayTypeName",
                        "src": "386:7:46"
                      }
                    ],
                    "id": 5353,
                    "name": "VariableDeclaration",
                    "src": "386:23:46"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "inputAmount",
                      "overrides": null,
                      "scope": 5366,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 5354,
                        "name": "ElementaryTypeName",
                        "src": "413:7:46"
                      }
                    ],
                    "id": 5355,
                    "name": "VariableDeclaration",
                    "src": "413:19:46"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "minOutputAmount",
                      "overrides": null,
                      "scope": 5366,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 5356,
                        "name": "ElementaryTypeName",
                        "src": "436:7:46"
                      }
                    ],
                    "id": 5357,
                    "name": "VariableDeclaration",
                    "src": "436:23:46"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "to",
                      "overrides": null,
                      "scope": 5366,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "stateMutability": "nonpayable",
                          "type": "address"
                        },
                        "id": 5358,
                        "name": "ElementaryTypeName",
                        "src": "463:7:46"
                      }
                    ],
                    "id": 5359,
                    "name": "VariableDeclaration",
                    "src": "463:10:46"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "deadline",
                      "overrides": null,
                      "scope": 5366,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint",
                          "type": "uint256"
                        },
                        "id": 5360,
                        "name": "ElementaryTypeName",
                        "src": "477:4:46"
                      }
                    ],
                    "id": 5361,
                    "name": "VariableDeclaration",
                    "src": "477:13:46"
                  }
                ],
                "id": 5362,
                "name": "ParameterList",
                "src": "327:166:46"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "outputAmount",
                      "overrides": null,
                      "scope": 5366,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 5363,
                        "name": "ElementaryTypeName",
                        "src": "512:7:46"
                      }
                    ],
                    "id": 5364,
                    "name": "VariableDeclaration",
                    "src": "512:20:46"
                  }
                ],
                "id": 5365,
                "name": "ParameterList",
                "src": "511:22:46"
              }
            ],
            "id": 5366,
            "name": "FunctionDefinition",
            "src": "295:239:46"
          },
          {
            "attributes": {
              "body": null,
              "documentation": null,
              "functionSelector": "adf6fa02",
              "implemented": false,
              "isConstructor": false,
              "kind": "function",
              "modifiers": [
                null
              ],
              "name": "swapExactInputForOutputWithPrecheck",
              "overrides": null,
              "scope": 5389,
              "stateMutability": "nonpayable",
              "virtual": false,
              "visibility": "external"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "path",
                      "overrides": null,
                      "scope": 5388,
                      "stateVariable": false,
                      "storageLocation": "calldata",
                      "type": "address[]",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "length": null,
                          "type": "address[]"
                        },
                        "children": [
                          {
                            "attributes": {
                              "name": "address",
                              "stateMutability": "nonpayable",
                              "type": "address"
                            },
                            "id": 5367,
                            "name": "ElementaryTypeName",
                            "src": "585:7:46"
                          }
                        ],
                        "id": 5368,
                        "name": "ArrayTypeName",
                        "src": "585:9:46"
                      }
                    ],
                    "id": 5369,
                    "name": "VariableDeclaration",
                    "src": "585:23:46"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "pairs",
                      "overrides": null,
                      "scope": 5388,
                      "stateVariable": false,
                      "storageLocation": "calldata",
                      "type": "address[]",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "length": null,
                          "type": "address[]"
                        },
                        "children": [
                          {
                            "attributes": {
                              "name": "address",
                              "stateMutability": "nonpayable",
                              "type": "address"
                            },
                            "id": 5370,
                            "name": "ElementaryTypeName",
                            "src": "612:7:46"
                          }
                        ],
                        "id": 5371,
                        "name": "ArrayTypeName",
                        "src": "612:9:46"
                      }
                    ],
                    "id": 5372,
                    "name": "VariableDeclaration",
                    "src": "612:24:46"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "extras",
                      "overrides": null,
                      "scope": 5388,
                      "stateVariable": false,
                      "storageLocation": "calldata",
                      "type": "bytes[]",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "length": null,
                          "type": "bytes[]"
                        },
                        "children": [
                          {
                            "attributes": {
                              "name": "bytes",
                              "type": "bytes"
                            },
                            "id": 5373,
                            "name": "ElementaryTypeName",
                            "src": "640:5:46"
                          }
                        ],
                        "id": 5374,
                        "name": "ArrayTypeName",
                        "src": "640:7:46"
                      }
                    ],
                    "id": 5375,
                    "name": "VariableDeclaration",
                    "src": "640:23:46"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "inputAmount",
                      "overrides": null,
                      "scope": 5388,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 5376,
                        "name": "ElementaryTypeName",
                        "src": "667:7:46"
                      }
                    ],
                    "id": 5377,
                    "name": "VariableDeclaration",
                    "src": "667:19:46"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "minOutputAmount",
                      "overrides": null,
                      "scope": 5388,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 5378,
                        "name": "ElementaryTypeName",
                        "src": "690:7:46"
                      }
                    ],
                    "id": 5379,
                    "name": "VariableDeclaration",
                    "src": "690:23:46"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "to",
                      "overrides": null,
                      "scope": 5388,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "stateMutability": "nonpayable",
                          "type": "address"
                        },
                        "id": 5380,
                        "name": "ElementaryTypeName",
                        "src": "717:7:46"
                      }
                    ],
                    "id": 5381,
                    "name": "VariableDeclaration",
                    "src": "717:10:46"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "deadline",
                      "overrides": null,
                      "scope": 5388,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint",
                          "type": "uint256"
                        },
                        "id": 5382,
                        "name": "ElementaryTypeName",
                        "src": "731:4:46"
                      }
                    ],
                    "id": 5383,
                    "name": "VariableDeclaration",
                    "src": "731:13:46"
                  }
                ],
                "id": 5384,
                "name": "ParameterList",
                "src": "581:166:46"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "outputAmount",
                      "overrides": null,
                      "scope": 5388,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 5385,
                        "name": "ElementaryTypeName",
                        "src": "766:7:46"
                      }
                    ],
                    "id": 5386,
                    "name": "VariableDeclaration",
                    "src": "766:20:46"
                  }
                ],
                "id": 5387,
                "name": "ParameterList",
                "src": "765:22:46"
              }
            ],
            "id": 5388,
            "name": "FunctionDefinition",
            "src": "537:251:46"
          }
        ],
        "id": 5389,
        "name": "ContractDefinition",
        "src": "90:700:46"
      }
    ],
    "id": 5390,
    "name": "SourceUnit",
    "src": "32:759:46"
  },
  "compiler": {
    "name": "solc",
    "version": "0.6.8+commit.0bbfe453.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.4.16",
  "updatedAt": "2025-02-07T17:50:42.820Z",
  "devdoc": {
    "methods": {}
  },
  "userdoc": {
    "methods": {}
  }
}