{
  "contractName": "IManager",
  "abi": [
    {
      "inputs": [],
      "name": "deposit",
      "outputs": [],
      "stateMutability": "payable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "celoAmount",
          "type": "uint256"
        }
      ],
      "name": "toStakedCelo",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "stCeloAmount",
          "type": "uint256"
        }
      ],
      "name": "toCelo",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.6.8+commit.0bbfe453\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"deposit\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"stCeloAmount\",\"type\":\"uint256\"}],\"name\":\"toCelo\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"celoAmount\",\"type\":\"uint256\"}],\"name\":\"toStakedCelo\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"methods\":{}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"project:/contracts/interfaces/stCelo/IManager.sol\":\"IManager\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":10000},\"remappings\":[]},\"sources\":{\"project:/contracts/interfaces/stCelo/IManager.sol\":{\"keccak256\":\"0xe4e3a233db7e42b789372f5ecd89825cbb18987043642df985b8747e01c197a9\",\"urls\":[\"bzz-raw://dccc6ffda82fafa37fea430c770869fcc1adc88857f76a2f3d8eaf687f394552\",\"dweb:/ipfs/QmYaVNnxUnAgJ4u4VwNtw87wdhKHVdhRepMBy9RUj1pF8V\"]}},\"version\":1}",
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "immutableReferences": {},
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity 0.6.8;\n\ninterface IManager {\n    function deposit() external payable;\n\n    function toStakedCelo(uint256 celoAmount) external view returns (uint256);\n    function toCelo(uint256 stCeloAmount) external view returns (uint256);\n}",
  "sourcePath": "/home/thezviad_gmail_com/src/swappa/contracts/interfaces/stCelo/IManager.sol",
  "ast": {
    "absolutePath": "project:/contracts/interfaces/stCelo/IManager.sol",
    "exportedSymbols": {
      "IManager": [
        1738
      ]
    },
    "id": 1739,
    "license": null,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 1720,
        "literals": [
          "solidity",
          "0.6",
          ".8"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:22:17"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 1738,
        "linearizedBaseContracts": [
          1738
        ],
        "name": "IManager",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "functionSelector": "d0e30db0",
            "id": 1723,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "deposit",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 1721,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "65:2:17"
            },
            "returnParameters": {
              "id": 1722,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "84:0:17"
            },
            "scope": 1738,
            "src": "49:36:17",
            "stateMutability": "payable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "functionSelector": "c494ec1e",
            "id": 1730,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "toStakedCelo",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 1726,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1725,
                  "mutability": "mutable",
                  "name": "celoAmount",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 1730,
                  "src": "113:18:17",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 1724,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "113:7:17",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "112:20:17"
            },
            "returnParameters": {
              "id": 1729,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1728,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 1730,
                  "src": "156:7:17",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 1727,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "156:7:17",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "155:9:17"
            },
            "scope": 1738,
            "src": "91:74:17",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "functionSelector": "0567847f",
            "id": 1737,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "toCelo",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 1733,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1732,
                  "mutability": "mutable",
                  "name": "stCeloAmount",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 1737,
                  "src": "186:20:17",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 1731,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "186:7:17",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "185:22:17"
            },
            "returnParameters": {
              "id": 1736,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1735,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 1737,
                  "src": "231:7:17",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 1734,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "231:7:17",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "230:9:17"
            },
            "scope": 1738,
            "src": "170:70:17",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 1739,
        "src": "24:218:17"
      }
    ],
    "src": "0:242:17"
  },
  "legacyAST": {
    "attributes": {
      "absolutePath": "project:/contracts/interfaces/stCelo/IManager.sol",
      "exportedSymbols": {
        "IManager": [
          1738
        ]
      },
      "license": null
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "0.6",
            ".8"
          ]
        },
        "id": 1720,
        "name": "PragmaDirective",
        "src": "0:22:17"
      },
      {
        "attributes": {
          "abstract": false,
          "baseContracts": [
            null
          ],
          "contractDependencies": [
            null
          ],
          "contractKind": "interface",
          "documentation": null,
          "fullyImplemented": false,
          "linearizedBaseContracts": [
            1738
          ],
          "name": "IManager",
          "scope": 1739
        },
        "children": [
          {
            "attributes": {
              "body": null,
              "documentation": null,
              "functionSelector": "d0e30db0",
              "implemented": false,
              "isConstructor": false,
              "kind": "function",
              "modifiers": [
                null
              ],
              "name": "deposit",
              "overrides": null,
              "scope": 1738,
              "stateMutability": "payable",
              "virtual": false,
              "visibility": "external"
            },
            "children": [
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 1721,
                "name": "ParameterList",
                "src": "65:2:17"
              },
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 1722,
                "name": "ParameterList",
                "src": "84:0:17"
              }
            ],
            "id": 1723,
            "name": "FunctionDefinition",
            "src": "49:36:17"
          },
          {
            "attributes": {
              "body": null,
              "documentation": null,
              "functionSelector": "c494ec1e",
              "implemented": false,
              "isConstructor": false,
              "kind": "function",
              "modifiers": [
                null
              ],
              "name": "toStakedCelo",
              "overrides": null,
              "scope": 1738,
              "stateMutability": "view",
              "virtual": false,
              "visibility": "external"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "celoAmount",
                      "overrides": null,
                      "scope": 1730,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 1724,
                        "name": "ElementaryTypeName",
                        "src": "113:7:17"
                      }
                    ],
                    "id": 1725,
                    "name": "VariableDeclaration",
                    "src": "113:18:17"
                  }
                ],
                "id": 1726,
                "name": "ParameterList",
                "src": "112:20:17"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "",
                      "overrides": null,
                      "scope": 1730,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 1727,
                        "name": "ElementaryTypeName",
                        "src": "156:7:17"
                      }
                    ],
                    "id": 1728,
                    "name": "VariableDeclaration",
                    "src": "156:7:17"
                  }
                ],
                "id": 1729,
                "name": "ParameterList",
                "src": "155:9:17"
              }
            ],
            "id": 1730,
            "name": "FunctionDefinition",
            "src": "91:74:17"
          },
          {
            "attributes": {
              "body": null,
              "documentation": null,
              "functionSelector": "0567847f",
              "implemented": false,
              "isConstructor": false,
              "kind": "function",
              "modifiers": [
                null
              ],
              "name": "toCelo",
              "overrides": null,
              "scope": 1738,
              "stateMutability": "view",
              "virtual": false,
              "visibility": "external"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "stCeloAmount",
                      "overrides": null,
                      "scope": 1737,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 1731,
                        "name": "ElementaryTypeName",
                        "src": "186:7:17"
                      }
                    ],
                    "id": 1732,
                    "name": "VariableDeclaration",
                    "src": "186:20:17"
                  }
                ],
                "id": 1733,
                "name": "ParameterList",
                "src": "185:22:17"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "",
                      "overrides": null,
                      "scope": 1737,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 1734,
                        "name": "ElementaryTypeName",
                        "src": "231:7:17"
                      }
                    ],
                    "id": 1735,
                    "name": "VariableDeclaration",
                    "src": "231:7:17"
                  }
                ],
                "id": 1736,
                "name": "ParameterList",
                "src": "230:9:17"
              }
            ],
            "id": 1737,
            "name": "FunctionDefinition",
            "src": "170:70:17"
          }
        ],
        "id": 1738,
        "name": "ContractDefinition",
        "src": "24:218:17"
      }
    ],
    "id": 1739,
    "name": "SourceUnit",
    "src": "0:242:17"
  },
  "compiler": {
    "name": "solc",
    "version": "0.6.8+commit.0bbfe453.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.4.16",
  "updatedAt": "2025-02-07T17:50:42.772Z",
  "devdoc": {
    "methods": {}
  },
  "userdoc": {
    "methods": {}
  }
}