Only owner wallet is able to trade on Pancakeswap

Hey guys!

I've forked a contract and deployed on the Binance testnet with a supple of 100Mil,
Then I added liquidity to the entire supply to allow trade.
I am able to buy and sell using the owner/deployer wallet but if I try any other wallet I get this error message from pancakeswap - (The transaction cannot succeed due to error: undefined. This is probably an issue with one of the tokens you are swapping)

I've tried deploying 5 different contracts and all seem to have the same issue & error message. Is there something I'm missing here that I need to look at after deploying and verifying the contract??

Thank you!

Hello. Post the code and I'll check. Maybe I can tell you what the problem is

it may be an scam contract that just allows the owner to trade. You can look up the transfer function if there is something like an onlyOwner modifier

1 Like