Since there are no explicit receive(), fallback(), or payable() functions within the InheritanceManager.sol contract, this makes it impossible to directly send ETH to the contract and the transfer will fail.
Transfers of ETH to the contract will fail due to a lack of receive(), fallback(), or payable() functions.
The contract will not accept ETH limiting how the function could be funded.
Manual review and Foundry
Include a receive(), fallback(), or a payable() function in order to allow ETH to be directly sent to the InheritanceManager.sol contract.
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.