ODCinterfacesdataManagersfractionalizers

IFractionERC20RecoveryDataManager

Interface of the Fraction ERC20 Data Manager with recovery option.

recoverFractions

function recoverFractions(uint256 amountOfFractions, address lostAccount, address recoveryAccount) external

Recovers funds from a lost wallet to a recovery wallet.

Parameters

NameTypeDescription
amountOfFractionsuint256The amount of fractions to be recovered.
lostAccountaddressThe account to recover fractions from.
recoveryAccountaddressThe account to recover fractions to.

On this page