Skip to content

Commit

Permalink
Update Events.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 authored Jun 21, 2023
1 parent d00ffc9 commit 143149a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ In the Ethereum Blockchain, each transaction has an attached receipt which conta

## Anonymous Events

Events can be declared as `anonymous` in Solidity. By default, all events will have a topic, which is the function signature. Use anonymous to log events without a topic. Anonymous events will also be part of the ABI.
Events can be declared as `anonymous` in Solidity. By default, all events will have a topic, which is the event signature. Use anonymous to log events without a topic. Anonymous events will also be part of the ABI.

```solidity
event Message(
Expand Down

0 comments on commit 143149a

Please sign in to comment.