mvonsteinkirch 3e372084f6 yay
2022-12-24 20:34:35 -08:00
..
yay
2022-12-24 20:34:35 -08:00

events and topics

tl; dr

  • solidity provides two types of events:
    • anonymous: 4 topics may be indexed, and there is not signature hash (no filter)
    • non-anonymous (default): up to 3 topics may be indexed, since the first topic is reserved to the event signature (filter)


resources