TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 5,140 txns
Deployed by via 0x4b3a960c at 18876709
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots

No balances found for "TransparentUpgradeableProxy"

0x8fe4f4d93eda610c035e534d91dd1a31c0d92ab529de82963d98beb634ff1b1b
0x1de2184be43dd5dac72531b3297efa783bbc87ef3c89a901c14bfa7bc577c323
0x8ddfd72eb5e8241aeeff94d7bb60a3077e91512530a6cd2e080eaf77d94f09b6
0x7d07962fe8b76fc4c4107ca913678c265c59e456c3958f2d67ecb9f8d7f2a8d7
0x56a757bae0296200193bb518051a74198ff33770f8d9b3768a809ca018e2ca62
0xa2e3604aa052dcf058f671e73c5cf7a1f65b3c37cb273e20b908e7a7e2a9a916
0xb44a3c42f0f5e2cb46a9bd11a56f227622e241df99c66267a20449f7cae76b67
0x625ab75affdba58a3b14905f878b74f33e653ec827ef21f4aba5f6c3f3dc9609
0x299c7cc3aaf665d42d10c7919c2bdc26ae36910e9f162b099080ac9a88d599db
0xd197cacecbfbc7c0e6e846414ae9b49d60ca0eca02b0491c7c7c3dd51bf8c7e3

Functions
Getter at block 21247175
owner(view returns (address)
0x9189cd0baa36db375588b55f3a5c772d1620f593
registry(view returns (address)
0xdaf718c9305b7530dc8b36d78f4addc662e7cc4a
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
maxSupply(uint256 tokenIdview returns (uint256)
numberMinted(addressuint256uint256view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenData(uint256view returns (uint256 tokenIduint256 totalSupplyuint256 maxSupplyuint256 publicPriceuint256 publicStartuint256 publicMaxMint)
tokenMintedByOwner(address owneruint256 tokenIduint256 phaseview returns (uint256)
totalSupply(uint256 tokenIdview returns (uint256)
uri(uint256view returns (string)
State-modifying
airdrop(uint256 tokenIdaddress[] receiversuint256[] amount
initialize(string metadataUriaddress _registryaddress _signer
privateMint(uint256 tokenIduint256 amountuint256 maxMintuint256 phasebytes signaturepayable 
publicMint(uint256 tokenIduint256 amountpayable 
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setRegistry(address _registry
setSigner(address _signer
setTokenData(uint256 tokenIduint256 _totalSupplyuint256 _maxSupplyuint256 publicPriceuint256 publicStartuint256 publicMaxMint
setURI(string metadataUri
transferOwnership(address newOwner
withdraw(
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
BalanceWithdrawn(address owneruint256 contractBalance
Initialized(uint64 version
MetadataUriChanged(string metadataUri
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RegistryContractChanged(address registry
SignerAddressChanged(address signer
StakingContractChanged(address staking
TokenDataChanged(uint256 tokenIduint256 totalSupplyuint256 maxSupplyuint256 publicPriceuint256 publicStartuint256 publicMaxMint
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
AmountExceedsMintLimit(
ContractMintNotAllowed(
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
InsufficientBalance(
InvalidInitialization(
InvalidSignature(
NotAllowed(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
PublicMintNotLive(
ReentrancyGuardReentrantCall(
SoldOut(
TransferFailed(
ZeroBalance(