Skip to content

Commit

Permalink
Add function isHoldingEventNFTByAddress to IMintNFT.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
ikmzkro committed Feb 19, 2024
1 parent 4d8e01e commit fbb8f51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion circom
Submodule circom updated from ccc8cd to 6cf742
5 changes: 5 additions & 0 deletions hardhat/contracts/IMintNFT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ interface IMintNFT {
string memory _secretPhrase
) external;

function isHoldingEventNFTByAddress(
address _address,
uint256 _eventId
) external view returns (bool);

function name() external view returns (string memory);

function owner() external view returns (address);
Expand Down

0 comments on commit fbb8f51

Please sign in to comment.