Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nfts): trailblazers "registerEvent" contract #18198

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

KorbinianK
Copy link
Contributor

@KorbinianK KorbinianK commented Oct 2, 2024

Users can claim some points for participating in a previous season but must register their wallet address.

The setup should be generic enough to allow any type of event to be registered for.

Note: actual points distribution is done off chain

@KorbinianK KorbinianK self-assigned this Oct 2, 2024
@KorbinianK KorbinianK changed the title feat(nfts): Trailblazer "registerEvent" contract feat(nfts): trailblazers "registerEvent" contract Oct 2, 2024
Copy link

openzeppelin-code bot commented Oct 2, 2024

feat(nfts): trailblazers "registerEvent" contract

Generated at commit: 97ee0a7e42a045cdf4c7d10e4a3129c553cb1edb

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
3
3
0
7
42
55
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

@KorbinianK KorbinianK marked this pull request as ready for review October 3, 2024 21:21
Comment on lines +23 to +32
struct Event {
uint256 id;
///< Unique identifier for the event.
string name;
///< Name of the event.
bool exists;
///< Flag indicating whether the event exists.
bool registrationOpen;
}
///< Flag indicating whether registrations are open for the event.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor reorder comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants