ReaduseQuery

useFactoryFeeCollector

Read the factory's current fee collector address — the account authorized to call withdrawGasFee on each deployed airdrop clone.

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

Description

Read the factory's current fee collector address — the account authorized to call withdrawGasFee on each deployed airdrop clone.

Signature

@tokenops/sdk/fhe-airdrop/react
ts
function useFactoryFeeCollector(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 useFactoryFeeCollector; pick another from the dropdown if you'd rather start there.

Example

@tokenops/sdk/fhe-airdrop/react · @example
tsx
const { data: feeCollector } = useFactoryFeeCollector();

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

See also

Other Read hooks in airdrop: