{
    "Function": "initialize",
    "File": "src/kuma-protocol/interfaces/IKUMASwap.sol",
    "Parent Contracts": [
        "lib/openzeppelin-contracts/contracts/token/ERC721/IERC721Receiver.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function initialize(\n        IKUMAAddressProvider KUMAAddressProvider,\n        IERC20 deprecationStableCoin,\n        bytes4 currency,\n        bytes4 country,\n        uint64 term\n    ) external;"
}