Spare Flaxen Terrier
Medium
The missing check of lastestNounId is large than zero after lastetNounId - 1. And if lastetNounId is 0, actually the function should return a non-empty result. While this function will return a meaningless result.
If we only created 1 auction and not settled it. The latestNounId -= 1, and it will be zero. And the settlementHistory is empty. And the function will return a meaningless result.
No response
No response
No response
No response
No response
No response