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’sgetHeirsfunction).Check for failed allocations using
failedEthAllocationsorfailedTokenAllocationsvia “Read Contract.”In the “Write Contract” section, find the
withdrawForFailedHeirTransfersfunction.Click “Write” and confirm the transaction.
Notes:
Failed allocations are cleared upon successful transfer.
Non-reentrant to prevent reentrancy attacks.