Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ A **log** is an event emitted from a successfully executed transaction. Example:

A **receipt** contains onchain details for any transaction. This may be useful for tracking onchain failures (reverted executions).

<Callout title="Contract Subscriptions is in Early Access" variant="info">

Please [contact us](https://thirdweb.com/contact-us) to enable this feature.

</Callout>

## Use cases

Your app may trigger an action when an onchain event occurs, such as:
Expand Down
Loading