Question on a problem i'm facing while trying to verify contract in bsc scan

Hi everyone, I'm trying to verify my contracts in Bsc scan but I'm getting the error you can see in the follow image:


How can I get rid of this king of problem?

The compiler on the BSC scan side doesn't import external libraries as your local compiler or Remix does. Therefore, you'll need to flatten the contracts first.

Many thanks @maxareo

1 Like

Please search the forum and you should find our guide: