Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 7facf37a6931d256a9732ac1d2135e6eb70b67f5b6c270928fdc692c9834ac19:58:3
|
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 | )
| ^