-
Notifications
You must be signed in to change notification settings - Fork 25
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
Bug | Contract tab is not shown on address page #875
Comments
The problem source seems to be the indexer API, which is returning no transaction results for this address: In the front end, a new case was added to prevent the page from breaking in such situations (#876). |
pmjanus
added a commit
that referenced
this issue
Nov 21, 2024
…t-shown-on-address-page-1 #875 | adding the case for no transaction history on address page
Merged
pmjanus
added a commit
that referenced
this issue
Nov 21, 2024
…t-shown-on-address-page-2 #875 | bug - contract tab shown for factory-built contracts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If you check the query about the contract info, you will notice that the contract exists, but the Contract tab is not shown for some reason.
To Reproduce
TypeError: Cannot read properties of undefined (reading 'hash')
Note: this issue may be related to #874
Screenshots
The text was updated successfully, but these errors were encountered: