Misalignment in Documentation and Smart Contract
In the documentation is noted that users are allowed to buy presents for 2e18
of SantaToken
s, but the burn
function in SantaToken
will burn only the 1e18
token, while the mint
function in the same contract will mint 1e18
of a SantaToken
If a protocol is implemented as intended EXTRA_NICE
won't be able to buyPresent
for others as collectPresent
will mint only 1e18
of SantaToken
s
Manually
Keep the present price of 1e18
or update the burn
and mint
functions to 2e18
of SantaToken
burn
function update
mint
function 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.