MondrianWallet2
Is missing a receive() external payable function
The receive() external payable function is triggered when the contract receives Ether without any data or function calls. Without it, the contract cannot receive funds.
Without this function, funds cannot be sent to this contract. This could lead to running out of funds and prevent us from paying with the contract or paying fees.
--Foundry
It is recommended to add a receive() external payable function
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.