PXNKAP3
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
21
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "PXNKAP3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PXNKAP3"
ABI
ABI objects
Getter at block 21189605
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseURI() view returns (string)
maxSupply() view returns (uint256)
0
name() view returns (string)
publicMaxMint() view returns (uint256)
0
publicPrice() view returns (uint256)
0
publicStart() view returns (uint256)
0
registry() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
tradingActive() view returns (bool)
false
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()
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()
This contract contains no fallback and receive objects.
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()