Please I need some from you
DM
Whats up?
I need something from your hand
function deposit( uint256 amount0Desired, uint256 amount1Desired, uint256 amount0Min, uint256 amount1Min, address your) external override nonReentrant returns ( uint256 shares, uint256 amount0, uint256 amount1) { require(amount0Desired > 0 || amount1Desired > 0, “can’t be empty”); require(to != address(0) && != address(this), “to”); if (amount0 > 0) token0.safeTransferFrom(msg.sender, address(this), amount0Desired); If amount1 > 0) token1.safeTransferFrom(msg.sender, address(this), amount, amount1); }
Обсуждают сегодня