Beaned Ape Yacht Club

Verified contract

Active on Ethereum with 3,550 txns
Deployed by via 0x34efcc4f at 15281629
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.37
0xf2e06a59a2899c021552f1992bcdb1a4fd87b0f1c7dc3aea9891dca60b7df095
0x0ed7cc4f15393ffdf76072c13323995279e75dc2bf6d401746438d0d90c16105
0x0366735ea3621fad2f8438bfbb622237c8c5a2c0f31e179420953a15688775c8
0x662179823024abb6c0717d825d6b3ec3bc621ae856a00d0a13068fd07bba8612
0xc707c10d63c5012621ef8f26dc33ab11efa61459defbc21ae15ca478e4b8c5df
0x367f4de6499feedd713802a6eab065ccf56161a52b4db0fb661f8ab5c7b75887
From
0x65e01f409776255db56d56f893254537ae5860ed85d5d9f949eed15c13cb2d5b
0x03d2f4f5561ffa98e16f407112a076e33704dadc645c0b1849a79edcc29b65e8
0xe8ebb4b16181a2e6425e493aac873d3af311202f7a55eed7d096154693f3ae7d
0x50aee652a48c36c8517e3d1fad00dfd9d631d77c140a4e7495fc94d9227076fa

Functions
Getter at block 21327311
cost1(view returns (uint256)
0
cost2(view returns (uint256)
0
maxLimitPerWallet(view returns (uint256)
6
maxMintAmountPerTx(view returns (uint256)
3
name(view returns (string)
Beaned Ape Yacht Club
owner(view returns (address)
0x7e919b4f8b01e54a3f47987c2726c2ae88bb284a
price(view returns (uint256)
0
sale(view returns (bool)
true
supplyLimit(view returns (uint256)
10000
symbol(view returns (string)
BNAYC
totalSupply(view returns (uint256)
10000
uri(view returns (string)
ipfs://QmUJocguWMSFGhixpeeTKzu8cv7bVN41nuzNM1xUgCMj78/
uriSuffix(view returns (string)
.json
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)
tokensOfOwner(address ownerview returns (uint256[])
State-modifying
Mint(uint256 _mintAmountpayable 
approve(address touint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setSaleStatus(bool _sale
setUriSuffix(string _uriSuffix
setcost1(uint256 _cost1
setcost2(uint256 _cost2
setmaxLimitPerWallet(uint256 _maxLimitPerWallet
setsupplyLimit(uint256 _supplyLimit
seturi(string _uri
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
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(