IntrospectionuseQuery

useConfidentialVestingFactoryImplementation

Read the FHE-vesting factory's current implementation() address — the LibClone target every new manager clone delegates to.

Import
@tokenops/sdk/fhe-vesting/react
Return
{ data, isLoading, error, refetch }
Lifecycle
Introspection

Description

Read the FHE-vesting factory's current implementation() address — the LibClone target every new manager clone delegates to.

Signature

@tokenops/sdk/fhe-vesting/react
ts
function useConfidentialVestingFactoryImplementation(options?: BaseHookOptions): UseQueryResult<Address, Error>;
Want to run a similar shape interactively? The Playground ships 8 ready presets across vesting / airdrop / disperse — deploy a manager, create a vesting, claim, and the airdrop / disperse equivalents. The deep-link above auto-selects the closest preset to useConfidentialVestingFactoryImplementation; pick another from the dropdown if you'd rather start there.

Example

@tokenops/sdk/fhe-vesting/react · @example
tsx
const { data: implementation } = useConfidentialVestingFactoryImplementation();

Pulled directly from the hook's TSDoc block — the same snippet your IDE shows on hover.

See also

Other Introspection hooks in vesting: