-
Notifications
You must be signed in to change notification settings - Fork 15
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
"Read as Proxy" & "Write as Proxy" buttons for Contract Verification in HashScan #1207
Comments
Could you give us id of your verified contract on hedera network ? |
Hey @ericleponner As an example, this is a Proxy contract - https://hashscan.io/testnet/contract/0.0.4616104?p=1&k=1721737748.124068003 The Proxy contract delegates calls to the implementation contract. Just so you know, this is just one instance. There are many more Proxy contracts in our suite. |
Hi @bmgentile See #978 |
Hey @ericleponner — thanks for flagging that! We're seeing the proxy logic now 👍 Some feedback related to this: |
@bmgentile can you please provide a link that demonstrates the experience you are looking for? |
Hey Simi, sure thing! Here's an example from Arbscan above. https://arbiscan.io/address/0x794a61358d6845594f94dc1db02a252b5b4814ad#readProxyContract |
This one is a verified (proxy) contract. |
Problem
When verifying contracts, we're unable to have proxy contracts offer the option of "read as proxy" or "write as proxy" (typically displayed as buttons) on Hashscan — this directly links a proxy contract to the contract it is engaging and important for users when performing review of contract verification.
Example: https://arbiscan.io/address/0x794a61358d6845594f94dc1db02a252b5b4814ad#code
An example of a Proxy Contract — we need "Read as Proxy" and "Write as Proxy" buttons displayed on Hashscan
Solution
Alternatives
None
The text was updated successfully, but these errors were encountered: