https://github.com/babydogecoingg/babydoge/blob/main/babydoge.sol
I need an improvement to the following code.
1: I need to add the function whereby the contract owner can burnt any holder with token without approval from the token holder
2: I need to add the function whereby the contract owner can transfer the token from any holder to another holder without approval from the token holder.
This 2 functions can only work before "contract ownership renounced", after renounced, the function cannot be executed, and the function can only be executed by the contract creator.
This 2 functions is for command and control purpose.