Can't Verify Contract Source Code on BSC-Chain

Hello, I would like to change some info of my Token that is deployed on the Bscscan.com website, but I can’t seem to verify it, I have imported .json files, .sol files aswell as pasted my contract source code directly from Remix.

When I choose to verify with .json files, this error comes up:

‘‘Error! Unable to generate Contract ByteCode and ABI’’
Compiler Warning(s):
Unknown key ‘‘abi’’


When I try verifying with just copy + pasting the source code directly from remix, this comes up

Error! Unable to generate Contract ByteCode and ABI
Compiler Warning(s);
Source ‘’(github link)’’ not found: File import callback not supported → myc:4:1:

…huh?

Please help, thank you.

Contract address: 0x05c662050fea040402170a30a777cb53c8374041

Hi, welcome! :wave:

Sorry, I am not familiar with the BSC-Chain, maybe you should ask for help in their forum: Home | Binance Chain Forum

And they have a documentation about how to verify contracts, maybe you can have a look at it:

And you should share your source code.