DickPix

Verified contract

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

No balances found for "DickPix"

0x5a08e9ea2de6443c3126781c577f417c0e06767bba20e47d345e0034844f2294
0xe0c0c5306c553b8685a73b552bf6c98df2402699e430badd64f9b5c9ee3481b4
0x6433ddfacbade08705219a541f8f0a0fa9a1a1879bd238253a5c28c8e94e15b3
0x5bd3c2caf02230f77306cb22dae5033853b82349c1297273b6eb21e34ff7643e
0x71056908fbf9521f51d1c6f468f717a72342664196c0267d71b35828cc2adf19
0xb3367aadc19b44102af0f1cce92e10cad9eddb9c48817e94ebbd2787b9b51a65
0x48590322fd9c2e5f4ad9e559c65c0ec778325798e1a0c820c53a21f0c07fcc3f
0x0db922651c454f105ab2ac6c4951f0914714d59ffd298df51a47a7bb5227849d
0x443635a835ca2ee6e022f0f82ea2b13ed6fe455aa963d40cffe2d6c3b217071d
0x44d1c07e2846d4ded3c3a7b7d6380ab8d7dc15ef3063094a68b416652602acca

Functions
Getter at block 20982884
MAX_SUPPLY(view returns (uint256)
4243
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PUBLIC_LIMIT_PER_WALLET(view returns (uint256)
2
RESERVED_FOR_TEAM_SUPPLY(view returns (uint256)
13
WL_LIMIT_PER_WALLET(view returns (uint256)
2
WL_SUPPLY(view returns (uint256)
2000
isMintedReserved(view returns (bool)
true
isPublicActive(view returns (bool)
true
isRevealed(view returns (bool)
true
isWlActive(view returns (bool)
false
name(view returns (string)
DickPix
owner(view returns (address)
0x2099aabfa8eef70ec4ac02eb3556a585b8f66993
paused(view returns (bool)
false
publicPrice(view returns (uint256)
4500000000000000
symbol(view returns (string)
DP
totalSupply(view returns (uint256)
4183
wlMerkleRoot(view returns (bytes32)
0x10252fc734b57d5b364f02c437a726e9788f7f7068e29e11864c8211e2ec1152
wlPrice(view returns (uint256)
2500000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicClaimedList(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
wlClaimedList(addressview returns (uint256)
State-modifying
approve(address operatoruint256 tokenIdpayable 
pause(
publicMint(uint256 _quantitypayable 
renounceOwnership(
reservedForTeamMint(
reveal(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setIsPublicActive(bool _value
setIsWlActive(bool _value
setPublicPrice(uint256 _publicPrice
setUnrevealedUri(string _uri
setWlPrice(uint256 _wlPrice
setWlRoot(bytes32 _wlRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
whiteListMint(uint256 _quantitybytes32[] _merkleProofpayable 
withdraw(
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
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string _unrevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(