DuckPunks
Verified contract
Active on
Ethereum with 774 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,206.02)
Native
Value
$1,206.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.323 | $3,733.81 |
$1,206.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20755915 | 3 months ago | | | 0 | 0.00015594338 | |
| 20638459 | 3 months ago | | | 0 | 0.000063789355 | |
| 20565411 | 3 months ago | | | 0 | 0.000067394396 | |
| 20565370 | 3 months ago | | | 0 | 0.000083249180 | |
| 18638106 | a year ago | | | 0 | 0.0013849738 | |
| 18410190 | a year ago | | | 0 | 0.00048269775 | |
| 17015767 | 2 years ago | | | 0 | 0.00083974797 | |
| 16640098 | 2 years ago | | | 0 | 0.0012700262 | |
| 16579624 | 2 years ago | | | 0 | 0.0019167891 | |
| 16178270 | 2 years ago | | | 0 | 0.00045111191 |
ABI
ABI objects
Getter at block 21311572
COST() view returns (uint256)
1000000000000000
MAX_FREE() view returns (uint256)
1666
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
2000
contractURI() view returns (string)
ipfs://QmSyjW3sKLcLvJoJZXjRcwGMP3hGa8Fn4Vn3uroLYhNbqV
name() view returns (string)
DuckPunks
owner() view returns (address)
0xb4e39dad980e69b1642fb26ee15bb4bb9fb1a042
symbol() view returns (string)
DUCKPUNK
totalSupply() view returns (uint256)
1068
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)
freeMint()
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setConfig(uint256 _MAX_FREE_PER_WALLET, uint256 _COST, uint256 _MAX_FREE)
setData(string _base)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()