Verify ERC20 token on Etherscan that was deployed through remix

Hi @jaykch,

:warning: We should only use official releases of OpenZeppelin Contracts. When using GitHub imports we should always specify the tag of an official release.

Your contract was deployed using the master branch which is subject to change, so depending on when you deployed, this code could have changed, making it challenging to verify.

When did you deploy?

Remix now supports @ imports.

I recommend verifying using Hardhat (or Truffle if you deployed with Truffle) rather than flattening: Verify smart contract inheriting from OpenZeppelin Contracts. You convert your GitHub imports into npm imports, but you would need to know if your deployed code was part of a specific release.