Poor Dudes

Verified contract

Active on Ethereum with 6,129 txns
Deployed by via 0x3cceba71 at 15040096
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Poor Dudes"

0xa6b1089ebf7d387439e4ddce86c716b593e7c1a11d521d2bdabb92697d5d6165
0x70054e8a7611e5a02233e05c700d7865b3c19f66f63dbcf33841a776b6f0d1af
0xea2c1898c18bab81ed77ce1084448ae4d1fbafcaa7df29ebac4f1d92a9241860
0x7deb160861a7a70be77c95e87053b2bb8895a648e5ab7a1a43c2c5523b259b1a
0x0dffdbb2b008bb09db734a7c4dd43b8cfd20e7be5a444ab71402d10405739f88
0x915df5cb2dba824cd3db6378506c3d70525410ba5342875c77c04ed7ccd02940
0x88f58ceb649fe53e8c96b7ae0f5d7582d4d3d04fcfaa0be66a42081d6b208503
0x003b4e71903286c0c680befd9ffce4ada9843d1a1872fcf5fba91f1caece4074
0x7d76d510682e829e0a8c3db537e42005264f53e0f4de350342da7c1dbf85e950
0x8579f134a23f0a588a570b685f52919d8c0197a86075a8db444d9ca4e45138af

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getNumMinted(address _userview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _userbytes32[] _merkleProofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
adminMint(address _destinationuint256 _quantity
approve(address touint256 tokenId
burn(uint256 _token_id
publicMint(uint64 _quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
togglePrivateSale(
togglePublicSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateWhitelistMerkleRoot(bytes32 _new_root
whitelistMint(bytes32[] _merkleProofuint64 _quantity
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(