maxSupply
can be exceeded
#146
Labels
1 (Low Risk)
Assets are not at risk. State handling, function incorrect as to spec, issues with comments
bug
Something isn't working
sponsor acknowledged
Technically the issue is correct, but we're not going to resolve it for XYZ reasons
Handle
0x0x0x
Vulnerability details
Lets say there is already as many tokens as
maxSupply
. A user callsburn
withamount = 1
.handleFees
create more than 1 token. Therefore,maxSupply
is exceeded. Furthermore, the same can also happen again, whenmaxSupply
is already exceeded.The text was updated successfully, but these errors were encountered: