How to verify contracts created using ClonesUpgradeable.cloneDeterministic?

@frangio is right in that there is no actual source code you could verify. The bytecode was written directly.

However, etherscan DOES recognize the minimal proxy, and will display them correctly if the underlying instance is verified

Example: https://etherscan.io/address/0x1bdafafbcef2d288bb4392650ae743b16cc96ce1#code

2 Likes