Based Ducks Yacht Club

Verified contract

Active on Base with 129 txns
Deployed by via 0x1a337d82 at 3276240
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Based Ducks Yacht Club"

0x47e5173de8fd1f45acae26dd15bf174878b40d29386798a58a449a4982fc8a5c
0x6e13b4a8fccb03ef60b298e0fd9a59cefb44ec3784779b6239b0db8fa8c4ec03
0x3d36113ee07d40f1344e3841ae76c102d00e9b3c23850c9fbf25aaa397ede5f2
0x66992d7dd38c089ce1a1a0ad2aced097100b277a060825a7ed72e01964414bf6
0x72b88832986e583ddab2d8386cfd346db4cc220fee92a458ef395ff9582e60cf
0x2f0766338a4e5dc541941bf9912c93bd41d81e71de65d60a88f049c42b23e2a2
0xa2716890904032194e0f1c1aac4c1e1358385f8e2068545e370018ffce08f5c2
0x0bad271185fd90ae2c26425a929e065b73204e5f4be466ba7b8544f5ac8478c9
0xc16c0aebca2d2a049e85fb119146f26066d96775480ce21af6a9ed757d42405d
0xfeca1cd5306cb07e6eb7406710eb136108e90b37ed075f50bc07c7b0eecfb5c2

Functions
Getter at block 23287582
maxFreePerWallet(view returns (uint256)
1
maxFreeSupply(view returns (uint256)
10000
maxPerTx(view returns (uint256)
100
maxSupply(view returns (uint256)
10000
mintEnabled(view returns (bool)
false
name(view returns (string)
Based Ducks Yacht Club
owner(view returns (address)
0x0a0e89e0f4eefe0f8fd70413312bf311d466f6d8
price(view returns (uint256)
200000000000000
symbol(view returns (string)
BDYC
totalSupply(view returns (uint256)
147
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 tokenIdpayable 
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setPrice(uint256 _price
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(