Description
Users frequently make the mistake of sending tokens directly to the smart contract address instead of using the proper swap function.
Because our contract doesn't have a way to access un-tracked balances, those tokens are permanently locked.
We need a sweep_tokens function that allows the Admin to rescue these accidentally transferred funds and return them to the users.
This function must explicitly calculate the difference between the pool's mathematical reserves and the actual contract balance.
Requirements