Ethers.js: getLogs returning empty results despite existing transactions
I’m working on a project where I need to track USDT transfers to specific wallet addresses and confirm them after a certain number of blocks. I’m using ethers.js to fetch logs for this purpose. However, I keep getting empty results from getLogs despite knowing there are relevant transactions. I checked Etherscan and there are transfers for that address.
Error when get token symbol and transfer PIXEL token using etherjs 6.12
I’m new to using Ethersjs and I want to create a function that transfers PIXEL token from one wallet to another.I have searched somewhere but I can’t find any inform about my error. I even dont’t know where code line get error, please figure out to me what I’ve wrong. thanks