pub fn is_tip20_prefix(addr: Address) -> bool
Returns true if addr has the TIP-20 token prefix.
true
addr
NOTE: This only checks the prefix, not whether the token was actually created. Use TIP20Factory::is_tip20() for full validation.
TIP20Factory::is_tip20()