I forked the following contract: https://bscscan.com/address/0x4b8f0bc4e86ea14b0c22d356af927bd7a43ac2c6#code
The fork is this: https://testnet.bscscan.com/address/0x9fd2e944e5ed90f212283523ff0e99149ecea0ad#code
The error that appears is this:
However, I don't know how many times I've forked that contract and I'm trying to verify.
The code is 100% the same as implemented in REMIX (exactly the same, I have already created others and it is still not being verified in BSCSCAN). That is, I implement the contract and simply copy exactly what is in the REMIX, but the BSCSCAN does not check correctly.
The only actual code change is the PancakeSwap Testnet route address.
Specifications used are exactly the same as the original.
- Code fork 100% the same as the original
- Compiler Version: v0.8.4+commit.c7e474f2
- Optimization Enabled: True
- Runs: 200
How to resolve this situation?