BoredApeY00tClub

Verified contract

Active on Ethereum with 371 txns
Deployed by via 0x5ce79329 at 15489862
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BoredApeY00tClub"

0x40352dbbc798bcf9d4840f6c464ff394d9fee2b79a8fc4b14ebfd960c0f47c87
0x7f371a77f7d0505bc4d13c285782661e20f4385982c0d7093790f3b7ad68af1b
0xe68d51e9c865335412d5fb160d11fcf46a75321dd9195f748a95da60296b87fe
0x76ad4ecc2c06213ec199f5c35ee6e98da0d0e301bcf7723c5e1e757773185647
0x68500d42979674931736ce6d39d7ddb2e06a92abf57f1b8a05463aee0bb7f62d
0xceffab55a73357bc77621c746eadba834ce32af5a44fcfe37347c3b3a0a3590a
0x41c70a063edc2af2f144cf299263dc08bf6fe7e90b986ceb6b198626b84d5649
0xf693480aff6f83896b957d0322b33d538c0adcfaaa370eab54b354965f2da7b6
0x44e7f1c4d6855ee6f64671d99f28317de16a06967276dac85f3fcba7740d51b3
0x02ff2e5921d7f2acfe6800d844eba11369f1c42a392822758b56b0d6f34c774f

Functions
Getter at block 21177240
baseUri(view returns (string)
ipfs://QmdJ92pEVEcAuVH4i5Se817DzQSFSScDUsJZKvhuRw8J4n/
collectionSize(view returns (uint256)
4444
maxFree(view returns (uint256)
1
maxMintPerTx(view returns (uint256)
20
name(view returns (string)
BoredApeY00tClub
open(view returns (bool)
true
owner(view returns (address)
0x1acaeebe45f14e76335005e58eac030c43f1186e
price(view returns (uint256)
5000000000000000
symbol(view returns (string)
BAYC
totalSupply(view returns (uint256)
754
Read-only
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
allowlistMint(uint256 _quantity
approve(address touint256 tokenId
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMaxFree(uint256 _newMaxFree
setMaxMintPerTx(uint256 _newMaxMintPerTx
setOpen(bool _value
setPrice(uint256 _newPrice
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
MaxMintPerTxChanged(uint256 newMaxMintPerTx
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PriceChanged(uint256 newPrice
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _priceuint256 _maxMintPerTxuint256 _collectionSizeuint256 _maxFree
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(