RecordEvent

Git Source

In the realm of Half Baked Heroes, the RecordEvent struct serves as a chronicle for the illustrious achievements of the mightiest among players. It's not just data; it's a narrative woven into the very fabric of this epic saga.

This struct is used to log the ascension of a player to the zenith of hero collection.

struct RecordEvent {
    address playerOne;
    uint80 dateTime;
    uint16 heroesCount;
}