token-allowance-checker icon indicating copy to clipboard operation
token-allowance-checker copied to clipboard

Does not work with permit().

Open ytrezq opened this issue 2 years ago • 1 comments

Some tokens allow to record approval amount using permit which in return is used by some exchanges which use relayers where the user send a signature in a web portal without getting even appearing in the transaction trace.

The tool currently works through scanning transaction history of the address to check but we should (possibly using Google s BigQuery public dataset) switch to full log approval scanning of the whole Ethereum blockchain.

ytrezq avatar Apr 07 '22 11:04 ytrezq

Need to investigate what is the best approach to handle this.

TripleSpeeder avatar Apr 08 '22 09:04 TripleSpeeder