Guys, hello to everyone. Need some advice. I wrote a wrapper over a uniswap that just does a swap. How can I add my commission there? OK, for eth, you can add a payable(owner).transfer(msg.value * 80 / 100);
But how do I add a commission when swapping a token for a token ?

May 9, 2022, 11:03 AM
And how can this be done correctly in the form of a code? I'm just new to solidity
my func
May 9, 2022, 11:08 AM

© 2024 Draquery.com All rights reserved.