idyllsss
Results
1
issues of
idyllsss
**🧐 Motivation** My concern is whether it is reasonable to forcibly generate a new `ProxyAdmin` in the constructor of `TransparentUpgradeableProxy.sol`: **📝 Details** https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/proxy/transparent/TransparentUpgradeableProxy.sol ```solidity constructor(address _logic, address initialOwner, bytes memory...