Skip to main content

Signature

IB20Factory.sol

Description

Returns true when token bears the 0xB2 address prefix (byte [0] is 0xB2, bytes [1:9] are zero). The check reads the address directly; it does not consult a registry or any on-chain state. Never reverts.
isB20 is a prefix-only check. It can return true for an address the Factory has not yet created. Use isB20Initialized when you need to confirm the token is live, that stronger check also requires the 0xef bytecode stub the Factory plants during createB20.

Parameters

Returns

Access Control

View, no access restriction.

Policy Interaction

No policy interaction.

Example

Usage Example