We All Love Ducks
Verified contract
Active on
Ethereum with 221 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,288.33 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15223857 | 2 years ago | | | 0 | 0.00091153010 | |
| 15223853 | 2 years ago | | | 0 | 0.00074017864 | |
| 15212745 | 2 years ago | | | 0 | 0.0044058061 | |
| 15212620 | 2 years ago | | | 0 | 0.0020803240 | |
| 15212618 | 2 years ago | | | 0 | 0.0017722675 | |
| 15189261 | 2 years ago | | | 0 | 0.00086800853 | |
| 15188804 | 2 years ago | | | 0 | 0.00051811256 | |
| 15187930 | 2 years ago | | | 0 | 0.0014387517 | |
| 15186767 | 2 years ago | | | 0.00000001 | 0.0024225670 | |
| 15186760 | 2 years ago | | | 0.00000001 | 0.0025949402 |
ABI
ABI objects
Getter at block 21171172
_maxFreeMintPerAddr() view returns (uint256)
2
_maxFreeMintSupply() view returns (uint256)
1000
_maxMintPerTx() view returns (uint256)
15
_maxSupply() view returns (uint256)
5555
_mintPrice() view returns (uint256)
2000000000000000
baseURI() view returns (string)
ipfs://QmXZiEZfVsgq5whm1FfYVqRuG3kaUPfmBCNQYMCzo5RqYi/
name() view returns (string)
We All Love Ducks
owner() view returns (address)
0x4204029a40da86735e957edee74e710a44c48c30
symbol() view returns (string)
LDUCK
totalSupply() view returns (uint256)
426
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()