PixelApeClub

Verified contract

Active on Ethereum with 1,070 txns
Deployed by via 0xea84e9c7 at 15319202
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $13.23
0x0ef1831b0d44a713bf5c72b3839a39feb0db61aae580e430470ca378cc194731
From
0x2595e3fc0bc682c01ff1b8d571c2d279b0589ab42526f4b8c9c18ec09dbc32c2
0x6d9a02913326c8c4ca81cb11bc3cd4e1f31b80f4955388af886ad22e0bb77545
0x380d6607089835d88b6e6f18444dc9770ced78f3cee165c46abb358f629d977d
0x5ff9dda35d16c1c2a3eb659d924fb12391bf35b942bd95844d63a031c36967c7
0x52c09bae2be4ab6b6f87447cb7db76ac0c614325befcff3728e5c81a8dff1e54
0xe6036bf211969ccee05077e3dd72c3b7f78978d89b308f693da84e5e78617acd
0xa06e7c1646278aa52cc8c641157e8dbcdbb29b43f2b2372da3d0fd8793379ee8
0x014279fc06934a8663781cd4c69c3b7aa5c5984da1444412030203b4a16c2eaa
0x08d688c7c7c089106b68cc328a6ccc3967b53ffacfb5a62fd254015fb5d03a1c

Functions
Getter at block 21168812
FreeSupply(view returns (uint256)
3000
MaxperWallet(view returns (uint256)
20
MaxperWalletFree(view returns (uint256)
1
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://QmQNcwmbbz5sv2RuKyBXtpgEJy7cmqx29yB2LRxhFNz9cy/
cost(view returns (uint256)
2000000000000000
maxSupply(view returns (uint256)
3333
name(view returns (string)
PixelApeClub
notRevealedUri(view returns (string)
owner(view returns (address)
0xb74ae6de56fc86e08a82dd5602a2486379463708
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
PAC
totalSupply(view returns (uint256)
3039
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
State-modifying
airdrop(uint256 _mintAmountaddress destination
approve(address touint256 tokenId
freemint(uint256 tokens
mint(uint256 tokenspayable 
pause(bool _state
renounceOwnership(
reveal(bool _state
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setCost(uint256 _newCost
setFreeMaxPerWallet(uint256 _limit
setFreesupply(uint256 _newsupply
setMaxPerWallet(uint256 _limit
setNotRevealedURI(string _notRevealedURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURIstring _notRevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(