Docs

useContractEvents

Watches contract events and returns the logs.

Example

import { useContractEvents } from "thirdweb/react";
const contractEvents = useContractEvents({ contract });

Parameters

Returns

The contract events of the watched contract events.