settleAskMaker()
and settleAskTaker()
doesn't work with wrappedNativeToken
.
settleAskMaker
is implemented as:
In the tillIn()
function, if tokenAddress == wrappedTokenAddress
,
msg.value
is used and it is wrapped. But settleAskMaker()
is not a payable function and msg.value
can't be sent to tokenManager.tillIn()
function.
Contract Functionality DOS.
Manual Analysis
Make settleAskMaker()
and settleAskTaker()
functions payable
and send msg.value
as tokneManager.tillIn{value: msg.value}()
,
Invalid, in `settleAskMaker` and `settleAskTaker` you are settling the point token to be given to the takers, which is an ERC20 token, so no native ETH is involved and thus no msg.value is required.
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.