Error! Invalid constructor arguments provided

Hello everyone ! I did my contract and on remix it’s ok but when i want to verify it on bscscan it tell me this error : “Error! Invalid constructor arguments provided. Please verify that they are in ABI-encoded format” so i want to know if someone can help me about this it’s very important ! here is the contract adress : 0x12e796f94dea96f1b288be6845a1291a800d390c thanks for ur help !

Hi, welcome! :wave:

Sorry, I am not familiar with the BSC-Chain, maybe you should ask for help in their forum: Home | Binance Chain Forum

And they have a documentation about how to verify contracts, maybe you can have a look at it:

It seems like you do not pass a right constructor argument, maybe you can use this tool to encode your constructor arguments: https://abi.hashex.org/

And maybe you should prepare your source code.