Duck Frens
Verified contract
Active on
Ethereum with 1,571 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 "Duck Frens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19774688 | 7 months ago | | | 0 | 0.00019017642 | |
| 19546247 | 8 months ago | | | 0 | 0.00042808679 | |
| 19546245 | 8 months ago | | | 0 | 0.00044325951 | |
| 18824429 | a year ago | | | 0 | 0.00075918812 | |
| 18824429 | a year ago | | | 0 | 0.00075918812 | |
| 17126505 | 2 years ago | | | 0 | 0.0018671136 | |
| 17090901 | 2 years ago | | | 0 | 0.0030346537 | |
| 16832172 | 2 years ago | | | 0 | 0.00052047499 | |
| 16832171 | 2 years ago | | | 0 | 0.00053966072 | |
| 16742197 | 2 years ago | | | 0 | 0.0011795767 |
ABI
ABI objects
Getter at block 21260881
MAX_PER_TXN() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
5000
freeMintMerkleRoot() view returns (bytes32)
0x390fdce25b7b56b61ba1400ecaf23139ee4fd4982a41e0b4fd39302e03e86675
mintPrice() view returns (uint256)
45000000000000000
name() view returns (string)
Duck Frens
owner() view returns (address)
0x5b30516bcb5174e5f295031e0c53d02f1e6ab0a7
publicMintableSupply() view returns (uint256)
1000
publicSale() view returns (bool)
true
symbol() view returns (string)
DUCK
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
freeMintAddressClaimed(address) view returns (bool)
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)
claimFreeMint(bytes32[] merkleProof)
claimFreeMintWithQuantity(uint256 _quantity, bytes32[] merkleProof) payable
mintAdmin(address _recipient, uint256 _quantity)
mintPublic(uint256 _quantity) 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 baseURI_)
setFreeMintMerkleRoot(bytes32 merkleRoot)
setMintPrice(uint256 _price)
setPublicMintableSupply(uint256 _total)
setPublicSale(bool toggle)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.