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