Skip to main content

Signature

IB20.sol

Description

Policy slot consulted against from by seizeWithMemo. A from is seizable only when isAuthorized(policyId, from) returns false. This uses the inverse of the normal transfer-style gating: accounts are seizable when isAuthorized(...) returns false, not true. An unset slot reads as 0 (always-allow), so no account is seizable until an issuer explicitly configures the slot.

Returns

Policy scope constant.

Access Control

Read-only or ERC-20-standard access rules unless the NatSpec states otherwise.

Policy Interaction

No direct policy interaction.

Example

Usage Example