v0 with a variable with value = 1 for example: uint256 _boolCount = 1
                  
                  
                  When I upgrade the contract to v1 and I modify the variable value to 2 for example: 
                  
                  
                  uint256 value=2 
                  
                  
                  Does the new implementation overwrite the previous implementation of that variable?
                  
                  
                
No, as the implementation storage won't be used by the proxy
Обсуждают сегодня