-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureNew feature or requestNew feature or request
Description
Implement the token fallback function to handle a more safe version of the ERC20 (ERC223).
This token remove the 2-step process of approve & pull from the contract. With the ERC223, the contract implement a function managing the reception of the tokens. This prevent lose of token if sending to contracts that doesn't support tokens.
Over 100 millions are lost due to this ERC20 inexistant transfer check. https://dexaran.github.io/erc20-losses/
https://ethereum.org/en/developers/docs/standards/tokens/erc-223/
https://github.com/Dexaran/ERC223-token-standard
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request