Signature
IB20Factory.sol
Description
Returns whethercreateB20 has run to completion at token. Flips exactly once,
the moment the creating createB20 call returns. Never reverts.
Param: token Address to check.
Return: Whether token is an initialized B-20.
Access Control
Read-only or ERC-20-standard access rules unless the NatSpec states otherwise.Policy Interaction
No direct policy interaction.Example
Usage Example