Not so immutable: Upgradeability of Smart Contracts on Ethereum
Mehdi Salehi, Jeremy Clark, Mohammad Mannan

TL;DR
This paper investigates how smart contracts on Ethereum can be upgraded despite their inherent immutability, analyzing prevalent patterns, access controls, and the extent of upgradeability in deployed contracts.
Contribution
It summarizes and evaluates six upgradeability patterns, develops a measurement framework, and provides empirical data on the prevalence and control mechanisms of upgradeable contracts on Ethereum.
Findings
1. 1.4 million proxy contracts identified on Ethereum.
2. 8,225 unique upgradeable proxy contracts analyzed.
3. About 50% controlled by a single EOA, 14% by multi-signature wallets.
Abstract
A smart contract that is deployed to a blockchain system like Ethereum is, under reasonable circumstances, expected to be immutable and tamper-proof. This is both a feature (promoting integrity and transparency) and a bug (preventing security patches and feature updates). Modern smart contracts use software tricks to enable upgradeability, raising the research questions of how upgradeability is achieved and who is authorized to make changes. In this paper, we summarize and evaluate six upgradeability patterns. We develop a measurement framework for finding how many upgradeable contracts are on Ethereum that use certain prominent upgrade patters. We find 1.4 million proxy contracts which 8,225 of them are unique upgradeable proxy contracts. We also measure how they implement access control over their upgradeability: about 50% are controlled by a single Externally Owned Address (EOA), and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBlockchain Technology Applications and Security · Cryptography and Data Security · FinTech, Crowdfunding, Digital Finance
