AdvancedNftCollectionAdminData
canPauseboolean
Indicates whether the contract can be paused
isPausedboolean
Indicates whether the contract is currently paused
allowChangeRoyaltyboolean
Indicates whether the contract can change the royalty fee
allowChangeTransferFeeboolean
Indicates whether the contract can change the transfer fee
allowChangeBaseUriboolean
Indicates whether the contract can change the base URI
allowChangeCreatorboolean
Indicates whether the contract can change the creator
allowChangeAdminboolean
Indicates whether the contract can change the admin
allowChangeNameboolean
Indicates whether the contract can change the name
AdvancedNftCollectionAdminData
{
"canPause": true,
"isPaused": true,
"allowChangeRoyalty": true,
"allowChangeTransferFee": true,
"allowChangeBaseUri": true,
"allowChangeCreator": true,
"allowChangeAdmin": true,
"allowChangeName": true
}