Skip to content

contract.IERC721CommunityImplementation

Aleksey Bykhun edited this page Jan 18, 2023 · 1 revision

IERC721CommunityImplementation

Git Source

Functions

initialize

function initialize(
    string memory _name,
    string memory _symbol,
    uint256 _maxSupply,
    uint256 _nReserved,
    bool _startAtOne,
    string memory uri,
    MintConfig memory config
) external;
Clone this wiki locally