在 BSCScan 上查看交易时,我会看到交易期间转移的代币列表。例如这里:
https://bscscan.com/tx/0x7d8864a3336c9d51393a3587370472194f1a2aca16aea8b287c02337c27ee1ae
我可以看到在交易中执行了 4 笔交易。
使用 ethers.providers 我可以获得交易详情和收据
provider.getTransaction(hash)
provider.getTransactionReceipt(hash)
我可以得到使用的gas,gas价格等等。
但我找不到转移的代币和金额。
任何帮助将不胜感激。谢谢。