What is the ProxyAdmin?

Hi @asmeedhungana,

The files stored in the .openzeppelin directory are described in the Configuration Files documentation.

ProxyAdmin is a contract that is an admin contract for your proxy contracts.
See ProxyAdmin for details.

The recommendation is to keep your public network files under version control. See Configuration Files in Version Control.

The proxy will emit an Upgraded event with the new implementation address so you could get all the events to see the implementations but there isn't a way to do this in the CLI.

1 Like