MetaMask / MetaMask/metamask-extension
Disallow sending tokens to 0x0 even via dapp provider
Open
area-api
needs-design
team-confirmations-planning
type-enhancement
type-security
- Dominant language
- TypeScript
- Stars
- 13.2k
- Forks
- 5.6k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 451
Description
Today we treat `0x0000000000000000000000000000000000000000` as an invalid address in all of our send forms, but Dapps can still send or send tokens to it, which basically always results in the loss of those funds.
This is only possible with the fault of a dapp, but we can hep prevent that type of dapp mistake.
Contributor guide
Assessment
This issue has not been assessed yet.