-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No transactions but balance changed. #294
Comments
Please have a look at this issue @zmcNotafraid |
In blockscan, the balance updated was not synchronous. |
I guess this is the reason for #293 and #294. Ethereum allows people to do transfer in a contract. For example, in the past, for gas saving, miner pool will use contract to pay for all miners, each transaction could pay hundreds of miners. I guess blockscan doesn't scan those transfers. p.s. Topic about miner pools, recalls my old days memories, when I was younger, and worked in the desk next to Keith-CY and a garden with 🐀. |
Fading scene hits me 🫨 |
Environment
Same as #293.
Steps to reproduce
Same as #293.
Expected behavior
People could figure out why the balance changed from the explorer.
Actual behavior
No transfer record in explorer:
The only correct thing is the "Last Balance Update".
The text was updated successfully, but these errors were encountered: