0

Can you even get transfer events on USDT or USDC tokens on BSC? I ran same code to get token transfer events on Polygon and OP and it worked, but didn't work on BSC.

using ethers.js

filter = contract.filters.Transfer(from address, to address); contract.on(filter, () => {});

0 Answers0