The bid
function wrongly uses the transfer
function instead of transfer_from
to transfer users bid
In the bid
function implementation, transferring ERC20 tokens from a user was done with transfer
instead of transfer_from
If the contract has enough tokens, tokens will be transferred to the bidder from the contract instead of transferring from the bidder or the transaction will fail if the contract otherwise.
Manual
Replace transfer
with transfer_from
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.