Skip to main content

Signature

IPolicyRegistry.sol

Description

Returns the current admin of policyId. Returns address(0) for built-in sentinels (ALWAYS_ALLOW, ALWAYS_BLOCK), renounced policies, unknown IDs, and malformed IDs. Never reverts.

Parameters

Returns

Access Control

Always callable. This read-only function is not gated by the ActivationRegistry.

Example

Usage Example