{
    "Function": "UNIdump",
    "File": "contracts/interfaces/IStrategistUtility.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function UNIdump(\n        uint256 amountIn,\n        address swapThis,\n        address forThis,\n        uint256 hurdle,\n        uint24 _poolFee,\n        address to\n    ) external returns (uint256);"
}