Pixel Tings

Verified contract

Proxy

Active on Ethereum with 609 txns
Deployed by via 0xd19d77b6 at 18492005
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
16 additional variables

No balances found for "Pixel Tings"

0xf3a3240627d5428f4239425dec1e99581ae9df58d02a76538ba131f68e7c2749
0x391c998d39971aa57a705f43c6f1ca974c52473df1191384a560962d3efc4f7b
0x353c476188965b08cee60ac2b1e213429e9e993d7db42af97cdd8d3de87a07cf
0x05dec269714d49d1b3034693b7afd6ca29184e8ea8fa97b08276495c433d47c5
0xc697dfda0a66f31e3a852db2d6ff2fc784430bf6e44e6fc5d4334159c8c71a59
0xb867ec7768c82e6e515d4e6f6a82ed8c41dc201bf77b8cc6242c62a57fff6006
0x490a401d83c57e5ab37344dd065171fa65acb891cb5dea51bcc6e3c0a90e06b9
0x569dc0a36fc0b7410e1fdba89b32150247ab6338f79cf080e396a876764c2ea9
0x47b7fe1520d7847f58df5daca24d93e5c944fe65ce845b52e24708a6b55d6e91
0x81968184146d9a6ef15b69b0f2ffb08a1cb039a943c0bdf5e79e283d3f673994

Functions
Getter at block 20896015
implementation(view returns (address)
0x8dfd8220976a0445b1779e5e9d6cb0bfe7b5dadc
cost(view returns (uint256)
0
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x5340AA9626fE57D6C164E479733b289d0A34F162], [0, 1000])
maxFreeMint(view returns (uint32)
0
maxPerMint(view returns (uint32)
25
maxPerWallet(view returns (uint32)
10000
name(view returns (string)
Pixel Tings
open(view returns (bool)
false
owner(view returns (address)
0xa92838ed7c8e6a6cee783f8583ae4a7f0352ce3d
pauseMintAt(view returns (uint256)
0
presaleOpen(view returns (bool)
false
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
10000
symbol(view returns (string)
PT
totalSupply(view returns (uint256)
10000
Read-only
addressAndUintToBytes(address _addressuint256 _uintpure returns (bytes)
affiliatesOf(address walletview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTeamMember(address _addressview returns (bool)
mintCostOfOwner(address _addressuint256 _countview returns (uint256)
numberMintedOfOwner(address _addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
remainingMintsOfOwner(address _addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
addTeamMember(address _address
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupplyuint256 _commission
mint(uint256 countpayable 
mintAll(payable 
mintTo(uint256 countaddress topayable 
presaleMint(uint32 countbytes32[] proofpayable 
presaleMintTo(uint32 countbytes32[] proofaddress topayable 
referralMint(uint32 countaddress referrerpayable 
referralMintTo(uint32 countaddress referreraddress topayable 
removeTeamMember(address _address
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseUri(string _uri
updateMaxFreeMint(uint32 _cap
updatePauseMintAt(uint256 _pauseAt
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _totalSupplyuint256 _commission
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(