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