Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 8a0fce45d7534a699060519fa73986b1824e500c768f53ac9f69a0c84eec358c:29:26
|
29 | let collection <- eventRef.batchMintTicket(ticketTypeID: ticketTypeID, metadatas: metadatas, quantity: quantity)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 09e8665388e90671.TixologiTickets:406:47
|
406 | newCollection.deposit(token: <-self.mintTicket(ticketTypeID: ticketTypeID, metadata: metadatas[i]))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: pre-condition failed: Cannot mint the ticket: This TicketType doesn't exist.
--> 09e8665388e90671.TixologiTickets:373:28
|
373 | self.retired[ticketTypeID] != nil: "Cannot mint the ticket: This TicketType doesn't exist."
| ^^^^^^^^^^^^^^^^^^^^^