Hi @abcoathup i deployed the contract using Remix , its an openzeppelin inherited contract, How can i verify it?
@abcoathup Could you please help? i was not able to verify the contract after deploying it from remix
i flattened the contract using truffle flattener and pasted the flattened code in remix and it compiled and deployed successfully, but getting error while verifying
@senavi Hey, could you please show your code, so we can have a look what is wrong with it?
Hey @Skyge i was able to verify once i select optimization as No
It depends on how do you deploy your contracts.
Hi @senavi,
Welcome to the community
Glad you were able to verify. (Thanks as always @Skyge )
The current best way to verify is as follows: Verifying a contract inheriting from OpenZeppelin Contracts
A post was split to a new topic: How to set MINT_ROLE in a grantRole function of accesscontrol