PixelynxNft

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x54c681ad at 19074977
Slot
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

No balances found for "PixelynxNft"

No transactions found for "PixelynxNft"


Functions
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 functionSignaturebool 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(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
checkClaimEligibility(address touint256 numToMintview returns (uint8)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
preMint(addressview returns (uint256)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addToAllowlist(struct SharedStructsAllowList[] allowList
airdrop(address[] recipients
approve(address operatoruint256 tokenId
batchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
initialize(address __pixelynxNftDeployeraddress __pixelynxOwnershipContractstruct SharedStructsNewCollectionInitialize collectionInitialize
metadataUpdate(uint256 _tokenId
mint(address touint256 numToMintpayable 
mintFor(address touint256 numToMint
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAllowlistStartTimestamp(uint8 allowlistTypeuint256 timestamp
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setBeneficiaries(struct SharedStructsBeneficiary[] beneficiaries
setGlobalRoyalties(address newRecipientuint256 percent
setInternalTokenGatedContracts(address[] _addresses
setKillSwitch(bool state
setMintMaxSupply(uint256 newMintMaxSupply
setMintPrice(uint256 newMintPrice
setMintStartTimestamp(uint256 newMintStartTimestamp
setNameAndSymbol(string newNamestring newSymbol
setPixelynNftDeployer(address newPixelynNftDeployer
setTokenRoyalty(uint256 tokenIdaddress receiveruint256 royaltyPercentage
setTradingPauseState(bool pauseState
setTransferValidator(address newValidator
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
Initialized(uint8 version
MetadataUpdate(uint256 _tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TransferValidatorUpdated(address oldValidatoraddress newValidator
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

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