Skip to content

Issue with explorer not picking up transactions / transfers #871

Closed Answered by vasyl-ivanchuk
bigcitywilly asked this question in General
Discussion options

You must be logged in to vote

Hey @bigcitywilly 👋 ,

That’s actually how the explorer works:

  1. The transactions tab on the UI shows transactions where an address is either in the tx.from or tx.to fields. That’s why this transaction is not shown as a transaction for the 0xAc4DE1E9A9e83524F24af77972Dd39D588De8164 address.
  2. Transfers are not shown for the address that initiated a transfer, but for the sender and receiver of the transfer (from and to addresses). So, for the given transaction, there are 3 transfer events, and for none of them 0xAc4DE1E9A9e83524F24af77972Dd39D588De8164 is the sender or receiver:
{
                "address": "0x000000000000000000000000000000000000800a",
                "logIndex": "0x0",
     …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vasyl-ivanchuk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
General
Labels
general General question
2 participants