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