Skyge
December 27, 2021, 12:28am
2
Hi, welcome!
I think you can have a look at this tutorial:
Make sure to read this post before asking a question about verification. If your issue is not addressed here, just leave a comment below.
If you want to pay someone to do the verification for you, create a post in Developer Wanted .
This guide applies to all Etherscan instances , including all of the following as well as their testnet explorers:
etherscan.io (Ethereum)
bscscan.com (Binance Smart Chain)
polygonscan.com (Polygon)
snowtrace.io (Avalanche)
Recommendations
Practice in testnet
Be…
And for the next time, please search at the forum at first, and then ask questions, thanks!
How do I ask a good question? - General / Meta - OpenZeppelin Community
bb27
December 27, 2021, 1:19pm
3
Hi Skyge, sorry to harras you but i cant seem to verify my newly deployed contract on BSCscan. I cant seem any info to help me do so. this is before i learnt about fattening the contract. Can you please help me? I keep getting a parselError.
0x790eda33871e14a95c33b760014ee36c5ecf6cdc
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol ";
contract Muresk is ERC20 {
constructor(uint256 initialSupply) public ERC20("Muresk", "MUSK") {
_mint(msg.sender, initialSupply);
}
}
frangio
December 27, 2021, 3:40pm
4
@bb27 Follow the links and read everything. There is definitely info to help you.
Make sure to read this post before asking a question about verification. If your issue is not addressed here, just leave a comment below.
If you want to pay someone to do the verification for you, create a post in Developer Wanted .
This guide applies to all Etherscan instances , including all of the following as well as their testnet explorers:
etherscan.io (Ethereum)
bscscan.com (Binance Smart Chain)
polygonscan.com (Polygon)
snowtrace.io (Avalanche)
Recommendations
Practice in testnet
Be…