IonutV
IonutV

Reputation: 31

Error when verifying deployed factory smart contract on explorer with remix

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

Answers (0)

Related Questions