ConfigInfo
Struct of system config information
feeReceiver
Address receiving platform feesprimaryFeeAllocation
Amount of basis points allocated to calculate platform fees on primary sale proceedssecondaryFeeAllocation
Amount of basis points allocated to calculate platform fees on royalty paymentslockTime
Locked time duration added to mint start time for unverified creatorsreferrerShare
Share amount distributed to accounts referring tokensdefaultMetadataURI
Default base URI of token metadataexternalURI
External URI for displaying tokens
struct ConfigInfo {
address feeReceiver;
uint32 primaryFeeAllocation;
uint32 secondaryFeeAllocation;
uint32 lockTime;
uint64 referrerShare;
string defaultMetadataURI;
string externalURI;
}