Creates an event object for the ClaimConditionsUpdated event.
import { getContractEvents } from "thirdweb";import { claimConditionsUpdatedEvent } from "thirdweb/extensions/erc721"; const events = await getContractEvents({ contract, events: [claimConditionsUpdatedEvent()],});
The prepared event object.