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

Allow external access to retrieve whether or not a person is a participant in the event. #432

Open
yawn-c111 opened this issue Oct 3, 2023 · 0 comments
Labels

Comments

@yawn-c111
Copy link
Collaborator

yawn-c111 commented Oct 3, 2023

改善詳細 / Details of Improvement

  • イベントオーナーや外部コントラクトからMintRallyの該当イベントの参加者の情報を取得しやすいように関数を追加する
  • イベントの参加者がそのイベントに参加したかを外部から取得する関数を作る

期待する見せ方・挙動 / Expected behavior

  • isParticipant(address _addr, uint256 _eventId) returns (bool) のような形で 指定されたアドレスがイベントIDを持っているかどうかをチェックする
  • IMintNFT.sol にこの関数のインターフェースを追加する

動作環境・ブラウザ / Environment

  • スマコン
yu23ki14 added a commit that referenced this issue Mar 16, 2024
Allow external access to retrieve whether or not a person is a participant in the event.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant