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