There is no minimum arbiterFee
. So, a buyer can create an escrow with arbiterFee = 0
. An honest arbiter will still resolve the dispute in exchange for nothing.
In the constructor of Escrow
, there are validations for the important variables but no validation on the arbiterFee
. Only validation for arbiterFee
is that it should be less than price
. It means it's okay to create an Escrow with arbiterFee = 0
, even in cases where arbiter != address(0)
.
An honest arbiter will still choose to resolve the dispute(as he sees that otherwise funds will be stuck in the Escrow) in exchange for nothing.
Arbiter will get nothing in exchange for his service
Manual review
There should be some minimum arbiterFee.
Ideally arbiterFee
should be some percentage of price
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.