TOO_COMPLEX
This transaction is too complex it does too much logic or read/write to much data.
[Error Code: 1110] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 56bc7500aace5ccb618c50d5ec882b0c66e2fe007cafee402ed711a7525e8523:28:19 | 28 | let nft <- self.gameRef.play( 29 | fastBreakGameID: self.fastBreakGameID, 30 | topShots: self.topShotMomentIds 31 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 0b2a3299cc857e29.FastBreakV1:436:37 | 436 | let existingSubmission = fastBreakGame.getFastBreakSubmissionByPlayerId(playerId: self.id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: failed to retrieve slab 0xb2a3299cc857e29.1192435: get value failed: [Error Code: 1110] computation exceeds limit (9999) --> 0b2a3299cc857e29.FastBreakV1:236:12 | 236 | let fastBreakSubmissions = self.submissions | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^