Test Your ERC Tokens

Here is an example for an ERC-20 token. You can find other addresses on Etherscan.io.
ERCx checks the conformance and important properties of a contract to ERC (Ethereum Request for Comments) standards. For ERC-20, we check properties of state variables, behaviors of transfers and approvals, contract balance, expected event emissions, and usage of the zero address.

Copy/Paste your contract code below:

The above code is an example.

Your code doesn't meet the requirements