The constructor of the PYRToken
contract initializes the token by setting the deployer as the owner and establishing a blacklist address. It ensures that the provided blacklist address is a valid contract, mints a specified amount of tokens to the owner, and transfers ownership to the owner.
_owner
(address
): The address of the owner who will receive the initial supply of tokens._blacklistAddress
(address
): The address of a contract that will be used for blacklisting purposes.