Base Bored Apes

Unverified contract

Proxy

Active on Base with 3,882 txns
Deployed by via 0xc85f1aac at 13897690
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Native
Value $2.24
ERC-20
Value $0
ERC-20
--
0xc81ba75ed0c78e024ff57884360be069779851d9ad22f3856cafca81f8242030
0x24ef6555c0a3456938adcf5a6d1118815222c78923f08fedd948c69d3d326f3c
0x0f28cd9a91105f9f0eb79bc28575b8eba73f475297e9d05cb6a96d17d6dcce47
0xbaa1da7328236aefd42bc38854bd2dc42b659557b59e23afb5d4b2231ee77924
0xcaabe48081c85db15bada84d8e7ef584b69185bbc6c32f0f6169e4bec1efbdd0
0x21e19f0dedfff52b549e316b71ecd5b2ea67ded0f7db37705829fb0f5464512b
0x631c35f3a6deccf6d9ec5361d4820c74f22d6993681e971b957cf4af480df85f
0xad75db5a756bf7de0f65489a05be41cf810c62e2a912c1d61ea3a1fea9606ce6
0xe1c8b9c142143e79d5fffd556f5e8029dac64b119f2d08e1c12f62a6eac21084
0xb66aa23100b8b7240c955bd47532cbcdc52b655144c8a26649a63ceebbcfb7e9

Functions
Getter at block 22516252
baseURI(view returns (string)
ipfs://bafybeibsyebjbtsfqs26s4tbtrhz6z5iu2bceun2c5pwzr46rna2kjsuxu/
costPublic(view returns (uint256)
40000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
2900
maxMintPublic(view returns (uint256)
250
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
5555
name(view returns (string)
Base Bored Apes
owner(view returns (address)
0x59c045bbc778b360b739abe5c1d124a1e08fc56d
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BBAC
totalSupply(view returns (uint256 result)
4508
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofuint256 _quantityview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintFree(uint256 _quantity
mintPaid(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
setWithdrawAddress(address _newWithdrawAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(