Signature
IB20Factory.sol
Description
Returns the deterministic addresscreateB20 would assign for (variant, sender, salt). Never reverts.
B20 addresses are deterministic: [B20 prefix (10 bytes)][variant byte (1 byte)][bytes9(keccak256(deployer, salt))]. The variant byte is recoverable from the address, so off-chain tooling can identify the variant without an RPC call.
Parameters
Returns
Access Control
Read-only. No role required.Policy Interaction
No direct policy interaction.Example
Usage Example