Git Source
IERC20 immutable FUSDC;
IWETH10 immutable WETH;
ISeawaterAMM immutable SEAWATER;
constructor(IERC20 _fusdc, IWETH10 _weth, ISeawaterAMM _amm);
function swapIn32502CA71(address _token, uint256 _amount, uint256 _minOut) external payable returns (int256, int256);
function swapOut5E08A399(address _token, uint256 _amount, uint256 _minOut) external payable returns (int256, int256);
function _swap2ExactInWeth(address _token, uint256 _amount, uint256 _minOut)
internal
returns (uint256 amountA, uint256 amountB);
function _swap2ExactOutWeth(address _token, uint256 _amount, uint256 _minOut)
internal
returns (uint256 amountA, uint256 amountB);
function swap2ExactInED91BB1D(address _tokenA, address _tokenB, uint256 _amount, uint256 _minOut)
external
payable
returns (uint256, uint256);