
OpenZeppelin Forum - OpenZeppelin Community Forum
OpenZeppelin Forum A place for developers to learn, discuss, and explore design patterns and best practices around Ethereum, Solidity, and smart contract development
A Collection of Gas Optimisation Tricks - OpenZeppelin Forum
Nov 29, 2021 · In the Ethereum smart contract world, every single wei counts! Therefore, it could be very valuable to have a specific list/collection of multiple gas optimisation tricks at hand. And that is …
Latest General topics - OpenZeppelin Forum
Jan 20, 2025 · Get to know the OpenZeppelin community and learn about upcoming events.
Latest Announcements topics - OpenZeppelin Forum
Oct 6, 2023 · Get the news about releases, content, projects, and events.
Latest topics - OpenZeppelin Forum
Nov 6, 2025 · A place for developers to learn, discuss, and explore design patterns and best practices around Ethereum, Solidity, and smart contract development
ReentrancyGuardUpgradeable still relavant in upgradable contracts ...
Nov 10, 2025 · 🔢 Code to reproduce 💻 Environment Hi, I noticed ReentrancyGuardUpgradeable.sol is no longer available within newer versions of OZ upgradable contracts. What is the alternative to use as …
Multi-signature wallet resources - General - OpenZeppelin Forum
Mar 19, 2021 · Using multiple signatures to execute sensitive transactions can make permissioned protocols more secure. It also increases their complexity because we now have to secure this extra …
Ethernaut Community Solutions - OpenZeppelin Forum
Aug 25, 2021 · Continuing the discussion from Ethernaut category, where @scammi compiled many solutions: Video walk-through: Status - Smart Contract Vulnerabilities: Ethernuats Tim Holmes Mitra - …
How to implement ERC20 supply mechanisms - OpenZeppelin Forum
Jan 26, 2019 · In this guide you will learn how to create an ERC20 token with a custom supply mechanism. We will showcase two idiomatic ways to use OpenZeppelin for this purpose that you will …
[korean]OpenZeppelin 컨트랙트에 연결하기(Linking OpenZeppelin …
Dec 26, 2019 · OpenZeppelin 컨트랙트에 연결하기 첫번째 튜토리얼에서, 새로운 OpenZeppelin SDK 프로젝트 설정하는 법과, 간단한 컨트랙트를 배포하는 법과, 업그레이드하는 법을 배웠습니다. 이제, …