Dick Ape Yacht Club
Verified contract
Active on
Ethereum with 2,463 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 "Dick Ape Yacht Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147989 | 18 days ago | | | 0 | 0.00029169924 | |
| 20395551 | 4 months ago | | | 0 | 0.000036597400 | |
| 20395551 | 4 months ago | | | 0 | 0.000036597400 | |
| 20395551 | 4 months ago | | | 0 | 0.000026141000 | |
| 20099345 | 5 months ago | | | 0 | 0.00018727426 | |
| 18985945 | 10 months ago | | | 0 | 0.0015191485 | |
| 18911357 | a year ago | | | 0 | 0.00021003525 | |
| 18911342 | a year ago | | | 0 | 0.00023737090 | |
| 18404627 | a year ago | | | 0 | 0.00014496785 | |
| 18357669 | a year ago | | | 0 | 0.00030377031 |
ABI
ABI objects
Getter at block 21275459
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minterToTokenQty(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address[] receivers)
mint(uint256 _mintQty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setMaxFreeQtyPerWallet(uint256 _maxQtyPerWallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()