getPrice()
will return the wrong value as i_price
getPrice()
returns i_price
and i_price
can be set at the deployment of the contract. initially i_price
will be a token balance deposited to the contract. But if the Buyer transfers tokens directly to the contract, it will not update the i_price
, and getPrice()
will return the wrong old value.
getPrice()
will return the wrong value, which can affect displaying the wrong value and affect user experience.
Manual Review
return the contract token balance
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.