Hello there,
I'm trying to create my own token with a simple contract that will have the following tax fees:
2% to Charity Wallet - 2% to Marketing Wallet - 4% to LP - 2% to Holders
and the following functions:
Burnable
Operable (ERC1363) - Optional
Token Recover (return any BEP20 sent to contract in case of error)
Ownable (obviously)
1b supply - 18 decimals
Could anybody help me please?
Regards,
stop dev