ERC20 Deal? #8438
ERC20 Deal?
#8438
-
Is it possible to add erc20 deal? what would this require? i'll typically find an address with a balance, prank the address, and transfer the token while sending, but if there was an erc20 deal function that would be great. |
Beta Was this translation helpful? Give feedback.
Answered by
chaoticpunk
Aug 16, 2024
Replies: 1 comment
-
this? function deal(address token, address to, uint256 give) public;
deal(address(dai), alice, 10000e18); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zerosnacks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this?