Solidity Tutorial – All About Events

Jean Cvllr
10 min readJan 23, 2024
Photo by Clem Onojeghuo on Unsplash

In today’s article, we will look at Solidity event also known as logs when talking about more generically Ethereum and EVM. We will see how to use them, their definition and how logs are filtered using the event topic hash and signature, as well as some best practices regarding when these should be used.

We will also cover the check-event-interaction pattern, the famous pattern applied traditionally…

--

--