is_tip20_prefix

Function is_tip20_prefix 

Source
pub fn is_tip20_prefix(token: Address) -> bool
Expand description

Returns true if the address has the TIP20 prefix.

Note: This only checks the prefix, not whether the token was actually created. Use TIP20Factory::is_tip20() for full validation (post-AllegroModerato).