Dastardly Ducks
Verified contract
Active on
Ethereum with 2,270 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 "Dastardly Ducks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21210445 | 13 days ago | | | 0 | 0.00064500547 | |
| 20996112 | a month ago | | | 0 | 0.00050608117 | |
| 20996083 | a month ago | | | 0 | 0.00050491632 | |
| 20813534 | 2 months ago | | | 0 | 0.0011296539 | |
| 20652800 | 3 months ago | | | 0 | 0.000054982934 | |
| 20588725 | 3 months ago | | | 0 | 0.000054025247 | |
| 20565478 | 3 months ago | | | 0 | 0.000073239427 | |
| 20520920 | 4 months ago | | | 0 | 0.00030054429 | |
| 20520874 | 4 months ago | | | 0 | 0.00037564320 | |
| 20375940 | 4 months ago | | | 0 | 0.00017667952 |
ABI
ABI objects
Getter at block 21304497
baseURI() view returns (string)
ipfs://QmWYA1zgmWXt6cmd9EMMC1LaxU2Y3GgnneZjGLc1XwNFLf/
maxDucks() view returns (uint256)
10000
mint12price() view returns (uint256)
45000000000000000
mint1price() view returns (uint256)
5000000000000000
mint6price() view returns (uint256)
25000000000000000
name() view returns (string)
Dastardly Ducks
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x8aa986eb2f0d3b5001c9c2093698a4e13d646d5b
paused() view returns (bool)
false
symbol() view returns (string)
DASDUK
totalSupply() view returns (uint256)
10000
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint12Ducks() payable
mint6Ducks() payable
mintDuck() payable
pause()
promoMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
set12Price(uint256 newPrice)
set6Price(uint256 newPrice)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.