NFTCollectionFactory
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9999 additional slots
Balances ($0.00)
No balances found for "NFTCollectionFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NFTCollectionFactory"
ABI
ABI objects
Getter at block 21275433
implementationNFTCollection() view returns (address)
0x0000000000000000000000000000000000000000
implementationNFTDropCollection() view returns (address)
0x0000000000000000000000000000000000000000
rolesManager() view returns (address)
0x67df244584b67e8c51b10ad610aaffa9a402fdb6
versionNFTCollection() view returns (uint32)
0
versionNFTDropCollection() view returns (uint32)
0
Read-only
predictNFTCollectionAddress(address creator, uint96 nonce) view returns (address collection)
predictNFTDropCollectionAddress(address creator, uint96 nonce) view returns (address collection)
State-modifying
Events adminUpdateNFTCollectionImplementation(address _implementation)
adminUpdateNFTDropCollectionImplementation(address _implementation)
createNFTCollection(string name, string symbol, uint96 nonce) returns (address collection)
createNFTDropCollection(string name, string symbol, string baseURI, bool isRevealed, uint32 maxTokenId, address approvedMinter, uint96 nonce) returns (address collection)
createNFTDropCollectionWithPaymentAddress(string name, string symbol, string baseURI, bool isRevealed, uint32 maxTokenId, address approvedMinter, uint96 nonce, address paymentAddress) returns (address collection)
createNFTDropCollectionWithPaymentFactory(string name, string symbol, string baseURI, bool isRevealed, uint32 maxTokenId, address approvedMinter, uint96 nonce, struct CallWithoutValue paymentAddressFactoryCall) returns (address collection)
initialize(uint32 _versionNFTCollection)
ImplementationNFTCollectionUpdated(address indexed implementation, uint256 indexed version)
ImplementationNFTDropCollectionUpdated(address indexed implementationNFTDropCollection, uint256 indexed version)
Initialized(uint8 version)
NFTCollectionCreated(address indexed collection, address indexed creator, uint256 indexed version, string name, string symbol, uint256 nonce)
NFTDropCollectionCreated(address indexed collection, address indexed creator, address indexed approvedMinter, string name, string symbol, string baseURI, bool isRevealed, uint256 maxTokenId, address paymentAddress, uint256 version, uint256 nonce)
constructor(address _rolesManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.