Poor Dudes
Verified contract
Active on
Ethereum with 6,129 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 "Poor Dudes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20488019 | 4 months ago | | | 0 | 0.000058921233 | |
| 20488015 | 4 months ago | | | 0 | 0.000061909499 | |
| 20209650 | 5 months ago | | | 0 | 0.000088850523 | |
| 19854338 | 6 months ago | | | 0 | 0.00022304151 | |
| 19623690 | 8 months ago | | | 0 | 0.00066350365 | |
| 19304941 | 9 months ago | | | 0 | 0.00068536841 | |
| 19299738 | 9 months ago | | | 0 | 0.00083076458 | |
| 19099691 | 10 months ago | | | 0 | 0.0012115905 | |
| 18921506 | a year ago | | | 0 | 0.00092292667 | |
| 18323181 | a year ago | | | 0 | 0.00034166277 |
ABI
ABI objects
Getter at block 21267150
MAX_SUPPLY() view returns (uint256)
9999
merkle_root() view returns (bytes32)
0xa41415af9db62d6b5ae7fd3e250dd16a8388adbb934dc295ec1c70a3d85ef1ad
name() view returns (string)
Poor Dudes
owner() view returns (address)
0xd906d6707efb8927d97001d193c59584c5a6b4ec
private_sale_running() view returns (bool)
true
public_minted() view returns (uint256)
0
public_sale_running() view returns (bool)
true
symbol() view returns (string)
DUDES
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNumMinted(address _user) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user, bytes32[] _merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address _destination, uint256 _quantity)
approve(address to, uint256 tokenId)
burn(uint256 _token_id)
publicMint(uint64 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
togglePrivateSale()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateWhitelistMerkleRoot(bytes32 _new_root)
whitelistMint(bytes32[] _merkleProof, uint64 _quantity)
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)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()