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

DumpsterRatz

Verified contract

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

No balances found for "DumpsterRatz"

0xf8c66c347dd37a3ff6a97e110724d0c6e8597821794c4912b94fdc2fca42c121
0x9db10217cd1f55136546e6fc54ba0340956d976ed753b2dc420499f27a97f023
0xa88d2126e492ea650dfb479db107ad67f581876888ef41274787d058217001c4
0xbc2dd6b3bbbf7b4e3f8d17d9a5dd1392fbab7033096b44eb3607ec5006200c61
0x58fc51d946aa5f105189e7d582065f7322179a5719a71828e45df61efb934d0e
0x44e3975b35b649138fdda21975e8311d97dd3a4a047fd7d557c3556478363aeb
0x8b207300f0edc9d07f487fa0cd291338eec09500b170e176cf109acc75cf3df9
0xaa58a4d7496cce5a9b6c55789f5db8fb9dfe2b97dd1a167e045d9d159574dc90
0x809c0527735192d1eaee1e309ca7d91e85e6370a1a770db0d7e1778c5aa3a588
0x7969ddfc349bc07c35d2ac42d54556a1b5e183cbb7c7a87723e4e6266cf98f7f

Functions
Getter at block 21213804
cost(view returns (uint256)
3000000000000000
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
3
maxMintAmountPerTx(view returns (uint8)
10
maxPerWallet(view returns (uint8)
50
maxSupply(view returns (uint16)
8000
name(view returns (string)
DumpsterRatz
owner(view returns (address)
0x5b99fa19482099caed13141b6a2585a60617facc
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
DRATZ
totalSupply(view returns (uint256)
8000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
nftPerPublicAddress(addressview returns (uint8)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(
Fallback and receive

This contract contains no fallback and receive objects.

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