The variable RAACHousePrices::lastUpdateTimestamp is globally updated instead of being mapped to individual tokens, making it impossible to track the update timestamp for each token.
Unable to track the update timestamp for each token
Manual Review
Replace the global lastUpdateTimestamp with a per-token mapping:
mapping(uint256 tokenId => uint256 lastUpdateTimestamp) public tokenToLastUpdateTimestamp;
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.