EthTx / ethtx

Python package with core transaction decoding functions.
https://www.ethtx.info
Apache License 2.0
454 stars 73 forks source link

bugfix: Link Balance Calculated Incorrectly #196

Open bromulous opened 1 year ago

bromulous commented 1 year ago

Link emits a different transfer event than normal erc20s so we miscalculate the balance. This adds in listening for that event.

Random Link event chosen for test case: 0xbaf08c360fc8f6098adbe2c7c3612106432123397dd2d5b84d042c1786261207

Previous result:

Screenshot 2023-08-11 at 6 24 05 PM

After change:

Screenshot 2023-08-11 at 6 27 26 PM