Undead Ape Yacht Club

Verified contract

Active on Ethereum with 6,276 txns
Deployed by via 0x3b0d3a53 at 16045892
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.02
0x03f351055ceacdb55b60b41f40c9292c3b0febcd3935d017763c3670bc37c985
0x10e830c70d91c413f429ed4e7f3f0c8d6c2e05a528e942128c62bd8ea8d92e2f
0x7996affeb40421accab5cf4741b568ed90d1d00f607602db7f20bba43c713ea5
0xfeb009ef08f718841bfba1ce436710d226ca33ba2b5574dd0459931d1d38d2f5
0xec0410a77aadce358afc6139c1e378d67eb43a63f925465478dc1b427a42cc5b
0xa050f01713c58c36ea85665e19f08b38b51580277f1885cbaf5d8e2657cce4a2
0x17fbd6272acbdabebaf9069938dd2bf683a1e5ca15934c760acc04406a7a1b36
0x125c60571e96c65d3398606b438c2b276e92a2e8b6fdccf29f8822375eea86cc
0xc3405ced854a286aa10754c813b02c237600f854ea78485d20af42fe49ecea4e
0xee033ed7c1a56f8bb4e014dda244ea9ef2aa4994db42e35f6b8fd14e193c0a8b

Functions
Getter at block 20884006
maxMintAmountPerPresaleAccount(view returns (uint64)
1
maxMintAmountPerPublicAccount(view returns (uint64)
1000
maxSupply(view returns (uint64)
7777
merkleRoot(view returns (bytes32)
0x32b8123c513b5cc420217d6cdd2c852c2e7d4b3816e005190c166d6a3b3901c3
name(view returns (string)
Undead Ape Yacht Club
owner(view returns (address)
0x2da0dc9f8ddff2c863a38a262c9524251fce13ae
presaleActive(view returns (bool)
true
presaleCost(view returns (uint256)
0
presaleMaxSupply(view returns (uint64)
4000
presaleTotalSupply(view returns (uint64)
2156
publicMaxSupply(view returns (uint64)
3777
publicSaleActive(view returns (bool)
true
publicSaleCost(view returns (uint256)
3000000000000000
publicTotalSupply(view returns (uint64)
3638
symbol(view returns (string)
UAYC
totalMinted(view returns (uint256)
7777
totalSupply(view returns (uint256)
7777
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 _tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getPresaleAmountMintedPerAccount(address _ownerview returns (uint64)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 _tokenId
mintForAddress(uint256 _mintAmountaddress _receiver
presaleMint(bytes32[] _merkleProofuint64 _mintAmountpayable 
publicMint(uint64 _mintAmountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _URI
setMaxMintPerPresaleAccount(uint64 _maxMintAmountPerPresaleAccount
setMaxMintPerPublicAccount(uint64 _maxMintAmountPerPublicAccount
setMerkleRoot(bytes32 _merkleRoot
setPresaleActive(bool _state
setPresaleCost(uint256 _presaleCost
setPresaleMaxSupply(uint64 _presaleMaxSupply
setPublicActive(bool _state
setPublicMaxSupply(uint64 _publicMaxSupply
setPublicSaleCost(uint256 _publicSaleCost
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
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(