File import callback not supported Context.sol

A post was split to a new topic: Can’t verify contracts on the BSC-Chain

10 posts were split to a new topic: Can’t verify contracts on the BSC-Chain

Hi @abcoathup

I am struck on kinda same problem can you check whats the problem and verify it as well . Thanks in advance.

Remix IDE: Solidity
Contract address: 0xcc520a06986db2350224d8e128ab4e08cd94e549
Compiler version: 0.8.1
Total Supply: 10,000,000,000
Code:

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol";

contract messengerToken is ERC20 {
constructor(uint256 initialSupply) ERC20("Messenger Token", "MSG") {
_mint(msg.sender, initialSupply);

       }
    
}

bro same problem here also posted before but no reply!!!!! HELP ME TOO to verify it on bsc scan bro @935782 @madeindreams 4039570092 :canada: to whatsapp anyone guys

Hi i have created a new token which is approved with pancake and liquidity supply also done

Now the token need to verify with bscscan
So getting error

In constructor and spdx license how do i solve this issue

I need help immediately i need response
How to verify also


I am facing the same problem using the suggestion from here.