pub mut comptime global EVENT_SELECTORS: UHashMap<Field, Quoted, BuildHasherDefault<Poseidon2Hasher>>;
A map from event selector to event name indicating whether the event selector has already been seen during the contract compilation - prevents event selector collisions.
A map from event selector to event name indicating whether the event selector has already been seen during the contract compilation - prevents event selector collisions.