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

Wrong Contract owner address #48

Closed
kevinjanada opened this issue Nov 27, 2020 · 2 comments
Closed

Wrong Contract owner address #48

kevinjanada opened this issue Nov 27, 2020 · 2 comments
Assignees

Comments

@kevinjanada
Copy link

https://github.com/crytic/building-secure-contracts/blob/master/program-analysis/echidna/how-to-test-a-property.md#initiate-a-contract

There are some specific addresses in Echidna:

  • 0x00a329c0648769A73afAc7F9381E08FB43dBEA72 which calls the constructor.
  • 0x10000, 0x20000, and 0x00a329C0648769a73afAC7F9381e08fb43DBEA70 which randomly calls the other functions.

When i checked the owner of the contract using an echidna property, the owner of the contract is 0x00a329C0648769a73afAC7F9381e08fb43DBEA70. Not 0x00a329c0648769A73afAc7F9381E08FB43dBEA72.

Should this readme be updated?
Or am i misunderstanding something?

I can create a pull request for this if needed.

@kevinjanada kevinjanada changed the title Contract owner address Wrong Contract owner address Nov 27, 2020
@montyly
Copy link
Member

montyly commented Mar 12, 2021

Thanks @kevinjanada for pointing this out.

@ggrieco-tob: can you take a look a this

@ggrieco-tob
Copy link
Member

This was already fixed in the last documentation update.

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

3 participants