BoredApeY00tClub
Verified contract
Active on
Ethereum with 371 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BoredApeY00tClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18060862 | a year ago | | | 0 | 0.00074446617 | |
| 15555745 | 2 years ago | | | 0 | 0.0010460368 | |
| 15555670 | 2 years ago | | | 0 | 0.0012089880 | |
| 15536168 | 2 years ago | | | 0 | 0.00087574117 | |
| 15536134 | 2 years ago | | | 0 | 0.00073965783 | |
| 15536134 | 2 years ago | | | 0 | 0.00073965900 | |
| 15536134 | 2 years ago | | | 0 | 0.00074257707 | |
| 15536130 | 2 years ago | | | 0 | 0.00089230347 | |
| 15506140 | 2 years ago | | | 0 | 0.00057599527 | |
| 15505972 | 2 years ago | | | 0 | 0.00051993954 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(uint256 _quantity)
approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxFree(uint256 _newMaxFree)
setMaxMintPerTx(uint256 _newMaxMintPerTx)
setOpen(bool _value)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MaxMintPerTxChanged(uint256 newMaxMintPerTx)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceChanged(uint256 newPrice)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _price, uint256 _maxMintPerTx, uint256 _collectionSize, uint256 _maxFree)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()