PixelApeClub
Verified contract
Active on
Ethereum with 1,070 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13.23)
Native
Value
$13.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004 | $3,307.92 |
$13.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17061517 | 2 years ago | | | 0 | 0.0010832287 | |
| 16498685 | 2 years ago | | | 0 | 0.00093160652 | |
| 16489119 | 2 years ago | | | 0 | 0.00075203603 | |
| 16363556 | 2 years ago | | | 0 | 0.00051020052 | |
| 16319667 | 2 years ago | | | 0 | 0.00074429468 | |
| 16090256 | 2 years ago | | | 0 | 0.00054877092 | |
| 15887883 | 2 years ago | | | 0 | 0.00066783721 | |
| 15877873 | 2 years ago | | | 0 | 0.00065898039 | |
| 15817034 | 2 years ago | | | 0 | 0.00052027131 | |
| 15737448 | 2 years ago | | | 0 | 0.00060759984 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events airdrop(uint256 _mintAmount, address destination)
approve(address to, uint256 tokenId)
freemint(uint256 tokens)
mint(uint256 tokens) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setFreeMaxPerWallet(uint256 _limit)
setFreesupply(uint256 _newsupply)
setMaxPerWallet(uint256 _limit)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string _initBaseURI, string _notRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()