Based Ducks Yacht Club
Verified contract
Active on
Base with 129 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 "Based Ducks Yacht Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5051328 | a year ago | | | 0 | 1.2486130e-7 | |
| 5051324 | a year ago | | | 0 | 0.0000066763410 | |
| 5051321 | a year ago | | | 0 | 1.3475949e-7 | |
| 3366769 | a year ago | | | 0 | 0.0000021007126 | |
| 3366746 | a year ago | | | 0 | 0.0000021013270 | |
| 3366728 | a year ago | | | 0 | 0.0000021016485 | |
| 3366722 | a year ago | | | 0 | 0.0000021019799 | |
| 3366716 | a year ago | | | 0 | 0.0000021019799 | |
| 3366711 | a year ago | | | 0 | 0.0000021019799 | |
| 3366706 | a year ago | | | 0 | 0.0000021023216 |
ABI
ABI objects
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 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) payable
flipSale()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()