ERC20 Verifier

Enter the address of an ERC20 contract to check if it conforms to the standard

The contract source code must be verified on etherscan, and be compiled with Solidity v0.4 or v0.5. This page uses tinchoabbate's slither-scripts to check whether a contract is a valid ERC20 or not using Slither. The script does not verify that the functions found behave as expected. It just checks for matching signatures, return types, existence of custom modifiers, event emissions, among others. These scripts may have bugs, use them at your own risk.

Have any feedback? Share any thoughts in the OpenZeppelin forum.