Bored Ape Pixel Club
Verified contract
Active on
Ethereum with 2,011 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 "Bored Ape Pixel Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203700 | 8 days ago | | | 0 | 0.00047783064 | |
| 21106733 | 22 days ago | | | 0 | 0.00011648191 | |
| 20768707 | 2 months ago | | | 0 | 0.00011601909 | |
| 20707297 | 3 months ago | | | 0 | 0.000083739828 | |
| 20634569 | 3 months ago | | | 0 | 0.000099136000 | |
| 20397118 | 4 months ago | | | 0 | 0.000065946051 | |
| 20144857 | 5 months ago | | | 0.04 | 0.000052582000 | |
| 20034042 | 6 months ago | | | 0 | 0.0021812728 | |
| 20007681 | 6 months ago | | | 0 | 0.00042216574 | |
| 20007677 | 6 months ago | | | 0 | 0.00041355772 |
ABI
ABI objects
Getter at block 21263956
maxApes() view returns (uint256)
5000
name() view returns (string)
Bored Ape Pixel Club
nftPerAddressLimit() view returns (uint256)
0
owner() view returns (address)
0x53fd7de6f23ac986ca5b9ab219beac9034d9c002
revealed() view returns (bool)
true
saleIsActive() view returns (bool)
false
symbol() view returns (string)
BAPC
totalSupply() view returns (uint256)
2230
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintApe(uint256 apeQuantity) 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 baseURI)
setNotRevealedURI(string notRevealedURI)
setPrice(uint256 newApePrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw_all()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.