Ethers.js: Watch events - How to avoid on load eventNovember 02, 2022Ethers.js allows you to watch events on Solidity that are emitted from blockchains. Prerequisite Let's say you have the SimpleAuction contract that emits Highe…