erc1967
Here are 13 public repositories matching this topic...
Language: All
Sort: Most stars
Implementation of the various upgradeable proxy pattern available with solidity: TransparentUpgradeableProxy, UUPSUpgradeable, Beacon, Diamond
-
Updated
Nov 3, 2022 - Solidity
Реализация обновления смартконтрактов через proxy-контракт ERC1967Upgrade, с контракт-админом proxyAdmin и без него.
-
Updated
Feb 5, 2022 - Solidity
A dive into the dark arts of EVM Proxies
-
Updated
Feb 18, 2023 - Solidity
This project demonstrates a modular and upgradeable smart contract architecture using the UUPS (Universal Upgradeable Proxy Standard) pattern. It leverages Foundry for fast development and scripting, and OpenZeppelin's upgradeable contracts for secure and efficient upgrade logic.
-
Updated
Apr 6, 2025 - Solidity
Implementation of UUPS where a proxy holds state while implementations (BoxV1→BoxV2) provide/upgrade logic; deploy script creates proxy and initializes it; upgrade script swaps implementation. Delegatecall example: A runs B’s code but stores results in A.
-
Updated
Feb 7, 2026 - Solidity
Upgradeable smart contracts in Vyper using ERC1967 proxy pattern (Moccasin deployment)
-
Updated
Jan 20, 2026 - Vyper
UUPS upgradeable fee vault using namespaced storage layout. Built with Solidity 0.8.30 & Foundry. Demonstrates secure upgrade authorization, state continuity across versions, pausable withdrawals, and withdrawal limits with comprehensive upgrade lifecycle tests.
-
Updated
Feb 8, 2026 - Solidity
-
Updated
Mar 21, 2022 - Solidity
Professional implementation of upgradeable smart contract system demonstrating mastery of UUPS proxy patterns, state persistence, and secure upgrade mechanisms. Built with industry best practices using Foundry & OpenZeppelin. Features comprehensive testing suite and automated deployment infrastructure.
-
Updated
Dec 26, 2024 - Solidity
A comprehensive demonstration of smart contract upgradeability patterns using Foundry, featuring UUPS (Universal Upgradeable Proxy Standard) and custom proxy implementations.
-
Updated
Dec 3, 2025 - Solidity
upgradeable smart contracts using the UUPS proxy pattern with Foundry
-
Updated
Jan 14, 2026 - Solidity
Improve this page
Add a description, image, and links to the erc1967 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the erc1967 topic, visit your repo's landing page and select "manage topics."