TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 5,695 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdaf7…cc4a
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21111703 | 11 days ago | | | 0 | 0.00017021883 | |
| 21082934 | 15 days ago | | | 0 | 0.00061937583 | |
| 21079993 | 15 days ago | | | 0 | 0.0010925504 | |
| 21079865 | 15 days ago | | | 0 | 0.00095311367 | |
| 20881063 | a month ago | | | 0 | 0.00030542296 | |
| 20746399 | 2 months ago | | | 0 | 0.00011548451 | |
| 20746396 | 2 months ago | | | 0 | 0.00014449417 | |
| 20746390 | 2 months ago | | | 0 | 0.00011287599 | |
| 20746386 | 2 months ago | | | 0 | 0.00015047320 | |
| 20746383 | 2 months ago | | | 0 | 0.000099514301 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
numberBurned(address burner) view returns (uint256)
numberMinted(address minter) view returns (uint256)
numberMintedByPhase(address minter, uint256 phase) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
phaseMinted(address, uint256) view returns (uint256)
phaseSupply(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address[] receivers, uint256[] amount)
approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(address _registry, uint256 _maxSupply, address _signerAddress)
lowerMaxSupply(uint256 supply)
privateMint(struct IPXNKAP3Signature sig) payable
publicMint(uint256 amount) payable
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setPublicMintData(uint256 mintStart, uint256 maxMint, uint256 mintPrice)
setRegistry(address registryAddress)
setSignerAddress(address _signerAddress)
setTradingStatus(bool active)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BalanceWithdrawn(address owner, uint256 contractBalance)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint64 version)
LowerMaxSupply(uint256 supply)
ManualAirdrop()
MetadataUpdate(uint256 _tokenId)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetPublicMintData(uint256 mintStart, uint256 maxMint, uint256 mintPrice)
SetRegistryAddress(address registryAddress)
SetSignerAddress(address signerAddress)
SetTradingStatus(bool status)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 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()