LockerFactory.sol

Issue 01

Type

Severity

Location

Status

Best Practice

Informational

setLocketImplementation()

✔️ Fixed

Description

Typo

General Note

The Proxy mechanism gives flexibility when trying to change the logic of a contract instantly. However, there are many pitfalls to be aware of when working with upgradeable contracts (such as https://docs.openzeppelin.com/upgrades-plugins/1.x/writing-upgradeable#modifying-your-contracts). For this reason, we recommend considering whether the benefits outweigh the downsides.

Last updated