ODCinterfacesdataManagersfractionalizers

IFractionERC1155RecoveryDataManager

Interface of the Fraction ERC20 Data Manager with recovery option.

recoverFractions

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

Recovers funds from a lost wallet to a recovery wallet.

Parameters

NameTypeDescription
amountOfFractionsuint256The amount of fractions to be recovered.
fractionIduint256The id of the fractions associated with the recovery.
lostAccountaddressThe account to recover fractions from.
recoveryAccountaddressThe account to recover fractions to.

On this page