getClaimConditionById

Calls the "getClaimConditionById" function on the contract.

Example

import { getClaimConditionById } from "thirdweb/extensions/erc20";
const result = await getClaimConditionById({
contract,
conditionId: ...,
});

Parameters

Returns

The parsed result of the function call.