setHousePrice function leads to price missinterpretation since one updated item will say all other prices were also updated.
The `setHousePrice` function can update any tokenId price but it also sets lastUpdateTimestamp
so it gives the impression that all token ids were updated too at that timestamp but only one of them was.
users will assume that all of the _tokenId were updated at that lastUpdateTimestamp but it was probably not.
Manual
add a mapping for every single tokenId to track their own time of price update.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.