Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 16df0d99241cf851e1dffd808761149f6618e547a1e02c8280c0ea3e9843114a: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."
| ^^^^^^^^^^^^^^^^^^^^^