TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 1,052 txns
Deployed by via 0xd4b7514d at 17086304
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
1 additional variable

No balances found for "TransparentUpgradeableProxy"

0x375767469e635534d48b2d6193deb492c4e5bae357da59b9e8fded7c32b21209
0xe423fbfedce5cb28b29d8e76e3571356d33a369e612bc39887067aa3ba358e44
0x40a0c31fff6fe208a074c5a0ef3891ce84500db3d78af4b9737fbaad8a47917e
0x865fbca34ed1c8a698775389f2394bf39abb93372409d6ba6892b4eb239f039d
0x8ba54d7f07be7fcf5810a959d1790f694fbba6d8b7c1e5a85a5333345c5a8c94
0xa517c58a157095824d8ca322c31bd7d38fb74a28d9def204318e5d2c551411ca
0x8060006fc7a1ff76c815a304a7d69114cbc0ab48c0f4d793080272b52846bd9b
0x8c5300521a3a044bc4f86125820a6a8fd4b4b02afd74fc3b739c371046e34e03
0x3703e30feb7563ed0eff74d7a2403cf7e2577ed38fd9d3d2b960827d7adbc6f0
0x6393eca2cc6ebdfb01e18c4f78651aa0857198c537d8af5740166a57803b4256

Functions
Getter at block 20904125
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
NFT_MANAGER_ROLE(view returns (bytes32)
0x0be7dc2b6f1c4aa33bf833a508f2b20d047034d65c3c983b36058bc4f7d3080b
VERSION(view returns (bytes32)
0x312e362e30000000000000000000000000000000000000000000000000000000
feeDistributor(view returns (address)
0x85800628c0d83511aaa2b828f5d0316d27a657af
nftDeployer(view returns (address)
0x63766f0ba77187c277ac58f6997f8bfa799c87ef
paused(view returns (bool)
false
royaltySplitter(view returns (address)
0x81377f4981ab9fc127b4480d5d4f239306ceee89
verifier(view returns (address)
0xa88d97bf1d079b872b366e0361c5b44b8682eb73
Read-only
collections(uint256 collectionIdview returns (address nftuint256 itemLimitstruct CountersUpgradeableCounter itemCount)
computeCollectionAddress(uint256 collectionIdstring namestring symbolview returns (address)
createCollectionHash(struct INFTFactoryCreateCollectionParams paramsaddress senderpure returns (bytes32)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
itemSupplies(uint256 collectionIduint256 deduplicationIdview returns (uint256 _value)
mintItemHash(struct INFTFactoryMintItemParams paramsaddress senderpure returns (bytes32)
payments(address destview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
createCollection(struct INFTFactoryCreateCollectionParams paramsbytes signaturepayable 
grantRole(bytes32 roleaddress account
initialize(address verifier_address nftDeployer_address royaltySplitter_address feeDistributor_
mintItem(struct INFTFactoryMintItemParams paramsbytes signaturepayable 
mintItemUnsigned(struct INFTFactoryMintItemParams paramspayable 
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setFeeDistributor(address feeDistributor_
setNFTDefaultRoyalty(uint256 collectionIdaddress receiveruint96 feeNumerator
setNFTDeployer(address nftDeployer_
setNFTRegistryDisabled(uint256 collectionIdbool registryDisabled
setNFTTokenRoyalty(uint256 collectionIduint256 tokenIdaddress receiveruint96 feeNumerator
setRoyaltySplitter(address royaltySplitter_
setVerifier(address verifier_
transferNFTOwnership(uint256 collectionIdaddress newOwner
unpause(
withdrawPayments(address payee
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
CollectionCreated(uint256 indexed collectionId
EtherReceived(address senderuint256 value
FeeDistributorSet(address indexed feeDistributor
FeesDistributed(uint256 feeCount
Initialized(uint8 version
MaxItemSupplySet(uint256 maxItemSupply
NFTDefaultRoyaltySet(uint256 indexed collectionIdaddress receiveruint96 feeNumerator
NFTDeployerSet(address indexed nftDeployer
NFTOwnershipTransferred(uint256 indexed collectionIdaddress newOwner
NFTRegistryDisabled(uint256 indexed collectionIdbool registryDisabled
NFTTokenRoyaltySet(uint256 indexed collectionIduint256 indexed tokenIdaddress receiveruint96 feeNumerator
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltySplitterSet(address indexed royaltySplitter
TokenMinted(uint256 indexed collectionIduint256 indexed tokenId
TransactionProcessed(uint256 indexed transactionId
Unpaused(address account
VerifierSet(address indexed verifier
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
receive(
Errors
CollectionExists(uint256 collectionId
CollectionItemLimitExceeded(uint256 collectionIduint256 currentItemCount
CollectionNotFound(uint256 collectionId
DeadlineExceeded(uint256 currentTimestampuint256 deadline
ItemSupplyLimitExceeded(uint256 collectionIduint256 deduplicationIduint256 currentItemSupply
SignerNotVerified(bytes32 hashbytes signature
ZeroFeeDistributor(
ZeroNFTDeployer(
ZeroRoyaltySplitter(
ZeroVerifier(