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

Tools to analyze smart contract immutability #2

Open
Mokita-J opened this issue Jun 18, 2024 · 3 comments
Open

Tools to analyze smart contract immutability #2

Mokita-J opened this issue Jun 18, 2024 · 3 comments

Comments

@Mokita-J
Copy link
Contributor

A subcategory of smart contracts is library smart contracts.
Library contracts have common functionalities that are deployed once to the blockchain and multiple contracts can rely on them by calling their functions.
Given a library contract how do we know if their behavior is completely static?

This issue lists tools that analyze smart contract immutability.

@monperrus
Copy link
Contributor

monperrus commented Jun 24, 2024 via email

@monperrus
Copy link
Contributor

https://github.com/a16z/metamorphic-contract-detector pointed by Karolina

is definitely related, we should give it a try and look how it's implemented

@monperrus
Copy link
Contributor

See "In Code We Trust? Measuring the Control Flow Immutability of All Smart Contracts Deployed on Ethereum" DPM 2017

No tool available.

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

2 participants