Is it possible to subtract the network fee from the user's ERC token instead of subtracting from the eth balance using web3js
Asked
Active
Viewed 36 times
0
-
you can do that but you will need to change the code of the ERC20 contract. – Kaki Master Of Time Aug 03 '21 at 20:50
1 Answers
0
No, it's not possible on Ethereum (and BSC).
Some lesser known EVM blockchains support meta transactions that possibly could allow that. Huobi Eco Chain would be an example, although I never tested this feature.
Undead8
- 3,570
- 9
- 28