TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 34,772 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)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156569 | 3 hours ago | | | 0 | 0.0024207702 | |
| 21153672 | 13 hours ago | | | 0 | 0.0016994975 | |
| 21152310 | 17 hours ago | | | 0 | 0.0016349359 | |
| 21151814 | 19 hours ago | | | 0 | 0.0014366924 | |
| 21151493 | 20 hours ago | | | 0 | 0.0023944328 | |
| 21149850 | a day ago | | | 0 | 0.0017697488 | |
| 21149413 | a day ago | | | 0 | 0.0018001713 | |
| 21148805 | a day ago | | | 0 | 0.0016008737 | |
| 21147728 | a day ago | | | 0 | 0.0012183580 | |
| 21147526 | a day ago | | | 0 | 0.0012529278 |
ABI
ABI objects
Getter at block 21157514
getApprovedRouterAddress() view returns (address router)
0x762340b8a40cdd5bfc3edd94265899fda345d0e3
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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()