Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 177b23b505ca9f332abb1a9ddfafd993f5a9b1e30f273d53efa748cf9feae807:47:4
|
47 | self.FLOATEvent.claim(recipient: self.Collection, params: params)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 2d4c3caffbeab845.FLOAT:792:12
|
792 | self.verifyAndMint(recipient: recipient, params: params)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 2d4c3caffbeab845.FLOAT:763:29
|
763 | let id: UInt64 = self.mint(recipient: recipient, optExtraFloatMetadata: optExtraFloatMetadata)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: pre-condition failed: Only 1 FLOAT allowed per user, and this user already claimed their FLOAT!
--> 2d4c3caffbeab845.FLOAT:703:16
|
703 | self.userCanMint(address: recipient.owner!.address): "Only 1 FLOAT allowed per user, and this user already claimed their FLOAT!"
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^