PixelPuppersNFT
Verified contract
Active on
Ethereum with 11,361 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PixelPuppersNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157139 | 21 days ago | | | 0 | 0.00084094739 | |
| 20607000 | 3 months ago | | | 0 | 0.000049491531 | |
| 20605434 | 3 months ago | | | 0 | 0.000032176300 | |
| 20555873 | 3 months ago | | | 0 | 0.000088345160 | |
| 19997100 | 6 months ago | | | 0 | 0.00049739120 | |
| 19773143 | 7 months ago | | | 0 | 0.00020887388 | |
| 19454209 | 8 months ago | | | 0 | 0.0010544346 | |
| 19159413 | 10 months ago | | | 0 | 0.00030044286 | |
| 19089507 | 10 months ago | | | 0 | 0.00046052208 | |
| 19089506 | 10 months ago | | | 0 | 0.00043393646 |
ABI
ABI objects
Getter at block 21304994 getPremintMerkleRoot() view returns (bytes32) getVipMerkleRoot() view returns (bytes32)
baseUri() view returns (string)
ipfs://bafybeide2pemh35t727iet3s4o2jpdlf5ekpn3qtmbtdccitiqyemwtu7e/
collectionSize() view returns (uint256)
5555
isRevealed() view returns (bool)
true
name() view returns (string)
PixelPuppersNFT
owner() view returns (address)
0x52852ec693cc222b75b6a488950388d875dc5067
premintActive() view returns (bool)
false
publicActive() view returns (bool)
false
symbol() view returns (string)
PXP
totalSupply() view returns (uint256)
5555
unrevealedUri() view returns (string)
ipfs://bafkreiedqh5fzfd6woxctttoijwgl7irekwueclmhojesu33xscqtzlrwa
vipActive() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasMinted(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(uint256 _quantity)
premintMint(bytes32[] _merkleProof)
premintToPublic()
publicMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseUri)
setPremintMerkleRoot(bytes32 _premintMerkleRoot)
setUnrevealedUri(string _unrevealedUri)
setVipMerkleRoot(bytes32 _vipMerkleRoot)
togglePremintSale()
togglePublicSale()
toggleReveal()
toggleVipSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
vipMint(bytes32[] _merkleProof)
vipToPremint()
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()