This contract is being backfilled. You may encounter incomplete storage history.

Dick Ape Yacht Club

Verified contract

Active on Ethereum with 2,462 txns
Deployed by via 0xbbb9f5b9 at 15014333
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Dick Ape Yacht Club"

0x20c36ef0d76769bcda8fe45de0175794adc8f8f93b3a4831ec360b915c993fac
0xd64ccdf7b12b97fcfbc7a6eac1bba8e2a065211e44b96bfed17b21296f421167
0x9411dc5681aa557b0605d06f7f4cdd969f953810eb7697cf228dba72b793d6fd
0xf186ef6324fd0d9c451525403c4181c603c32e7afc7548cb4dd8b6d4fcce3e76
0xaf234b01051c1907fdbbb97e9fe7763a7ffeeeca96711e795641e04ab595765c
0xeaa2ddfa46ea12bdb88c1c2a14a18271f0258e8f1f8f886b075ca0fed9d58708
0x957fad2289e14329fa8dbe67990186c23a10fe04830ac078e4b36feaa1513915
0x2ae696b3421cf0f41854e492da24cb3db8a00910b855653540a0f41fb8ccd887
0x18a9945ce515795a033cc8f716ff0108849e06c9a544ed8aaa9ea06efc243822
0x65195ddb1c891987be60f5c4763a880151916e85e2facbf36d050d2ec8d1689f

Functions
Getter at block 20794201
FREE_MINT_MAX_QTY(view returns (uint256)
3332
GIFT_MAX_QTY(view returns (uint256)
1
TOTAL_MAX_QTY(view returns (uint256)
3333
TOTAL_MINT_MAX_QTY(view returns (uint256)
3332
giftedQty(view returns (uint256)
1
maxFreeQtyPerWallet(view returns (uint256)
3
mintedQty(view returns (uint256)
3332
name(view returns (string)
Dick Ape Yacht Club
owner(view returns (address)
0xaa4148e1cec78fcd6bed304d2575b3cacf73ec98
symbol(view returns (string)
DAYC
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
minterToTokenQty(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
gift(address[] receivers
mint(uint256 _mintQty
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string URI
setMaxFreeQtyPerWallet(uint256 _maxQtyPerWallet
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawAll(
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(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(