In the InheritanceManager
contract there is no normal way to deposit ETH to the contract even though it's clear that the contract should manage ETH.
Because there is not a deposit
, receive
, or fallback
function there is no normal way to deposit ETH to the InheritanceManager
contract making it harder to receive ETH. Using the selfdestruct
function is not optimal for depositing funds to the contract and is probably not what is intended.
Manual code review
Add a receive
function to the 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.