Reputation: 31
I deployed the smart contract on the blockchain with remix ide, when i want to verify it on the blockchain explorer it throws this error "Bytecode does not match, please try again."
I am trying to verify the standard pancakeswap factory contract
https://bscscan.com/address/0xBCfCcbde45cE874adCB698cC183deBcF17952812#code
pragma solidity =0.5.16;
I forked the code and deployed it and don't know how to fix the error.
Upvotes: 0
Views: 185