gethexporter
gethexporter copied to clipboard
Wrong Erc token transfer monitoring
Actually, if you use this method to count ERC-20 transfers, you skip more than 50% of all Token transfers, because quite a few transfers are done via transfer
method. The correct way is to monitor Transfer
event in the transaction log.