ODCdataManagersfractionalizersERC20Fraction

FractionERC20PausableRecoveryDataManager

Contract for managing fractions of a Wrapper NFT using an ERC20 token with pausable & recovery option. Transfers where either:

  • owner is msg.sender
  • owner id the receiver of funds will NOT be paused!

recoverFractions

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

On this page