79550625

Date: 2025-04-02 12:32:02
Score: 1
Natty:
Report link
public static function matchesPatternTrc20(string $address) : bool 
{
    return boolval(preg_match('/^T[1-9a-zA-Z]{33}$/', $address));
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: buzz8year