CollectionData
royaltyFeeint32
The royalty fee percentage (e.g., 1000 = 1%, 100 = 0.1%, 10000 = 10%, 100000 = 100%)
transferFeeint64
The transfer fee amount
requireTransferApprovalboolean
If true, transferring NFTs requires approval from the admin contract
mintingIsLimitedboolean
If true, the minting is stopped and cannot be resumed
isPausedboolean
Indicates whether the collection is currently paused
CollectionData
{
"royaltyFee": 0,
"transferFee": 0,
"requireTransferApproval": true,
"mintingIsLimited": true,
"isPaused": true
}