Why Constructors Are Not Used in Implementation Contracts
Introduction
In traditional Solidity contracts, a constructor is a special function that runs once during deployment to initialize state variables. However, when it comes to upgradeable smart contracts—where logic is separated from state via a proxy—...
akanimorex.hashnode.dev4 min read