telosnetwork / teloscan

Telos EVM block explorer for viewing blocks, transactions, contracts, staking, and more
https://teloscan.io
Apache License 2.0
22 stars 25 forks source link

Some pages are breaking because of an unsuccessful attept to access a null abi object #844

Closed Viterbo closed 2 months ago

Viterbo commented 2 months ago

Describe the bug Some pages are breaking because of an unsuccessful attept to access a null abi object.

To Reproduce Steps to reproduce the behavior:

  1. Go to this page
  2. The page won't finish loading
  3. Open the console and see the error

Expected behavior Avoid the page breaking even if the abi object is not present. The page should always load.

Screenshots image image