withdrawForFailedHeirTransfers
Purpose: Allows heirs to claim ETH and tokens from failed transfers during triggerClaim
.
Requirements:
Caller must be a listed heir (verified via
heirsModule
).Failed ETH or token allocations must exist.
Inputs: None
Outputs: None
Steps:
Ensure your wallet is a listed heir (check via
heirsModule
’sgetHeirs
function).Check for failed allocations using
failedEthAllocations
orfailedTokenAllocations
via “Read Contract.”In the “Write Contract” section, find the
withdrawForFailedHeirTransfers
function.Click “Write” and confirm the transaction.
Notes:
Failed allocations are cleared upon successful transfer.
Non-reentrant to prevent reentrancy attacks.