Okay Duck Yacht Club
Verified contract
Active on
Ethereum with 790 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 "Okay Duck Yacht Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20808394 | 2 months ago | | | 0 | 0.00043820785 | |
| 18340380 | a year ago | | | 0 | 0.00023365061 | |
| 18019900 | a year ago | | | 0 | 0.00091491081 | |
| 18019885 | a year ago | | | 0 | 0.0010629274 | |
| 18019878 | a year ago | | | 0 | 0.0010707074 | |
| 18019861 | a year ago | | | 0 | 0.0012135892 | |
| 18019855 | a year ago | | | 0 | 0.0017145487 | |
| 18019849 | a year ago | | | 0 | 0.0017554580 | |
| 18019816 | a year ago | | | 0 | 0.0021663665 | |
| 18019809 | a year ago | | | 0 | 0.0017076740 |
ABI
ABI objects
Getter at block 21218945
maxFreePerWallet() view returns (uint256)
10
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)
0x013feb588fb979d6ee586c0d8b0f2767442ffd4e
price() view returns (uint256)
0
symbol() view returns (string)
ODYC
totalFree() view returns (uint256)
1500
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
flipSale()
mint(uint256 count) payable
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)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()