Cannot verify contract with Error in Contructor Arguments Box on bscscan

cannot verify a contract that I am trying to copy for a crowdsale. I keep getting an error in constructor arguments.

:computer: Environment
Remix, truffle, BSC

:memo:Details
I can compile the contract and deploy it but I go to verify and I get the same error.

:1234: Code to reproduce

1. Deploy over remix the following contract:

2. Fill in these values for parameters when deploying:

tokenwallet: 0x36C0838be513130433579F4F9F73F4e20E0e1F61
usdwei: 7633587786259542
WALLET: 0x9b17c15179771ecddDe79216d0d6993fC45c7332
token: 0xb2824f97F002a9c176C232eF3E8A130391a7F912
tokensaleprice: 90

3. try to paste code into remix to verify

(my contract is deployed here for reference: 0x8B2b041Ae0bE0941d10267FCed2af0380443AA28)

1 Like

3. try to paste code into remix to verify
(my contract is deployed here for reference: 0x8B2b041Ae0bE0941d10267FCed2af0380443AA28)

Is this a contract address? 0x8B2b041Ae0bE0941d10267FCed2af0380443AA28

BTW, maybe your constructor parameter is 00000000000000000000000036c0838be513130433579f4f9f73f4e20e0e1f61000000000000000000000000000000000000000000000000001b1eb5285c9c560000000000000000000000009b17c15179771ecddde79216d0d6993fc45c7332000000000000000000000000b2824f97f002a9c176c232ef3e8a130391a7f912000000000000000000000000000000000000000000000000000000000000005a

1 Like

binance smart chain: https://testnet.bscscan.com/address/0x8B2b041Ae0bE0941d10267FCed2af0380443AA28#tokentxns

1 Like

Ohhhh, it is on the testnet, done!

1 Like