Skip to content

contract.DemoCollection

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

DemoCollection

Git Source

Inherits: ERC721Community

Functions

constructor

constructor()
    ERC721Community(
        "DemoCollection",
        "DC",
        1337,
        1,
        START_FROM_ONE,
        "ipfs://QmABABABABABABABABABABABABABA/",
        MintConfig(0.1 ether, 5, 5, 500, msg.sender, false, false, true)
    );
Clone this wiki locally