Bored Ape Pixel Club V3

Verified contract

Active on Ethereum with 1,258 txns
Deployed by via 0xe8ab5bca at 15849926
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $408.63
0x03401ab73598faa2221c4d297f6324dc3f5c654b8a70c4e6975fcc32b48b8922
0x7b23241ca76e74b5413c56eb95078cd04d761877f3c7f970f5e77f3da6dc95a5
0x1591409d80d9ae547c095263ef3c178082ef4c4219a947e574f66d79680d346f
0x97919aac742d58ebd38663122a8fc1c0da4cb9a9563ada0c14bebc515b63a5e3
0x539ab45db03806981a3335c8ebdba630a6a3c4c4bfe87c8a5f81d3547731fb10
0x68f8425e2dec8ff0ecb7a08191a247f384bcf4fc142f56c53429d1f528ed7e01
0x570a33d6090101282d2c374b478db2ebe76c55aa39102a358453c599121a582e
0x590de41c3b86bf4c9e64cfa896b8922ef6d428d5274b91533be333ba9dc28f9c
0x65f63a9d006802e491682b4e2b13977908f08093d343edc26b6aeb6fbb1252ba
0x498a4cb435976eecd5cd5796767aaf849c94c0ee0f80fa66d5e7b1f08fce5311

Functions
Getter at block 21391971
addressDeposit(view returns (address)
0xdd4b0d57eb037f27d1c52d23439076ee78e904b6
baseTokenURI(view returns (string)
ipfs://QmWoeXzD2Chyff1kqevCqjDSYLY6FS3pbcQzm93QtTA4Wx/
maxMintPerWallet(view returns (uint256)
200
maxSupply(view returns (uint256)
2770
mintPaused(view returns (bool)
false
mintPrice(view returns (uint256)
35000000000000000
name(view returns (string)
Bored Ape Pixel Club V3
owner(view returns (address)
0x6138bcc2af73fc295f7dec52fff6f285dadb117d
symbol(view returns (string)
BAPC
totalSupply(view returns (uint256)
1199
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
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)
State-modifying
approve(address touint256 tokenIdpayable 
giveaway(uint256 quantitypayable 
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setAddressDeposit(address _addressDeposit
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setMaxMintPerWallet(uint256 _maxMintPerWallet
setMintPaused(bool _mintPaused
setMintPrice(uint256 _mintPrice
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
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
MintPaused(bool value
MintPriceChanged(uint256 value
Minted(address indexed owneruint256 quantityuint256 totalMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURIuint256 _maxPerMintPerWalletaddress _addressDeposit
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(