Okay Doodle Yacht Club
Verified contract
Active on
Ethereum with 1,304 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9.29)
Native
Value
$9.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003 | $3,095.27 |
$9.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16924380 | 2 years ago | | | 0 | 0.00094983425 | |
| 16762160 | 2 years ago | | | 0 | 0.00098525291 | |
| 16451355 | 2 years ago | | | 0 | 0.00083116800 | |
| 16450392 | 2 years ago | | | 0 | 0.00089293526 | |
| 16450382 | 2 years ago | | | 0 | 0.00088985583 | |
| 16376683 | 2 years ago | | | 0 | 0.00075841364 | |
| 15518776 | 2 years ago | | | 0 | 0.00025960923 | |
| 15382083 | 2 years ago | | | 0 | 0.00017530049 | |
| 15382077 | 2 years ago | | | 0 | 0.00025338783 | |
| 15382072 | 2 years ago | | | 0 | 0.00023248828 |
ABI
ABI objects
Getter at block 21209167
hiddenMetadataUri() view returns (string)
ipfs://QmYUWqud87f1E3mDr58fj7ES6sozkuSsWoz29dZ7hbEM1s
maxPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
50
maxSupply() view returns (uint256)
10000
name() view returns (string)
Okay Doodle Yacht Club
owner() view returns (address)
0x409f6883db7cd887bcf783c9628b2aa01dcf4591
paused() view returns (bool)
false
price() view returns (uint256)
200000000000000
revealed() view returns (bool)
false
symbol() view returns (string)
ODYC
totalFree() view returns (uint256)
5000
totalSupply() view returns (uint256)
5168
uriPrefix() view returns (string)
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)
mint(uint256 _mintAmount) payable
ownerAirdrop(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFreeAmount(uint256 amount)
setMaxPerTx(uint256 _maxPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setPrice(uint256 _newPrice)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
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()