Ugly Duck WTF
Verified contract
Active on
Ethereum with 20,518 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 "Ugly Duck WTF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21067661 | 23 days ago | | | 0 | 0.00026285489 | |
| 21057045 | 24 days ago | | | 0 | 0.00026678043 | |
| 21054831 | 24 days ago | | | 0 | 0.000094185591 | |
| 21051992 | 25 days ago | | | 0 | 0.00025514098 | |
| 21031462 | a month ago | | | 0 | 0.00014762133 | |
| 20926941 | a month ago | | | 0 | 0.00062164306 | |
| 20923619 | a month ago | | | 0 | 0.0010446290 | |
| 20899362 | 2 months ago | | | 0 | 0.00022754487 | |
| 20882430 | 2 months ago | | | 0 | 0.00023603615 | |
| 20769873 | 2 months ago | | | 0 | 0.00013477701 |
ABI
ABI objects
Getter at block 21230025
baseLocked() view returns (bool)
false
currentSupply() view returns (uint256)
9999
maxPerWallet() view returns (uint256)
1
maxSupply() view returns (uint256)
9999
name() view returns (string)
Ugly Duck WTF
owner() view returns (address)
0x88a79630bd588e0b49b6f4b5822baa225958304f
p1Limit() view returns (uint256)
2000
p1Minted() view returns (uint256)
2000
p2Limit() view returns (uint256)
3000
p2Minted() view returns (uint256)
3000
phase() view returns (uint256)
4
revealed() view returns (bool)
true
symbol() view returns (string)
UglyDuck
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintLog(address) view returns (uint256)
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)
forceMint(uint256 number, address receiver)
lockBase()
ownerMint(uint256 number)
publicMint(uint256 _amount)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxPerWallet(uint256 _amount)
setNotRevealedURI(string _notRevealedURI)
setP1Limit(uint256 l)
setP2Limit(uint256 l)
setPhase(uint256 p)
setWallet(address _newWallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _amount, bytes signature)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.