Getter-View-Functions
This page includes all Getter View Functions
getTokenIdsFromEventId: This view function retrieves an array of token IDs associated with a specific event. It takes one parameter:
_eventId
: The unique identifier for the event.
getAccessLevelsFromEventId: This view function retrieves an array of access levels associated with a specific event. It also takes one parameter:
_eventId
: The unique identifier for the event.
getTicketPriceFromTokenId: This view function retrieves the ticket price associated with a specific token ID. It takes one parameter:
_tokenId
: The token ID for which to retrieve the ticket price.
getWhitelistBooleanFromTokenId: This view function retrieves the whitelist status associated with a specific token ID. It takes one parameter:
_tokenId
: The token ID for which to retrieve the whitelist status.
getMintingApproval: This view function retrieves the minting approval amount granted to a user for a specific token ID. It takes two parameters:
_userAddress
: The address of the user for whom to retrieve the minting approval._tokenId
: The token ID for which to retrieve the minting approval.
getCollectedAmountForEventId: This view function retrieves the total collected amount for a specific event. It takes one parameter:
_eventId
: The unique identifier for the event.
Last updated