TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 5,695 txns
Deployed by via 0xea9f7186 at 19142709
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"

0xc03bc4dff9ec23ab14f7ee0b1876105fe5dd6256ca58b9b5e2bb247c6af696cd
0xc20107ab8e3f308f06e1bad9d29e07c426342a31c19eba9af6a1076daca0792f
0x0035941076e51e6f5a566a5c614c29b207f0481603aec36a44847ea12ba9fd1a
0x32e6214f639a8f8cb40ef022875dfabfaef5bd124128eacb2e022180fc75f9f2
0xa1e54558cddb98d6d3c009586fe277ca71ef0c5a2969d39000d480a714a1d13b
0xf0f0ac42edd9f421e1897ca6bac8384cac093efdbc9e4d1653666c1951d99427
0xa4d940e25292b7447ddd2408b72824e1951b350e67f02a15a8446a4d9f1e905d
0x402504efbe02c2d44db3768d2fcb5c96aab0cfec0b9641744619d022081185c6
0x523f2ce86965bf8db6caf75999149c13f65ef465f2ddc10c3e6585c2c4419e11
0x0c8bcf6fff2ff761c5a7b793dc8d0c7811cf717128b61b8042b0a70afce725e9

Functions
Getter at block 21189605
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseURI(view returns (string)
ipfs://QmQTfmLsvTXj6WSnbUV6TyfvYkJBaNwCuJB28QixAEaR93/
maxSupply(view returns (uint256)
7333
name(view returns (string)
PXNKAP3
publicMaxMint(view returns (uint256)
2
publicPrice(view returns (uint256)
125000000000000000
publicStart(view returns (uint256)
1707343200
registry(view returns (address)
0xdaf718c9305b7530dc8b36d78f4addc662e7cc4a
symbol(view returns (string)
PXNKAP3
totalSupply(view returns (uint256)
7333
tradingActive(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberBurned(address burnerview returns (uint256)
numberMinted(address minterview returns (uint256)
numberMintedByPhase(address minteruint256 phaseview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
phaseMinted(addressuint256view returns (uint256)
phaseSupply(uint256view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] receiversuint256[] amount
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
initialize(address _registryuint256 _maxSupplyaddress _signerAddress
lowerMaxSupply(uint256 supply
privateMint(struct IPXNKAP3Signature sigpayable 
publicMint(uint256 amountpayable 
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setPublicMintData(uint256 mintStartuint256 maxMintuint256 mintPrice
setRegistry(address registryAddress
setSignerAddress(address _signerAddress
setTradingStatus(bool active
transferFrom(address fromaddress touint256 tokenIdpayable 
withdraw(
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BalanceWithdrawn(address owneruint256 contractBalance
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint64 version
LowerMaxSupply(uint256 supply
ManualAirdrop(
MetadataUpdate(uint256 _tokenId
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetPublicMintData(uint256 mintStartuint256 maxMintuint256 mintPrice
SetRegistryAddress(address registryAddress
SetSignerAddress(address signerAddress
SetTradingStatus(bool status
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AmountExceedsMintLimit(
AmountExceedsSupplyLimit(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ContractMintNotAllowed(
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
InsufficientBalance(
InvalidInitialization(
InvalidQueryRange(
InvalidSignature(
MaxSupplyExceeded(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NewSupplyHigherThenMaxSupply(
NewSupplyLowerThenTotalSupply(
NotAllowed(
NotInitializing(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PublicMintNotLive(
ReentrancyGuardReentrantCall(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFailed(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
ZeroBalance(