Decast-Gating-Document
  • References
  • Storage-Variables
  • State-Update-Functions
    • registerEvent
    • mintTicket
    • mintTicketPayable
    • registerAccessLevels
    • setMintingApproval
    • withdrawCollectedAmountForEventId
    • setBaseURI
    • transferOwnership
  • Internal-Functions
    • _mintTicket
  • Helper-View-Functions
    • generateTokenId
    • getTokenIdOfAnEventManager
    • getTokenIdOfAccessLevel
    • checkIfCallerIsEventManager
    • checkTokenIdExistsForEventId
    • checkAccessLevelExists
    • balanceOf
    • balaceOfBatch
    • exists
    • owner
    • totalSupply
    • uri
  • Getter-View-Functions
  • Helper-Pure-Functions
Powered by GitBook
On this page
  1. Helper-View-Functions

balaceOfBatch

This view function is similar to balanceOf function but it takes array in the parameters:

  • address: An Array of User Addresses.

  • id: An Array of Token Ids.

PreviousbalanceOfNextexists

Last updated 1 year ago