NFTFactory

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xfd22b8ad at 17086303
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots

No balances found for "NFTFactory"

No transactions found for "NFTFactory"


Functions
Getter at block 20904770
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
VERSION(view returns (bytes32)
0x312e302e30000000000000000000000000000000000000000000000000000000
defaultNFTRegistry(view returns (address)
0x0000000000000000000000000000000000000000
feeCountLimit(view returns (uint8)
0
nativeToken(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
paused(view returns (bool)
false
royaltySplitter(view returns (address)
0x0000000000000000000000000000000000000000
verifier(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
collections(uint256view returns (address nftuint256 itemLimitstruct CountersUpgradeableCounter itemCount)
computeCollectionAddress(uint256 collectionIdstring namestring symbolview returns (address)
createCollectionHash(struct INFTFactoryCreateCollectionParams paramsaddress senderpure returns (bytes32)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
itemSupplies(uint256uint256view returns (uint256 _value)
mintItemHash(struct INFTFactoryMintItemParams paramsaddress senderpure returns (bytes32)
payments(address destview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
createCollection(struct INFTFactoryCreateCollectionParams paramsbytes signaturepayable 
grantRole(bytes32 roleaddress account
initialize(address verifier_uint8 feeCountLimit_bytes32 nativeToken_address defaultNFTRegistry_address royaltySplitter_
mintItem(struct INFTFactoryMintItemParams paramsbytes signaturepayable 
mintItemUnsigned(struct INFTFactoryMintItemParams paramsaddress originatorpayable 
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setDefaultNFTRegistry(address defaultNFTRegistry_
setFeeCountLimit(uint8 feeCountLimit_
setNFTRegistry(uint256 collecionIdaddress nftRegistry
setNFTRegistryDisabled(uint256 collecionIdbool nftRegistryDisabled
setNativeToken(bytes32 nativeToken_
setRoyaltySplitter(address royaltySplitter_
setVerifier(address verifier_
transferNFTOwnership(uint256 collecionIdaddress newOwner
unpause(
withdrawPayments(address payee
Events
CollectionCreated(uint256 indexed collectionId
DefaultNFTRegistrySet(address indexed defaultNFTRegistry
FeeCountLimitSet(uint256 feeCountLimit
Initialized(uint8 version
MaxItemSupplySet(uint256 maxItemSupply
NativeTokenSet(bytes32 indexed nativeToken
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltySplitterSet(address indexed royaltySplitter
TokenMinted(uint256 indexed collectionIduint256 indexed tokenId
TransactionProcessed(uint256 indexed transactionId
Unpaused(address account
VerifierSet(address indexed verifier
Constructor
constructor(
Fallback and receive
receive(
Errors
CollectionExists(uint256 collectionId
CollectionItemLimitExceeded(uint256 collectionIduint256 currentItemCount
CollectionNotFound(uint256 collectionId
FeeCountLimitExceeded(uint256 feeCount
ItemSupplyLimitExceeded(uint256 collectionIduint256 deduplicationIduint256 currentItemSupply
SignerNotVerified(bytes32 hashbytes signature
UnsupportedFeeToken(bytes32 feeToken