-
-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address poisoning attack: Label unverified token transactions in TX detail #8119
Closed
Tracked by
#10779
Labels
Milestone
Comments
Could be done in combination with #8007 |
Hermez-cz
added
EVM
Issues related to networks based on Ethereum Virtual Machine
ERC20
and removed
EVM
Issues related to networks based on Ethereum Virtual Machine
labels
Aug 2, 2023
Restrict copying the address from tx labeled as posioned. |
recap:
|
Merged
AdamSchinzel
added
EVM
Issues related to networks based on Ethereum Virtual Machine
and removed
ERC20
labels
Jan 23, 2024
Closed
QA OK Info:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BACKGROUND
Related to #7278
Scammers employ a similar logic to that of zero-value transactions by utilizing unverified tokens that hold no fiat value but still carry a positive number of units in the transaction.
Example of the token: https://etherscan.io/token/0x8744dab2fa43055130a85c70d6b0676a82ae4704
Transaction example: https://etherscan.io/tx/0xfd7788d4ac55a9b1024d39a5d124f9e2012fc2dca197daa10c12e178d50b26ec
PROPOSED CHANGES
The text was updated successfully, but these errors were encountered: