Based Bored Apes YC

Verified contract

Active on Base with 4,907 txns
Deployed by via 0x9dfaa35a at 13554668
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
0x7fa2575d6d27fea70530a4ca4d43cb7ef211854cf5868b30a0c88d66149af2bf
0xd1e03a7efd865c75e8c5a49b00ab307346100ea7b89f819503cb1c2811154656
0x1d53cf69ec815912bfb216c924cf8caf04f72c824eb190a153f06ef2c913479f
0xade1671746ead5c14bac344e47906cfe29a799bf34f04fb0d0c51bdc95d2b05e
0xe5fbb1e1d5b28f17be1f23f4120ec6e12961d99f8d05c33832e6877dacddeca3
0x508dab8169f27381609a30738cef41a2916b3934a9026bab2ed33d3c4733d66c
0x23a214f1842429a74e088c04f4e7f75cea19af0510a0e5cf47861ed6d06ca2a8
0xbd6290d20a929d436f49248fc64b9690fbcacbc0d200eb0764d55e83fb9c67a5
0x2c8cbefc0f5a36cdd083a005ae5fca2496a1124d57fe6ec895191e383e1db7c8
0x62cb82c542e81a6a5f574aa043a8a54fb3be5f889c5dbf67473c8cc6095e2aed

Functions
Getter at block 23651051
MAX_FREE_PER_WALLET(view returns (uint256)
0
MAX_MINTS_PER_TX(view returns (uint256)
100
NUM_FREE_MINTS(view returns (uint256)
0
PUBLIC_SALE_PRICE(view returns (uint256)
2500000000000000
baseTokenURI(view returns (string)
ipfs://bafybeig32rjd4burz53ylsyy7laked6sdfkstwo2fsvdgdbx6ogvneaium
freeNFTAlreadyMinted(view returns (uint256)
1101
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
4500
name(view returns (string)
Based Bored Apes YC
owner(view returns (address)
0x2665339f4c157d5b873618c996cd42c6d35020cc
symbol(view returns (string)
BBAYC
totalSupply(view returns (uint256)
4387
Read-only
balanceOf(address ownerview returns (uint256)
calculateMintingPrice(uint256 quantityview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setmaxSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(