The main difference between Transparent and UUPS proxy patterns is where the upgrade logic lives:
Transparent Proxy: in the proxy contract itself
UUPS Proxy: in the implementation contract
The main difference between Transparent and UUPS proxy patterns is where the upgrade logic lives:
Transparent Proxy: in the proxy contract itself
UUPS Proxy: in the implementation contract
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)