How to change values from a contract?

Hello People,

I have tried to to copy a bep-20 token just to check if it works.
I have copied the contract to remix, compiled it, than deployed it on bscscan.
Then i startet to verify on bscscan. I have added again the contract. then it asks for ABI. I also copied the abi from the copied token.
But now a error happend: Error! Invalid constructor arguments provided. Please verify that they are in ABI-encoded format

This is the contract i tried to copie: https://bscscan.com/address/0x5610bf2bf5abe5750bdbce311631dee2afa2cd24#code

How can i now set my own values and token name? I thought i can just copie it and than under the section write contract adding my settings with burn fee charityfee redistribution fee and so on. Do i have to set my values in the ABI? if yes, how?:smiley: