Richard Moore
Richard Moore
What error are you getting with the Unchecked solution?
Just searching this GitHub issue in my browser, I indeed don't see the `Transfer` event anywhere in your ABI. Are you sure you have the correct ABI for your contract?
Could this be an issue with the Hardhat wrapping? Does it occur outside of Hardhat?
Do you have public endpoints for those chains? It is possible that those chains do not return it (or have renamed it) in their RPC. I need to be able...
It looks like they are using a custom type `0xff`. Any info on documentation on their transaction format? It doesn't seem to be an Ethereum compatible format, so likely will...
Does it happen consistently with the same transaction hashes? Or is it intermittent? How about if you use different providers? This is a big (I believe) in the node itself,...
Thanks @karalabe. I didn’t realize there were frontier blocks since launch; I thought that was a pre-launch things. This change will require a minor bump, and a few non-trivial changes:...
What network is this tx on? So that I can compare myself… :)
Do you have a public endpoint I can use? If it is similar to Base, my guess may be the discrepancy between L1 and L2 (and therefore L1 + L2)...
Yes. The gas price depends on network; that’s just how gas works. :) Ethereum uses EIP-1337, so the fees are protocol defined (based on recent block congestion). BSC uses a...