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

Detector: Incorrect ERC721 contract #655

Merged
merged 7 commits into from
Aug 16, 2024
Merged

Conversation

TilakMaddy
Copy link
Collaborator

@TilakMaddy TilakMaddy commented Aug 5, 2024

Severity: High

We look for ERC721 method signatures on contract that are deemed to be ERC721 (by looking at the names of inheritance heirarchy)
Then, if a function signature matches, but the function itself does not return what it's supposed to return according to the ERC721 spec we capture it

@TilakMaddy TilakMaddy marked this pull request as ready for review August 5, 2024 13:50
reports/report.md Outdated Show resolved Hide resolved
@alexroan alexroan self-requested a review August 12, 2024 14:42
Copy link
Contributor

@alexroan alexroan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This detector should focus only on ERC721 interface. #655 (comment)

@alexroan alexroan merged commit 54b7687 into dev Aug 16, 2024
12 checks passed
TilakMaddy added a commit that referenced this pull request Aug 19, 2024
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

Successfully merging this pull request may close these issues.

2 participants