Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> a8519a12d4c3f71ac60ab394b740834fdfa7ece9007bf51a7a8f3cf665697f10:58:8
|
58 | indexer.mint(ins: self.ins)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: assertion failed: The token has reached the max supply
--> d2abb5dbf5e08666.FRC20Indexer:287:12
|
287 | assert(
288 | tokenMeta.supplied < tokenMeta.max,
289 | message: "The token has reached the max supply"
290 | )
| ^