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