ODCdataManagersfractionalizersERC1155Fraction

FractionERC1155PausableRecoveryDataManager

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

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

recoverFractions

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

On this page