Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 6ad76a0e32f2d4f0a84f5edf695903855d61bd7a9c7226b5f494851b2da6e051:26:16
|
26 | let nfts <- collection.withdrawBulk(withdrawIDs: ids)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 09e04bdbcccde6ca.Gamisodes:269:25
|
269 | tokens.append(<- self.withdraw(withdrawID: withdrawIDs.removeLast()))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: pre-condition failed: NFT 86029 does not exist in collection.
--> 09e04bdbcccde6ca.Gamisodes:256:22
|
256 | self.ownedNFTs[withdrawID] != nil
| ^^^^^^^^^^^^^^^^^^^