Skip to content
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

Automatically verify minimal proxy contracts following EIP 1167 #42

Open
pmprete opened this issue Mar 5, 2020 · 0 comments
Open

Automatically verify minimal proxy contracts following EIP 1167 #42

pmprete opened this issue Mar 5, 2020 · 0 comments

Comments

@pmprete
Copy link

pmprete commented Mar 5, 2020

EIP 1167 sets a standar for minimal proxy contracts
The exact bytecode of the standard clone contract is this: 363d3d373d3d3d363d73bebebebebebebebebebebebebebebebebebebebe5af43d82803e903d91602b57fd5bf3 wherein the bytes at indices 10 - 29 (inclusive, meaning bebebebebebebebebebebebebebebebebebebebe) are replaced with the 20 byte address of the master functionality contract.

We want the explorer to automatically identify and verify them, and indicate that they are a proxys and link them to the functionality contract used, so users can easily see the ABI and code of the functionality contract that they should use to interact with the proxy contract.

@emiliorizzo emiliorizzo transferred this issue from rsksmart/rsk-explorer Apr 23, 2020
ezequiel-rodriguez pushed a commit that referenced this issue Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant