Contracts

ROJI721ABMulti

The standard ERC721 contract which implements the Roji Asset-Backed NFT standard. This contract is upgradeable and cloned.

ROJI721ABMultiBeacon

This contract controls the current implementation of the [ROJI721ABMulti] contract to be used by proxies. It is secured through the RojiVerseAccessControl contract.

ROJI721ABMultiCloneRegistry

This contract exposes a list of cloned ROJI721ABMulti contracts.

ROJI721ABMultiFactory

The factory contract used to create and register clones of the ROJI721ABMulti contract.

ROJI721ABRedeemer

The redeemer contract wraps redemption functionality on top of the ROJI721ABMulti contract.

ROJI721ABMultiMinter712

Minters are separate contracts that are specific to the sales organization that is selling the assets. Minters are always cloned through the factory contract.

ROJI721ABMultiMinter712Factory

Creates clones of the ROJI721ABMultiMinter712 contract.

Last updated