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

Unexpected creation partial match #1436

Open
kuzdogan opened this issue Jun 12, 2024 · 0 comments
Open

Unexpected creation partial match #1436

kuzdogan opened this issue Jun 12, 2024 · 0 comments
Labels
🪲 bug Something isn't working

Comments

@kuzdogan
Copy link
Member

kuzdogan commented Jun 12, 2024

When adding a new contract for Base Sepolia (84532) I've encountered a contract that yields a "partial" match for the creation codes, but upon investigating the creation codes are exactly the same (except the const. args). Something might be wrong with the matching algorithm:

To reproduce:

  • Import from Etherscan the contract 0xF873413AA072BFcdD97e81f74B190FFFB9110f42 from 84532
  • Check the contract onchain vs recompiled creation bytecodes.
  • Expected match is perfect but it gives a partial match

Bytecode diff: https://www.diffchecker.com/6gmX4reG/

@kuzdogan kuzdogan added the 🪲 bug Something isn't working label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

1 participant