Where The Duck
Verified contract
Active on
Base with 5,121 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($17.40)
Native
Value
$17.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.0069 | $2,521.31 |
$17.4 | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21805520 | 6 hours ago | | | 0 | 1.8522844e-7 | |
| 21743668 | 2 days ago | | | 0 | 1.8744841e-7 | |
| 21722797 | 2 days ago | | | 0 | 0.000000207508418140 | |
| 21722402 | 2 days ago | | | 0 | 1.8584401e-7 | |
| 21683036 | 3 days ago | | | 0 | 1.8522844e-7 | |
| 21635457 | 4 days ago | | | 0 | 1.7592737e-7 | |
| 21621799 | 4 days ago | | | 0 | 1.9018157e-7 | |
| 20889249 | 21 days ago | | | 0 | 1.8655391e-7 | |
| 20368627 | a month ago | | | 0 | 1.7352447e-7 | |
| 20342024 | a month ago | | | 0 | 1.4727510e-7 |
ABI
ABI objects
Getter at block 21815710
cost() view returns (uint256)
150000000000000
freeAmount() view returns (uint256)
1
hiddenMetadataUrl() view returns (string)
isRevealed() view returns (bool)
true
maxFreeSupply() view returns (uint256)
5000
maxPerWallet() view returns (uint256)
50
maxSupply() view returns (uint256)
10000
name() view returns (string)
Where The Duck
owner() view returns (address)
0x4de920f79a8d33ac636382fce36a74311c28037a
pause() view returns (bool)
false
symbol() view returns (string)
WTD
totalSupply() view returns (uint256)
8091
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)
userBalance(address) view returns (uint256)
State-modifying
Events airdrop(address to, uint256 mintAmount)
approve(address to, uint256 tokenId) payable
mint(uint256 mintAmount) payable
renounceOwnership()
reveal(bool _state)
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 _baseURL)
setCost(uint256 _newCost)
setFreeAmount(uint256 _newAmt)
setMaxFreeSupply(uint256 newMaxFreeSupply)
setMaxPerWallet(uint256 _newAmt)
setMaxSupply(uint256 newMaxSupply)
setPause(bool _state)
sethiddenMetadataUrl(string _hiddenMetadataUrl)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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 _baseMetadataUrl)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()