BoringApes

Verified contract

Active on Ethereum with 4,220 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BoringApes"

0x2320a047d3fdf44c2dbbcee7d21d9c650acbf47ecf3cfaf9c095fdddb774bf4f
0x37c1af052da980513e1f5cf7102b40bf193c8ac6392b5f8f021e9907b0c64b7a
0xb68dd6462da7188e76c908cc0fb4f9afe95331976a33ddb5850eaa8304104bc7
0xe86b06a4c42e1c7a7110faebd03c3118a1143d1c9d3eb2641161963eeb1f2fd1
From
0x07a8d7a58eee10e41851bf7dd8a3277cd1d297102cc6cbc7a28dbf31f4200dda
0xdfde8da8df04e6d39aaa60d1829ad725aed82d86ebfcf33e2e0ff057df3484a1
0xd9229ee27d2abf604b6c7dc09410ab3f5fb5eaf4453db37774e734254456d16f
0x11a7193f68542f839f24e339b7d327f5c1f248640f9af7c776d76a65bd916edc
0x3028eab119aa9823888ed7de10c8dff1833129ecf3b53cc8d6814d2f65c6fc27
0x468ca8d3a4e9ae42e0ecb369f187ba1bb836a9404ab7ee5fddb335552eeb7976

Functions
Getter at block 21204086
cost(view returns (uint256)
4000000000000000
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
21
maxSupply(view returns (uint16)
4000
name(view returns (string)
BoringApes
owner(view returns (address)
0x0545b95faf027af6df9a7f6d9b0d5cc1b759ef93
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
BORING
totalSupply(view returns (uint256)
4000
Read-only
NFTPerPublicAddress(addressview returns (uint8)
balanceOf(address ownerview 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
SendNFT(uint8 _amountPerAddressaddress[] addresses
Treasury(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
publicMint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimit(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setRevealed(
setUriPrefix(string _uriPrefix
togglePaused(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(