ZoraNFTCreatorV1
Verified contract
Active on
Ethereum with 9 txns
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) |
---|---|---|---|---|---|---|---|
| 15843342 | 2 years ago | | | 0 | 0.0083946151 | |
| 15634400 | 2 years ago | | | 0 | 0.014543980 | |
| 15614726 | 2 years ago | | | 0 | 0.0041756374 | |
| 15614713 | 2 years ago | | | 0 | 0.0049026962 | |
| 15611740 | 2 years ago | | | 0 | 0.0072789213 | |
| 15591266 | 2 years ago | | | 0 | 0.0075417840 | |
| 15591180 | 2 years ago | | | 0 | 0.0075720351 | |
| 15461585 | 2 years ago | | | 0 | 0.0053345662 | |
| 15446953 | 2 years ago | | | 0 | 0.020500054 |
ABI
ABI objects
Getter at block 21075761
contractVersion() view returns (uint32)
2
dropMetadataRenderer() view returns (address)
0x5914d9a241008b9f02f22811bf3a77e02b84d226
editionMetadataRenderer() view returns (address)
0xd167b7a408c65306d5a2abead63986540110b28b
implementation() view returns (address)
0x2bc94660e3a309bd7b4a754accb7227b3403a142
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
This contract contains no read-only function objects.
State-modifying
Events 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.