No one can buy zeno tokens at exactly endTime
, even though getPrice() still provides a valid price because the modifier uses < not <=.
The modifier
modifier whenActive()only allows for buying at exactly less than
endtime`
however getPrice
still appears to get zeno token price at the endtime and return it to the buy
function
hence buyers will be able got get the prices at endtime but will not be able to purchase the tokens
manual search
change the modifier sign of state.endTime
from < to <=
or
getPrice state.endTime
from > to >=
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.