FlowERC721Config

Git Source

Initializer config.

struct FlowERC721Config {
    string name;
    string symbol;
    string baseURI;
    EvaluableConfig evaluableConfig;
    EvaluableConfig[] flowConfig;
}

Properties

NameTypeDescription
namestringAs per Open Zeppelin ERC721Upgradeable.
symbolstringAs per Open Zeppelin ERC721Upgradeable.
baseURIstringAs per Open Zeppelin ERC721Upgradeable.
evaluableConfigEvaluableConfigThe EvaluableConfigV2 to use to build the evaluable that can be used to handle transfers and token URIs. The token URI entrypoint is optional.
flowConfigEvaluableConfig[]Constructor config for the Evaluables that define the flow behaviours including self mints/burns.