PixelynxNft
Verified contract
Implementation
Active on
Base with 0 txns
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
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
14 additional
variables
Balances ($0.00)
No balances found for "PixelynxNft"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PixelynxNft"
ABI
ABI objects
Getter at block 22927840
MAX_BPS() view returns (uint256)
10000
allowlistStartTimestamp() view returns (uint256)
0
getBaseURI() view returns (string)
getInternalTokenGatedContracts() view returns (address[])
[]
getTransferValidationFunction() pure returns (bytes4 functionSignature, bool isViewFunction)
(functionSignature=0xcaee23ea, isViewFunction=false)
getTransferValidator() view returns (address)
0x0000000000000000000000000000000000000000
isRandomMint() view returns (bool)
false
maxMintSupply() view returns (uint256)
0
maxMintsPerAddress() view returns (uint256)
0
mintPrice() view returns (uint256)
0
mintStartTimestamp() view returns (uint256)
0
mintStatus() view returns (uint8)
3
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
pixelynxNftDeployer() view returns (address)
0x0000000000000000000000000000000000000000
premintStartTimestamp() view returns (uint256)
0
symbol() view returns (string)
tokensRemaining() view returns (uint256)
0
totalSupply() view returns (uint256)
0
tradingPauseState() view returns (bool)
false
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkClaimEligibility(address to, uint256 numToMint) view returns (uint8)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
preMint(address) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToAllowlist(struct SharedStructsAllowList[] allowList)
airdrop(address[] recipients)
approve(address operator, uint256 tokenId)
batchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
initialize(address __pixelynxNftDeployer, address __pixelynxOwnershipContract, struct SharedStructsNewCollectionInitialize collectionInitialize)
metadataUpdate(uint256 _tokenId)
mint(address to, uint256 numToMint) payable
mintFor(address to, uint256 numToMint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowlistStartTimestamp(uint8 allowlistType, uint256 timestamp)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setBeneficiaries(struct SharedStructsBeneficiary[] beneficiaries)
setGlobalRoyalties(address newRecipient, uint256 percent)
setInternalTokenGatedContracts(address[] _addresses)
setKillSwitch(bool state)
setMintMaxSupply(uint256 newMintMaxSupply)
setMintPrice(uint256 newMintPrice)
setMintStartTimestamp(uint256 newMintStartTimestamp)
setNameAndSymbol(string newName, string newSymbol)
setPixelynNftDeployer(address newPixelynNftDeployer)
setTokenRoyalty(uint256 tokenId, address receiver, uint256 royaltyPercentage)
setTradingPauseState(bool pauseState)
setTransferValidator(address newValidator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
Initialized(uint8 version)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferValidatorUpdated(address oldValidator, address newValidator)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AirdropEmptyReceipientListOrMintingMoreThenSupply()
ApprovalToCurrentOwner()
ApproveCallerIsNotTokenOrApprovedForAll()
ApproveToCaller()
BeneficiaryPercentageHigherThanMax()
BeneficiaryPercentageMustBe100()
CallerIsNotTokenOwnerOrApproved()
CanNotSetMintMaxSupply()
InvalidAddressOrNoTokensLeft()
InvalidInternalTokenGatedContract()
InvalidNumberOfBeneficiaries()
InvalidTokenId()
MintAtLeastOneToken()
MintIsPaused()
MintMoreTokensThanSupply()
MintNotEnoughFunds()
MintNotEnoughPremintAllowance()
MintNotEnoughWhitelistedAllowance()
MintNotStarted()
MintToZeroAddress()
MintTokenGatedRequirementFailed()
MintingExceededAllowance()
NotAllowedToGift()
PremintHigherThanWhitelisted()
RoyaltiesPercentageWrong()
RoyaltiesRecipientZeroAddress()
SameTransferValidator()
TimestampHigherThanMintTimestamp()
TokenDoesNotExist()
TradingPaused()
TransferFromIncorrectOwner()
TransferToNonErc721Receiver()
WhitelistedBeforePremint()