Functions which do not expect ETHer should NOT be payable
The following function do not expect ETher but have the payable
modifier.
EnrootFacet.enrootDeposit(...)
EnrootFacet.enrootDeposits(...)
MigrationFacet.mowAndMigrate(...)
MigrationFacet.mowAndMigrateNoDeposits(...)
When Ether is accidentally sent with this function call, The ETHer is lost to the contract.
Loss of Ether by the callers of the functions
Manual review
Consider removing the payable
modifier from the above functions since they do not expect Ether
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.