Problems with ERC-20

Published by Mario Oettler on

Last Updated on 21. September 2023 by Mario Oettler

The ERC20 standard faces some problems such as:

  • Frontrunning with approve() function.
  • No check if the receiving account can handle the token.

For this reason, other standards (such as ERC-233 and ERC-777),  have been proposed that try to solve these problems

Categories: