The internal function _beforeTokenTransfer ignores the use of address(0).
As how it is now the two if statements wont be triggered on address(0) and the function will finish successfully.
Consider applying a check, which will revert if the from or to address are set as the zero address and remove
the two if statements:
