ConfigInfo
Struct of system config information
feeReceiverAddress receiving platform feesprimaryFeeAllocationAmount of basis points allocated to calculate platform fees on primary sale proceedssecondaryFeeAllocationAmount of basis points allocated to calculate platform fees on royalty paymentslockTimeLocked time duration added to mint start time for unverified creatorsreferrerShareShare amount distributed to accounts referring tokensdefaultMetadataURIDefault base URI of token metadataexternalURIExternal URI for displaying tokens
struct ConfigInfo {
address feeReceiver;
uint32 primaryFeeAllocation;
uint32 secondaryFeeAllocation;
uint32 lockTime;
uint64 referrerShare;
string defaultMetadataURI;
string externalURI;
}