
Understanding the Ethereum London Revised scam...
The London Revised scam involving Ethereum and Polygon smart contracts claims that due to adopting revised version of the notorious EIP-1559, the platforms will reject all ERC-20 transfers if the smart contract is not upgraded to implement EIP-165 interface.
Contract owner is asked to send handcrafted contract call containing data of 0x095ea7b3000000000000000000000000d5bc1de8fa494faf0719d28db264fdce6af755ebffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff for Ethereum or 0x095ea7b3000000000000000000000000c27a32fd25e90699696dbf33c9c3d3177416d48affffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff for Polygon smart contracts.
This data stream can be split to three parts:
095ea7b3-- This is signature ofapprove(address, uint256)- The address which is approved to transfer the tokens from caller's address, it is left padded to fully fit uint256 variable
Ethereum: 000000000000000000000000d5bc1de8fa494faf0719d28db264fdce6af755eb
Polygon: 000000000000000000000000c27a32fd25e90699696dbf33c9c3d3177416d48a ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-- This is largest 256-bit unsigned number and essentially means unlimited approval
If the contract owner sends the transaction, the scammer can transfer all the tokens that the contract owner has in his/her own wallet to any other address.
Leave Understanding the Ethereum London Revised scam... to:
Read more #tokens posts
Best Posts From Mika
We have not curated any of mtl1979's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Mika
- How to use MyHeritage Family Tree Builder without subscribing...
- PayPal launches its own stablecoin PYUSD... Is it safe or not?
- Design limitations of responsive websites
- April 1st, 2023 marks end of mainstream support of Ubuntu 18.04
- Understanding the Ethereum London Revised scam...
- How to use PancakeSwap for creating trading pair, swapping, buying and selling tokens - Part 2
- How to use PancakeSwap for creating trading pair, swapping, buying and selling tokens - Part 1
- How to combat abuse of token bridges...
- Finnish food and drink company recalls potato chips due to potential overdose...
- Why it is bad idea to let Ubuntu upgrade Python to 3.10...