ZoraNFTCreatorV1
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
16
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "ZoraNFTCreatorV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17702960 | a year ago | | | 0 | 0.0075867532 |
ABI
ABI objects
Getter at block 21224597
contractVersion() view returns (uint32)
6
dropMetadataRenderer() view returns (address)
0x5914d9a241008b9f02f22811bf3a77e02b84d226
editionMetadataRenderer() view returns (address)
0x192ce8267cbab9c3c477d61e85d7f0c5fe3b46af
implementation() view returns (address)
0x419074d73cf0852e46b8531b430b1230c348c291
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
This contract contains no read-only function objects.
State-modifying
Events createAndConfigureDrop(string name, string symbol, address defaultAdmin, uint64 editionSize, uint16 royaltyBPS, address fundsRecipient, bytes[] setupCalls, address metadataRenderer, bytes metadataInitializer) returns (address newDropAddress)
createDrop(string name, string symbol, address defaultAdmin, uint64 editionSize, uint16 royaltyBPS, address fundsRecipient, struct IERC721DropSalesConfiguration saleConfig, string metadataURIBase, string metadataContractURI) returns (address)
createEdition(string name, string symbol, uint64 editionSize, uint16 royaltyBPS, address fundsRecipient, address defaultAdmin, struct IERC721DropSalesConfiguration saleConfig, string description, string animationURI, string imageURI) returns (address)
initialize()
renounceOwnership()
setupDropsContract(string name, string symbol, address defaultAdmin, uint64 editionSize, uint16 royaltyBPS, address fundsRecipient, struct IERC721DropSalesConfiguration saleConfig, address metadataRenderer, bytes metadataInitializer) returns (address)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
CreatedDrop(address indexed creator, address indexed editionContractAddress, uint256 editionSize)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
constructor(address _implementation, address _editionMetadataRenderer, address _dropMetadataRenderer)
This contract contains no fallback and receive objects.
This contract contains no error objects.