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/reactReturn
{ data, isLoading, error, refetch }Lifecycle
IntrospectionDescription
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>;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:
useFactoryInitCodeHashRead the init-code hash the factory would use to CREATE2 a manager clone with the given token + deployer (+ optional immutable flags).useManagerDeploymentBlockNumberRead the manager clone's immutable DEPLOYMENT_BLOCK_NUMBER — the block at which the factory deployed this clone via LibClone.useRoleConstantsRead all eight AccessControl role hashes off the manager in one fan-out.