this is derived contract address: https://bscscan.com/address/0x69dfdb3184cd66ceed10f2768abb5297745b5020, which is derived through new BeaconProxy(...) from https://bscscan.com/address/0xbf4f2e1ddf6dcddcd50bfca23ddc8b36e3ac9a7e (factory contract)
please help me to verify beaconProxy Contract on bscscan.com, thanks
Hello,
You should be able to verify the contract created by the factory using the same method as you did for the factory.
For example, if you used foundry for your project, you can run the command:
$ forge verify-contract 0x69dfdb3184cd66ceed10f2768abb5297745b5020 --constructor-args $(cast abi-encode "constructor(address)" <INITIAL_OWNER>) ProxyAdmin
hi sir, what i want to verify is beaconProxy, and i use hardhat, is forge really can help me in this matter?