I've been trying to verify my contract on BSCscan but I keep getting this error and compiler warning. Please can anyone help?
Error! Unable to generate Contract ByteCode and ABI (General Exception, unable to get compiled [bytecode])
ParserError: Source "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol" not found: File import callback not supported
--> myc:4:1:
|
4 | import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol"