Further reading
- The Solidity docs have a good introduction to events at https://docs.soliditylang.org/en/v0.8.9/contracts.html#events.
- More details about the web3.js library are available at https://web3js.readthedocs.io/en/v1.7.0/.
- Information about another library that can help watch for events, known as
ethers.js
, is available at https://web3js.readthedocs.io/en/v1.7.0/.
Exception handling
Events and logging
Chapter 8: Exceptions, Events, and Logging
Events and logging