Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Latest commit

History

History
22 lines (11 loc) 路 465 Bytes

File metadata and controls

22 lines (11 loc) 路 465 Bytes

events, tx, topics


  • 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)


ethereum transactions