CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 7142e93a9a18e2070c59cc2159d88c56be098a80bee0159cb767ff87a56b9f4f:51:53
|
51 | let rightProposedNfts: [Swap.ProposedTradeAsset] = mapNfts(ownerAddress: rightUserAddress, rightUserNfts)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 7142e93a9a18e2070c59cc2159d88c56be098a80bee0159cb767ff87a56b9f4f:32:3
|
32 | inputNfts.forEachKey(fun (key: String): Bool {
33 |
34 | for nftID in inputNfts[key]! {
35 |
36 | proposedNfts.append(Swap.ProposedTradeAsset(
37 | nftID: nftID,
38 | type: key,
39 | collectionData: collectionDataMap[key] ?? panic("no collection data for: ".concat(key))
40 | ))
41 | }
42 |
43 | return true
44 | })
| ^^
error: panic: no collection data for: A.0b2a3299cc857e29.TopShot.NFT
--> 7142e93a9a18e2070c59cc2159d88c56be098a80bee0159cb767ff87a56b9f4f:39:48
|
39 | collectionData: collectionDataMap[key] ?? panic("no collection data for: ".concat(key))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Arguments:
rightUserAddress:
0xed8be3f8f6c95e57
A.e4cf4bdc1751c65d.AllDay.NFT:
[4830798]
A.0b2a3299cc857e29.TopShot.NFT:
[5113818,14356919,18273112,20117903,7972628,9798658]