DumpPunksClub
Verified contract
Active on
Ethereum with 1,375 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 "DumpPunksClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15603222 | 2 years ago | | | 0 | 0.00030048921 | |
| 15337227 | 2 years ago | | | 0 | 0.00029017601 | |
| 15313517 | 2 years ago | | | 0 | 0.00015158000 | |
| 15287375 | 2 years ago | | | 0 | 0.00028534910 | |
| 15284037 | 2 years ago | | | 0 | 0.00056814781 | |
| 15283471 | 2 years ago | | | 0 | 0.0010670184 | |
| 15283468 | 2 years ago | | | 0 | 0.0011736885 | |
| 15283464 | 2 years ago | | | 0 | 0.00093711859 | |
| 15281594 | 2 years ago | | | 0 | 0.00033515882 | |
| 15281482 | 2 years ago | | | 0 | 0.00040334689 |
ABI
ABI objects
Getter at block 21398029
COST() view returns (uint256)
0
MAX_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
1000
contractURI() view returns (string)
ipfs://QmeG9iFLSdNEE3qsSwQv9muxxUpo9emi2mopVQc1Xv6Gud
name() view returns (string)
DumpPunksClub
saleIsActive() view returns (bool)
true
symbol() view returns (string)
DPC
totalSupply() view returns (uint256)
1001
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)
claimSecond(uint256 _tokenId) payable
claimThird(uint256 _tokenId) payable
mint()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _new)
setContractURI(string _new)
setSale(bool _saleIsActive)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()