DumpsterRatz
Verified contract
Active on
Ethereum with 2,498 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 "DumpsterRatz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982206 | a month ago | | | 0 | 0.00045930097 | |
| 19898746 | 6 months ago | | | 0 | 0.00014886258 | |
| 19625016 | 7 months ago | | | 0 | 0.00073704687 | |
| 17623573 | a year ago | | | 0 | 0.0021349943 | |
| 17515956 | a year ago | | | 0 | 0.0016792463 | |
| 17466452 | a year ago | | | 0 | 0.00067576885 | |
| 17465429 | a year ago | | | 0 | 0.00081561263 | |
| 17461033 | a year ago | | | 0 | 0.00075784765 | |
| 17444365 | a year ago | | | 0 | 0.00051409751 | |
| 17441682 | a year ago | | | 0 | 0.0015228969 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftPerPublicAddress(address) view returns (uint8)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Airdrop(uint8 _amountPerAddress, address[] addresses)
Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint8 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMaxLimitPerAddress(uint8 _limit)
setHiddenUri(string _uriPrefix)
setMaxMintAmountPerTx(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()