ODCdataManagersfractionalizersERC1155Fraction

FractionERC1155RecoveryDataManager

Contract for managing fractions of a Wrapper NFT using an ERC1155 token with recovery option.

This contract is used to manage fractions of a Wrapper NFT using an OmnichainUpgradeableERC1155DataManager contract to provide the ERC1155 token functionality with additional recovery option.

recoverFractions

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

On this page