TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 34,772 txns
Deployed by via 0x03dc5b71 at 15540357
Slot
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

No balances found for "TransparentUpgradeableProxy"

0x6fd165fa82c0cda939b8c357035676b1ac0f7cabb93bad05063e81df7080aef1
0xedbf198f15e1009f090329c41090269bc3b7211d3fa3339059dbfbc964615956
0xecac66a893636989ffc3bee585f901c7211774d8b788ae0545ba3d2a2c17666a
0xcde008f92c7e9fa2ec0320a754244a10838ee7272cac84f2e3b2e7d6604c842b
0xd53f6e4c4de8f1649a58e331faad472c59e1d95a077144337a313d96cff86b43
0xc5aacb8caa74a302436bcce6a59cb560ffe7b8f5b3105ce484ab06e7835a0d5d
0x8c9232394c61219fb8ca0b4c00c4b3eea38d4bc1d2e93318f1dde44660ceec9b
0xb169a6af49be194c4e24f0ebde5028f6c815cba06634467bc47e6ae8384c6906
0x3e9a51818bf4d0b736d27eee60d2bf7fdfd667515d4468ba72c46ba8d380a72e
0x7812f1377c46d3e12ce3f0b02c90031f2f648b1eee538abed52854c0c5405507

Functions
Getter at block 21157514
getApprovedRouterAddress(view returns (address router)
0x762340b8a40cdd5bfc3edd94265899fda345d0e3
getCollectionTypeCount(pure returns (uint256 count)
5
Read-only
getCollectionTemplateDetails(uint8 collectionTypeview returns (address implementationuint256 templateVersion)
getCollectionTypeName(uint8 collectionTypepure returns (string typeName)
predictCollectionAddress(uint8 collectionTypeaddress creatoruint96 contractCreationNonceview returns (address collection)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
createMultiTokenCollection(uint96 contractCreationNoncestring contractURIbytes[] collectionContractInternalDelegateCallsstruct CallWithoutValue[] externalCallsreturns (address collection)
createNFTCollection(string namestring symboluint96 contractCreationNoncereturns (address collection)
createNFTDropCollection(string namestring symbolstring baseURIbool isRevealeduint32 maxTokenIdaddress approvedMinteruint96 contractCreationNoncereturns (address collection)
createNFTDropCollectionWithPaymentAddress(string namestring symbolstring baseURIbool isRevealeduint32 maxTokenIdaddress approvedMinteruint96 contractCreationNonceaddress paymentAddressreturns (address collection)
createNFTDropCollectionWithPaymentFactory(string namestring symbolstring baseURIbool isRevealeduint32 maxTokenIdaddress approvedMinteruint96 contractCreationNoncestruct CallWithoutValue paymentAddressFactoryCallreturns (address collection)
createNFTLimitedEditionCollection(string namestring symbolstring tokenURIuint32 maxTokenIdaddress approvedMinteruint96 contractCreationNoncereturns (address collection)
createNFTLimitedEditionCollectionWithPaymentAddress(string namestring symbolstring tokenURIuint32 maxTokenIdaddress approvedMinteruint96 contractCreationNonceaddress paymentAddressreturns (address collection)
createNFTLimitedEditionCollectionWithPaymentFactory(string namestring symbolstring tokenURIuint32 maxTokenIdaddress approvedMinteruint96 contractCreationNoncestruct CallWithoutValue paymentAddressFactoryCallreturns (address collection)
createNFTTimedEditionCollection(string namestring symbolstring tokenURIuint256 mintEndTimeaddress approvedMinteruint96 contractCreationNoncereturns (address collection)
createNFTTimedEditionCollectionWithPaymentAddress(string namestring symbolstring tokenURIuint256 mintEndTimeaddress approvedMinteruint96 contractCreationNonceaddress paymentAddressreturns (address collection)
createNFTTimedEditionCollectionWithPaymentFactory(string namestring symbolstring tokenURIuint256 mintEndTimeaddress approvedMinteruint96 contractCreationNoncestruct CallWithoutValue paymentAddressFactoryCallreturns (address collection)
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Initialized(uint8 version
MultiTokenCollectionCreated(address indexed collectionaddress indexed creatoruint256 templateVersionuint256 contractCreationNonce
NFTCollectionCreated(address indexed collectionaddress indexed creatoruint256 indexed templateVersionstring namestring symboluint256 contractCreationNonce
NFTDropCollectionCreated(address indexed collectionaddress indexed creatoraddress indexed approvedMinterstring namestring symbolstring baseURIbool isRevealeduint256 maxTokenIdaddress paymentAddressuint256 templateVersionuint256 contractCreationNonce
NFTLimitedEditionCollectionCreated(address indexed collectionaddress indexed creatoraddress indexed approvedMinterstring namestring symbolstring tokenURIuint256 maxTokenIdaddress paymentAddressuint256 templateVersionuint256 contractCreationNonce
NFTTimedEditionCollectionCreated(address indexed collectionaddress indexed creatoraddress indexed approvedMinterstring namestring symbolstring tokenURIuint256 mintEndTimeaddress paymentAddressuint256 templateVersionuint256 contractCreationNonce
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
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(