Boring Apes v2

Verified contract

Active on Ethereum with 2,072 txns
Deployed by via 0x1bcddb57 at 17960750
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "Boring Apes v2"

0x3a0ee2544414051334c5ea2c08fd94c876f6dc80f57109814d0e2f68120d081e
0x78acc43b0e161ffe30233a9a6451c547c81b1c677c01c06ad38f4034c6788a7c
0x762d57ffa3b91aac5c331237a8f1372bfa24ab660fb033d94f557a5950f72640
0xaf8a1fdb1b9d668d4b5f6dd0d40de2a1513248c2863e5262a3cd5f30e1c12e79
0xebdfc2ae425ca96fe62e5c141b237bdaef45c5cb0a6b22183db47feaf586d100
0x35b08b23563bdfd4ffa34cbac93ae5457ab85039c023f347264269d7558b4415
0x323c41f61bcc1c4dbd556f58dc98b0ad91529181572b4972cd0677b5b289ee23
0x6cb3e5ac31668d4c19ee2da603a0ebb56f6617804f77028739f1dd723c2a7e3a
0x6735df967ce75c93f6fe50975552a19ec2173b9bd5d7890b6408ed97f2a866ed
0x08c1242268dd041e68df838f3839088b29bb46ab609c3c26f99d9a3b2bc96603

Functions
Getter at block 20913376
MAX_SUPPLY(view returns (uint256)
8000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI(view returns (string)
 
getBaseURI(view returns (string)
max_per_wallet(view returns (uint256)
500
name(view returns (string)
Boring Apes v2
notRevealedUri(view returns (string)
,
owner(view returns (address)
0x104c42680211184dfe57dfb540f98d9dc81163f9
publicSaleCost(view returns (uint256)
2000000000000000
public_mint_status(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
BORINGv2
totalSupply(view returns (uint256)
8000
whitelistCount(view returns (uint256)
9
whitelistLimit(view returns (uint256)
10
whitelistLimitPerWallet(view returns (uint256)
10
whitelist_mint_status(view returns (bool)
false
wlCost(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _userview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMinted(addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
whitelistMinted(addressview returns (uint256)
whitelistedAddresses(uint256view returns (address)
State-modifying
airdrop(address[] receiveruint256[] quantitypayable 
approve(address operatoruint256 tokenId
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setContractURI(string _contractURI
setMAX_SUPPLY(uint256 _MAX_SUPPLY
setMax_per_wallet(uint256 _max_per_wallet
setNotRevealedURI(string _notRevealedURI
setPublicSaleCost(uint256 _publicSaleCost
setRoyaltyInfo(address _receiveruint96 _royaltyFeesInBips
setWhitelistLimit(uint256 _whitelistLimit
setWlCost(uint256 _wlCost
setwhitelistLimitPerWallet(uint256 _whitelistLimitPerWallet
toggleReveal(
toggle_public_mint_status(
toggle_whitelist_mint_status(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistUsers(address[] _users
withdraw(payable 
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(string _initBaseURIstring _initNotRevealedUristring _contractURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(