ERC1967Proxy
Verified contract
Proxy
Active on
Base with 19,477 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000826 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 33.608696 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22740034 | 2 hours ago | | | 0 | 0.0000019527197 | |
| 22728016 | 9 hours ago | | | 0 | 3.9582663e-7 | |
| 22707979 | 20 hours ago | | | 0 | 0.0000033643457 | |
| 22702014 | a day ago | | | 0 | 0.0000043137371 | |
| 22700353 | a day ago | | | 0 | 0.0000033647223 | |
| 22700271 | a day ago | | | 0 | 0.0000033645134 | |
| 22697669 | a day ago | | | 0 | 0.0000033734025 | |
| 22685413 | a day ago | | | 0 | 0.0000039251543 | |
| 22684941 | a day ago | | | 0 | 0.0000032361587 | |
| 22668163 | 2 days ago | | | 0 | 0.0000039445783 |
ABI
ABI objects
Getter at block 22743574 proxiableUUID() view returns (bytes32)
contractName() pure returns (string)
ZORA NFT Creator
contractURI() pure returns (string)
https://github.com/ourzora/zora-drops-contracts
contractVersion() view returns (uint32)
8
dropMetadataRenderer() view returns (address)
0xf77330c8b1c41f2e44470763cf9e3aca78db4381
editionMetadataRenderer() view returns (address)
0x2008c05685f9fa15bbd75d80e9a44ab0c7230577
implementation() view returns (address)
0x8ca5e648c5dfefcdda06d627f4b490b719ccfd98
owner() view returns (address)
0x004d6611884b4a661749b64b2adc78505c3e1ab3
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, address createReferral) 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)
createDropWithReferral(string name, string symbol, address defaultAdmin, uint64 editionSize, uint16 royaltyBPS, address fundsRecipient, struct IERC721DropSalesConfiguration saleConfig, string metadataURIBase, string metadataContractURI, address createReferral) 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)
createEditionWithReferral(string name, string symbol, uint64 editionSize, uint16 royaltyBPS, address fundsRecipient, address defaultAdmin, struct IERC721DropSalesConfiguration saleConfig, string description, string animationURI, string imageURI, address createReferral) returns (address)
initialize()
renounceOwnership()
setupDropsContract(string name, string symbol, address defaultAdmin, uint64 editionSize, uint16 royaltyBPS, address fundsRecipient, struct IERC721DropSalesConfiguration saleConfig, address metadataRenderer, bytes metadataInitializer, address createReferral) returns (address)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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 _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.