The interface IEscrowFactory
does not declare externally available computeEscrowAddress
function of EscrowFactory
contract.
The EscrowFactory
contract implements two functions that are externally accessible which are newEscrow
and computeEscrowAddress
but the IEscrowFactory
interface is missing declaration of computeEscrowAddress
function.
The interaction with EscrowFactory
contract using IEscrowFactory
might be difficult in case it is needed to precompute the Escrow
address.
Manual Review
It is recommended to add computeEscrowAddress
function declaration to IEscrowFactory
interface.
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.