Guest User

Untitled

a guest
Nov 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function swapTokens(uint256 amount) public {
  2. erc20Token.transferFrom(sender, address(this), amount);
  3. myToken.transfer(sender, amount);
  4. }
Add Comment
Please, Sign In to add comment