Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 67f9a7c22a04de14810ee1416fcbf2d14ef6f0068f7c66622c17c1a41c4ca5af:47:8
|
47 | Inscription.mintInscription(
48 | recipient: self.recipientCollectionRef,
49 | amount: amount
50 | )
| ^
error: post-condition failed: Total supply must less than or equal to hard cap.
--> 88dd257fcf26d3cc.Inscription:208:12
|
208 | Inscription.totalSupply <= Inscription.hardCap: "Total supply must less than or equal to hard cap."
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^