This contract is being backfilled. You may encounter incomplete storage history.

XXD34DPUNK5

Verified contract

Active on Ethereum with 702 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "XXD34DPUNK5"

0xfeb929ba9594e4b16ffa850b3a5683f94ac6ca7df7bd2a4f6f705f4d90db4996
0xaef9f6d1ffa7572c89fdf9ce745934677b59e5189b2f03e43cecb7717a4e2920
0x2484fff4f8541f6099d486e959c70bb5d408be3e26a49f70d86fe6774f094c3a
0x8aff66334e251ed66e8dde1771f84fd6a5f95a852aa814f346e44e9fc224d507
0x1ee8717c93ede652912fadd3e05ec73006696d3c2f9165b44c3ac083a5326a1a
0x2a24f429186fd8ebc48d9ae58f14025e8eaa22c0c6daf3059ee315b4056914b1
0x964b8b90760da393c1869396df79d446ee41f78247039ad348474bfe8efce253
0x2d6780385800c680a9ee688300e25f7a21ee650d4b6e1e0618d5c44caac880c3
0x81a5b9202f099b9009c15ed672ad5c0cba5a6be9ae2af60cd409a60bd24b91d3
0x8739d7805d39746295b49814aaf91b0aa5140d374b1780ffec7987437a251fb0

Functions
Getter at block 20795389
MAX_SUPPLY(view returns (uint256)
3333
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI(view returns (string)
freeMintCount(view returns (uint256)
565
freeMintCountLimit(view returns (uint256)
3333
free_mint_status(view returns (bool)
true
max_free_per_wallet(view returns (uint256)
1
max_per_txn(view returns (uint256)
10
max_per_wallet(view returns (uint256)
20
name(view returns (string)
XXD34DPUNK5
notRevealedUri(view returns (string)
,
owner(view returns (address)
0xccc5688b7cb7cf8c68705b7744f28f6196a0e634
publicSaleCost(view returns (uint256)
2000000000000000
public_mint_status(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
DPUNK5
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
freeMinted(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMinted(addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
_mint(uint256 quantitypayable 
airdrop(address[] receiveruint256[] quantitypayable 
approve(address operatoruint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setContractURI(string _contractURI
setMAX_SUPPLY(uint256 _MAX_SUPPLY
setMax_free_per_wallet(uint256 _max_free_per_wallet
setMax_per_txn(uint256 _max_per_txn
setMax_per_wallet(uint256 _max_per_wallet
setNotRevealedURI(string _notRevealedURI
setPublicSaleCost(uint256 _publicSaleCost
setRoyaltyInfo(address _receiveruint96 _royaltyFeesInBips
setfreeMintCountLimit(uint256 _freeMintCountLimit
toggleReveal(
toggle_free_mint_status(
toggle_public_mint_status(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURIstring _initNotRevealedUristring _contractURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(