This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
The trace
Module - stateDiff
#8495
Labels
M6-rpcapi 📣
RPC API.
Z1-question 🙋♀️
Issue is a question. Closer should answer.
Z7-duplicate 🖨
Issue is a duplicate. Closer should comment with a link to the duplicate.
Milestone
Hi, I'm trying to explore the influence of transaction on accounts state.
Here is how Etherscan represent the transaction:
https://etherscan.io/tx/0xa567744e4a4b267fecbfd95e6df4b058adb9afa0f22355d11cfdc2bceed446b5
I had running the following query:
following is the response (I copied only the contract section):
The first "from-to" couple should be the change in the token balance of the sender and the second should be of the receiver.
But, as you can see the, "from" of both is "0" what that wasn't true before execute the transaction.
The text was updated successfully, but these errors were encountered: