Style guide

event

smart-contractsstandardtranslate

Definition

A logging mechanism in Solidity. Emitting an event writes an entry to the transaction's logs, which offchain applications can index and subscribe to but contracts cannot read back.

Note

Includes variant: "events".