PixelPengs
Verified contract
Active on
Ethereum with 2,433 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 "PixelPengs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20607735 | 3 months ago | | | 0 | 0.000040853598 | |
| 20197116 | 5 months ago | | | 0 | 0.000077768220 | |
| 19522794 | 8 months ago | | | 0 | 0.00096602914 | |
| 19446937 | 8 months ago | | | 0 | 0.0015301711 | |
| 19200928 | 10 months ago | | | 0 | 0.00064176664 | |
| 18931870 | a year ago | | | 0 | 0.00031149033 | |
| 18931870 | a year ago | | | 0 | 0.00031056970 | |
| 18894978 | a year ago | | | 0 | 0.00047859462 | |
| 18894976 | a year ago | | | 0 | 0.00087750951 | |
| 18846809 | a year ago | | | 0 | 0.00097846961 |
ABI
ABI objects
Getter at block 21297264
MINT_LIMIT_PER_TX() view returns (uint256)
8
TOTAL_SUPPLY() view returns (uint256)
10001
WHITELIST_MINTS() view returns (uint256)
1501
active() view returns (bool)
true
baseExtension() view returns (string)
.json
collectionName() view returns (string)
PixelPengs
collectionSymbol() view returns (string)
PXP
currentSupply() view returns (uint256)
10001
merkleRoot() view returns (bytes32)
0x69b24cf21570174c4394ea587473c4b5e368f03a32c08ab82ec2a8dbdafab16b
name() view returns (string)
PixelPengs
nonReavealedURI() view returns (string)
ipfs://QmS937HqXDVKcVyKqFCAFKtkiwqNhcnkdDVAMK8s2C5nni/hidden.json
owner() view returns (address)
0x80c6714d34e4ca5f5f1e43e35bea727efb9e558f
revealed() view returns (bool)
true
symbol() view returns (string)
PXP
tokenPrice() view returns (uint256)
1
whitelistSupply() view returns (uint256)
1005
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint256 index) 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)
mintOwner(address to, uint256 amount)
publicMint(uint256 amount) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMerkleRoot(bytes32 _merkleRoot)
setNonRevealedURI(string newNonRevealedURI)
setProxyRegistryAddress(address proxyRegistryAddress)
setTokenPrice(uint256 newPrice)
toggleActiveState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, uint256 index, bytes32[] proof)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address proxyRegistryAddress, bytes32 _merkleRoot, string _initBaseURI, string _initNotRevealedUri)
receive()
This contract contains no error objects.