DoodleDuckling
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
0x6ba4…71c6
Balances ($0.00)
No balances found for "DoodleDuckling"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16725828 | 2 years ago | | | 0 | 0.0051885558 |
ABI
ABI objects
Getter at block 21217883
MAX_AMOUNT() view returns (uint256)
8888
baseURI() view returns (string)
ipfs://Qmebmmcx46LAycFBh4zADCzhVKuZR9kvYexbjATEHGdSFG/
freeMintIsActive() view returns (bool)
true
freeMintMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getAvailable() view returns (uint256)
8888
name() view returns (string)
DoodleDuckling
owner() view returns (address)
0x780498d80faf0d598fdabe79f9d591ccc1c1f562
payee() view returns (address)
0x6ba48660480045a75b656c01a32cccf4860b71c6
price() view returns (uint256)
50000000000000000
saleIsActive() view returns (bool)
false
symbol() view returns (string)
DOODLE DUCKLING
Read-only
balanceOf(address owner) view returns (uint256)
checkWhitelist(bytes32 root, bytes32[] proof) view returns (bool)
freeMintedList(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
secondFreeMintedList(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeBaseURI(string newUri)
flipFreeMintState()
flipSaleState()
freeMint()
initialize(string name, string symbol, address payee_, string baseURI_)
ownerMint(address[] accounts)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateFreeMintMerkleRoot(bytes32 root)
updateMaxSupply(uint256 supply)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.