IntrospectionuseQuery
useDeploymentBlockNumber
Read the block number at which the singleton was deployed — useful as the fromBlock argument to getLogs when subscribing to events.
Import
@tokenops/sdk/fhe-disperse/reactReturn
{ data, isLoading, error, refetch }Lifecycle
IntrospectionDescription
Read the block number at which the singleton was deployed — useful as the
fromBlock argument to getLogs when subscribing to events.
Signature
@tokenops/sdk/fhe-disperse/react
ts
function useDeploymentBlockNumber(options?: BaseHookOptions): UseQueryResult<bigint, Error>;Example
@tokenops/sdk/fhe-disperse/react · @example
tsx
const { data: deployBlock } = useDeploymentBlockNumber();
publicClient.getLogs({ fromBlock: deployBlock, ... });Pulled directly from the hook's TSDoc block — the same snippet your IDE shows on hover.
See also
Other Introspection hooks in disperse: