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: --> 639755a29c4bd759c814e164de73dbae9ba84f70dcc32c2dbc5b36847d150cd5:6:8 | 6 | adminRef.setPointsRate_stFlowHoldingTier(tierRate: { 7 | 0.0: 0.0, 8 | 1.0: 0.001 9 | }) | ^^ error: failed to force-cast value: expected type `{UFix64: UFix64}`, got `{String: Number}` --> 3ddb31a3880d1d8f.PPPV6:709:86 | 709 | emit PointsTierRateChanged(source: "stFlowHolding", ori: PPPV6._pointsRate["stFlowHolding"]! as! {UFix64: UFix64}, new: tierRate) | ^^^^^^^^^^^^^^^^^^