GenArtInfo
Struct of generative art information
minterAddress of initial token ownerseedHash of randomly generated seedfxParamsRandom sequence of fixed-length bytes used as token input
struct GenArtInfo {
address minter;
bytes32 seed;
bytes fxParams;
}