Okay Duck Yacht Club

Verified contract

Active on Ethereum with 13,082 txns
Deployed by via 0x590d1b77 at 14833363
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#803)
ERC-721
--
0x42b8afb317aaa9a5b3d5b14eaea5b8095f4995836af05459edadef2b60c51969
0x2978550638480cb03e2f20e3ec36a32a86e84708dfc4a9b6b031111b0b3732dc
0xa0f8cf914c2ff352051faf8d453d3cba0d455bdcad2f902b121e1476c88954fe
0x78a68d55752ba4984f90bba07b2afef283fa0b3adf9ed988b65bce202b83aa4f
0x31b21b942e60f28db6488eff7d446bc902eae030df907bb193b9fa795c87e78d
0x01a5b853f0bf30192ffbfe03a316b0a1dd7fd4abd43ac9cd0cb7b583d6ca3f9e
0x4d48b026344323fc8c2e27e46f776dbcdb7934c11cd3c6278ac42539a9c5ab2b
0x5141f093ccd7cc58f40390d79006f4cb00b9f3d2d077aca4f04e614f1f4403ca
0x48365c54c0c4f94f34af01e0d36468b72a1d67dd9dcba7e8e6c77ac71fc3d2e5
0x36e7d0692c978bc1c1e5e277b122b4e8c381e219ad9b930a5fb273ecd422f15f

Functions
Getter at block 21248777
maxFreePerWallet(view returns (uint256)
2
maxPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
5555
mintEnabled(view returns (bool)
true
name(view returns (string)
Okay Duck Yacht Club
owner(view returns (address)
0x258cc47a6c4fb69458f87825d8e3f7b57c90748d
price(view returns (uint256)
4000000000000000
symbol(view returns (string)
ODYC
totalFree(view returns (uint256)
1500
totalSupply(view returns (uint256)
5555
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)
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
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

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(