useClaimIneligibilityReasons
Get the reasons why a specific wallet can't claim
Example
const {
data: claimIneligibilityReasons,
isLoading,
error,
} = useClaimIneligibilityReasons(contract, {
walletAddress: "{{wallet_address}}",
});
Parameters
Returns
a response object with the reasons for the claim ineligibility