FlowERC721ConfigV2

Git Source

Initialization config.

struct FlowERC721ConfigV2 {
    string name;
    string symbol;
    string baseURI;
    EvaluableConfigV2 evaluableConfig;
    EvaluableConfigV2[] flowConfig;
}

Properties

NameTypeDescription
namestringAs per Open Zeppelin ERC721Upgradeable.
symbolstringAs per Open Zeppelin ERC721Upgradeable.
baseURIstringAs per Open Zeppelin ERC721Upgradeable.
evaluableConfigEvaluableConfigV2The EvaluableConfigV2 to use to build the evaluable that can be used to handle transfers and build token IDs for the token URI.
flowConfigEvaluableConfigV2[]Initialization config for the Evaluables that define the flow behaviours outside self mints/burns.