Dungaree Punks
Verified contract
Active on
Ethereum with 544 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 "Dungaree Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19757760 | 7 months ago | | | 0 | 0.00012656143 | |
| 19757747 | 7 months ago | | | 0 | 0.00024766710 | |
| 19624536 | 8 months ago | | | 0 | 0.00092599219 | |
| 19476952 | 8 months ago | | | 0 | 0.0010354643 | |
| 17953691 | a year ago | | | 0 | 0.00055243686 | |
| 17945836 | a year ago | | | 0 | 0.00068441011 | |
| 17688554 | a year ago | | | 0 | 0.00069881377 | |
| 17650937 | a year ago | | | 0 | 0.00053340469 | |
| 17647171 | a year ago | | | 0 | 0.00042407300 | |
| 17645892 | a year ago | | | 0 | 0.00048949500 |
ABI
ABI objects
Getter at block 21315430
FREE_MINTED() view returns (uint256)
1300
maxFree() view returns (uint256)
5
maxFreeSupply() view returns (uint256)
1300
maxSupply() view returns (uint256)
3333
maxTx() view returns (uint256)
10
name() view returns (string)
Dungaree Punks
owner() view returns (address)
0xa948e6182c792d9b62876d8224faa1c9b7bccfce
paused() view returns (bool)
false
revealed() view returns (bool)
true
salePrice() view returns (uint256)
0
symbol() view returns (string)
DGP
totalSupply() view returns (uint256)
3333
Read-only
CLAIMED(address) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address _to, uint256 _quantity)
approve(address to, uint256 tokenId)
mint(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)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxFree(uint256 _maxFree)
setMaxTx(uint256 _maxTx)
setPaused(bool _state)
setRevealed(bool _state)
setSalePrice(uint256 _newPrice)
setUriPrefix(string _uriPrefix)
teamMint(uint256 _quantity)
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.