...nterest();
// mintFresh emits the actual Mint event if successful and logs on errors, so we don't need to
mintFresh(msg.sender, mintAmount);
}
```
查看 `mintInternal` 的调用栈:
; // permissioned Cannon game type (or whichever game type is chos...