PXNKAP3

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x86f23a9f at 19142708
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 "PXNKAP3"

No transactions found for "PXNKAP3"


Functions
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 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
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
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(