Can anyone confirm if it is possible to swap tokens for WETH when calling the function swapExactTokensForETHSupportingFeeOnTransferTokens from within a contract, from wallets other than the contract address wallet, address(this). If so what addresses are needed in the approval function and the path[]?
I know I can change the ‘to’ address where the WETH goes to, but I want to know if I can change the ‘from’ address where the tokens come from, other than address(this)?
Sep 10, 2021, 8:01 AM