Dandy Ducks Club
Verified contract
Active on
Ethereum with 860 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Dandy Ducks Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19676958 | 7 months ago | | | 0 | 0.00049518949 | |
| 19171602 | 10 months ago | | | 0 | 0.00080185158 | |
| 18720035 | a year ago | | | 0 | 0.0013284783 | |
| 17950066 | a year ago | | | 0 | 0.00094291798 | |
| 17617367 | a year ago | | | 0 | 0.00065275282 | |
| 17581814 | a year ago | | | 0 | 0.0010759650 | |
| 17536913 | a year ago | | | 0 | 0.00040692104 | |
| 17536913 | a year ago | | | 0 | 0.00040830205 | |
| 17536902 | a year ago | | | 0 | 0.00084457877 | |
| 17535514 | a year ago | | | 0 | 0.00060053272 |
ABI
ABI objects
Getter at block 21292359
DUCK_PROVENANCE() view returns (string)
LICENSE_TEXT() view returns (string)
MAX_DUCKS() view returns (uint256)
9999
baseURI() view returns (string)
https://dandyducks.vercel.app/api/
duckPrice() view returns (uint256)
30000000000000000
duckReserve() view returns (uint256)
22
maxDuckPurchase() view returns (uint256)
20
name() view returns (string)
Dandy Ducks Club
owner() view returns (address)
0xdc0f9b4b9900ced3c99c3b6ecc1b414e2097a250
saleIsActive() view returns (bool)
false
symbol() view returns (string)
DDC
totalSupply() view returns (uint256)
850
Read-only
balanceOf(address owner) view returns (uint256)
duckNames(uint256) view returns (string)
duckNamesOfOwner(address _owner) view returns (string[])
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)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
viewDuckName(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeDuckName(uint256 _tokenId, string _name)
changeLicense(string _license)
flipSaleState()
lockLicense()
mintDandyDuck(uint256 numberOfTokens) payable
renounceOwnership()
reserveDucks(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
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)
duckNameChange(address _by, uint256 _tokenId, string _name)
licenseisLocked(string _licenseText)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.