public static function matchesPatternTrc20(string $address) : bool { return boolval(preg_match('/^T[1-9a-zA-Z]{33}$/', $address)); }