Real-world upgraded smart contracts based on OpenZeppelin or AragonOs?

Specifcally, I want to know how popularity the upgraded smart contarcts are, and are there many these contracts in real world ? moreover, I do not know where I can get these contracts

1 Like

Hi @Uptre,

Welcome to the community :wave:

Some examples of projects using upgradeable contracts:

Unlock shared in the #general:showcase how they use upgradeability: Unlock: The Protocol for Memberships

PoolTogether use upgradeable contracts and they have blogged on how they use them: https://medium.com/pooltogether/a-simple-explanation-of-risks-using-pooltogether-fdf6fecd3864

Coinbase and Circle’s USDC use ZeppelinOS (now called OpenZeppelin SDK) proxy: centrehq/centre-tokens

Let me know if you need more information.

Hi @Uptre,

Checking to see that I answered your question?

Thanks very much. I get some examples from your replys. But more specifically, I want to collect as many as upgradeable smart contracts, so is there any way to achieve that? For example, do they involve any same feature, so that i can pick out them from all ethereum smart contract

1 Like

Hi @Uptre,

How are you looking for these contracts?

You could look at the dependents of OpenZeppelin SDK:

If searching on GitHub you could look for contracts that import Initializable.sol

Thanks for your patient and kind suggestions. I’ll try to find them considering references you provided, which helps me a lot!:laughing:

1 Like

Let me know if you have any questions.