-
Notifications
You must be signed in to change notification settings - Fork 0
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
Otterscan no longer displays contracts #21
Comments
e.g. https://otterscan.zilliqa.com/address/0x241c677D9969419800402521ae87C411897A029f is an EVM contract, but nothing is shown. |
It should look something more like https://sepolia.otterscan.io/address/0x1D2835dee635Cd39A864b41c0D7613A48dAD7f4b with a "Contract" tab displayed next to "Overview". (I believe all the other tabs are new Otterscan features that we haven't implemented yet) The "Contract" tab should show you the contract's bytecode and the ABI if the contract is verified. Use https://otterscan.zilliqa.com/address/0xF391A1Ee7b3ccad9a9451D2B7460Ac646F899f23 for an example of a contract that is verified in Sourcify (https://sourcify.dev/#/lookup/0xF391A1Ee7b3ccad9a9451D2B7460Ac646F899f23). |
This would be great to get in - it's very hard to see much detail of a contract right now. Holders of a token are quite important too. |
+1 on the above. |
@JamesHinshelwood
The text was updated successfully, but these errors were encountered: