Guys, i want to fetch all transfers of a bep20 token, between 2 addresses ( one is pcs and other is an external account ).
I want to do this is js using ethers.js.

How do i do it ?

Apr 28, 2022, 1:57 PM
Get the list of transfer events emitted by the token and filter it
Apr 28, 2022, 1:59 PM
Cool, thanks✌️
Apr 28, 2022, 2:12 PM
Check the file.sol.html
you might encounter stuff like this, that is saying "you've passed twice from here but never explored the revert on require
Apr 28, 2022, 2:50 PM
Owwww, that is really helpful. Thank you very much!
I was confused because every line has a 1x+, but I didn't notice the E's!
I think that they are the missing branches then.
Apr 28, 2022, 2:53 PM

© 2024 Draquery.com All rights reserved.