TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 15,724 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 9949 additional slots
-
variable spans 1 additional slot
-
variable spans 9999 additional slots
-
variable spans 998 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000787 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 74 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22745977 | 7 minutes ago | | | 0 | 0.0000013029698 | |
| 22743359 | 2 hours ago | | | 0 | 0.000053342478 | |
| 22743164 | 2 hours ago | | | 0 | 0.000018858800 | |
| 22743143 | 2 hours ago | | | 0 | 0.000053343763 | |
| 22743124 | 2 hours ago | | | 0 | 0.000053342478 | |
| 22742248 | 2 hours ago | | | 0 | 0.000018866510 | |
| 22740240 | 3 hours ago | | | 0 | 0.0000031277098 | |
| 22740028 | 3 hours ago | | | 0 | 0.0000011434048 | |
| 22739402 | 4 hours ago | | | 0 | 9.8014965e-7 | |
| 22739175 | 4 hours ago | | | 0 | 8.7327303e-7 |
ABI
ABI objects
Getter at block 22746185
getApprovedRouterAddress() view returns (address router)
0xfee588791cda1d01ccfc80b51efa00c0be5b129e
getCollectionTypeCount() pure returns (uint256 count)
5
Read-only
getCollectionTemplateDetails(uint8 collectionType) view returns (address implementation, uint256 templateVersion)
getCollectionTypeName(uint8 collectionType) pure returns (string typeName)
predictCollectionAddress(uint8 collectionType, address creator, uint96 contractCreationNonce) view returns (address collection)
State-modifying
Events createMultiTokenCollection(uint96 contractCreationNonce, string contractURI, bytes[] collectionContractInternalDelegateCalls, struct CallWithoutValue[] externalCalls) returns (address collection)
createNFTCollection(string name, string symbol, uint96 contractCreationNonce) returns (address collection)
createNFTDropCollection(string name, string symbol, string baseURI, bool isRevealed, uint32 maxTokenId, address approvedMinter, uint96 contractCreationNonce) returns (address collection)
createNFTDropCollectionWithPaymentAddress(string name, string symbol, string baseURI, bool isRevealed, uint32 maxTokenId, address approvedMinter, uint96 contractCreationNonce, address paymentAddress) returns (address collection)
createNFTDropCollectionWithPaymentFactory(string name, string symbol, string baseURI, bool isRevealed, uint32 maxTokenId, address approvedMinter, uint96 contractCreationNonce, struct CallWithoutValue paymentAddressFactoryCall) returns (address collection)
createNFTLimitedEditionCollection(string name, string symbol, string tokenURI, uint32 maxTokenId, address approvedMinter, uint96 contractCreationNonce) returns (address collection)
createNFTLimitedEditionCollectionWithPaymentAddress(string name, string symbol, string tokenURI, uint32 maxTokenId, address approvedMinter, uint96 contractCreationNonce, address paymentAddress) returns (address collection)
createNFTLimitedEditionCollectionWithPaymentFactory(string name, string symbol, string tokenURI, uint32 maxTokenId, address approvedMinter, uint96 contractCreationNonce, struct CallWithoutValue paymentAddressFactoryCall) returns (address collection)
createNFTTimedEditionCollection(string name, string symbol, string tokenURI, uint256 mintEndTime, address approvedMinter, uint96 contractCreationNonce) returns (address collection)
createNFTTimedEditionCollectionWithPaymentAddress(string name, string symbol, string tokenURI, uint256 mintEndTime, address approvedMinter, uint96 contractCreationNonce, address paymentAddress) returns (address collection)
createNFTTimedEditionCollectionWithPaymentFactory(string name, string symbol, string tokenURI, uint256 mintEndTime, address approvedMinter, uint96 contractCreationNonce, struct CallWithoutValue paymentAddressFactoryCall) returns (address collection)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
MultiTokenCollectionCreated(address indexed collection, address indexed creator, uint256 templateVersion, uint256 contractCreationNonce)
NFTCollectionCreated(address indexed collection, address indexed creator, uint256 indexed templateVersion, string name, string symbol, uint256 contractCreationNonce)
NFTDropCollectionCreated(address indexed collection, address indexed creator, address indexed approvedMinter, string name, string symbol, string baseURI, bool isRevealed, uint256 maxTokenId, address paymentAddress, uint256 templateVersion, uint256 contractCreationNonce)
NFTLimitedEditionCollectionCreated(address indexed collection, address indexed creator, address indexed approvedMinter, string name, string symbol, string tokenURI, uint256 maxTokenId, address paymentAddress, uint256 templateVersion, uint256 contractCreationNonce)
NFTTimedEditionCollectionCreated(address indexed collection, address indexed creator, address indexed approvedMinter, string name, string symbol, string tokenURI, uint256 mintEndTime, address paymentAddress, uint256 templateVersion, uint256 contractCreationNonce)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AddressLibrary_Proxy_Call_Did_Not_Return_A_Contract(address addressReturned)
ERC1167FailedCreateClone()
NFTCollectionFactoryCollectionTypes_Collection_Type_Is_Null()
NFTCollectionFactorySharedTemplates_Implementation_Not_A_Contract()
NFTCollectionFactorySharedTemplates_Invalid_Collection_Type()
RouterContextSingle_Address_Is_Not_A_Contract()
StringsLibrary_Required_String_Is_Empty()