NFTFactory

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x0e3fac00 at 19283007
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 20904732
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
NFT_MANAGER_ROLE(view returns (bytes32)
0x0be7dc2b6f1c4aa33bf833a508f2b20d047034d65c3c983b36058bc4f7d3080b
VERSION(view returns (bytes32)
0x312e342e31000000000000000000000000000000000000000000000000000000
feeDistributor(view returns (address)
0x0000000000000000000000000000000000000000
nftDeployer(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
royaltySplitter(view returns (address)
0x0000000000000000000000000000000000000000
verifier(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
collections(uint256 collectionIdview 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(uint256 collectionIduint256 deduplicationIdview 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_address nftDeployer_address royaltySplitter_address feeDistributor_
mintItem(struct INFTFactoryMintItemParams paramsbytes signaturepayable 
mintItemUnsigned(struct INFTFactoryMintItemParams paramspayable 
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setFeeDistributor(address feeDistributor_
setNFTDefaultRoyalty(uint256 collectionIdaddress receiveruint96 feeNumerator
setNFTDeployer(address nftDeployer_
setNFTRegistryDisabled(uint256 collectionIdbool registryDisabled
setNFTTokenRoyalty(uint256 collectionIduint256 tokenIdaddress receiveruint96 feeNumerator
setRoyaltySplitter(address royaltySplitter_
setVerifier(address verifier_
transferNFTOwnership(uint256 collectionIdaddress newOwner
unpause(
withdrawPayments(address payee
Events
CollectionCreated(uint256 indexed collectionId
EtherReceived(address senderuint256 value
FeeDistributorSet(address indexed feeDistributor
Initialized(uint8 version
MaxItemSupplySet(uint256 maxItemSupply
NFTDefaultRoyaltySet(uint256 indexed collectionIdaddress receiveruint96 feeNumerator
NFTDeployerSet(address indexed nftDeployer
NFTOwnershipTransferred(uint256 indexed collectionIdaddress newOwner
NFTRegistryDisabled(uint256 indexed collectionIdbool registryDisabled
NFTTokenRoyaltySet(uint256 indexed collectionIduint256 indexed tokenIdaddress receiveruint96 feeNumerator
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
ItemSupplyLimitExceeded(uint256 collectionIduint256 deduplicationIduint256 currentItemSupply
SignerNotVerified(bytes32 hashbytes signature
ZeroFeeDistributor(
ZeroNFTDeployer(
ZeroRoyaltySplitter(
ZeroVerifier(