cryo icon indicating copy to clipboard operation
cryo copied to clipboard

changed is_erc20_transfer to use Transfer signature instead of Approval

Open ChadRosseau opened this issue 8 months ago • 0 comments

Motivation

fixes #231

Solution

Changed erc20_transfers.rs line 104 from:

log.topics()[0] == ERC20::Approval::SIGNATURE_HASH

to

log.topics()[0] == ERC20::Transfer::SIGNATURE_HASH

PR Checklist

  • [ ] Added Tests
  • [ ] Added Documentation
  • [ ] Breaking changes

ChadRosseau avatar Apr 02 '25 19:04 ChadRosseau