Death Upon Us
Verified contract
Active on
Ethereum with 447 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($37.11)
Native
Value
$37.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,711.10 |
$37.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16611689 | 2 years ago | | | 0 | 0.00070680369 | |
| 16465583 | 2 years ago | | | 0 | 0.00098076070 | |
| 16144640 | 2 years ago | | | 0 | 0.00062814692 | |
| 16057711 | 2 years ago | | | 0 | 0.00052891938 | |
| 15937086 | 2 years ago | | | 0 | 0.00066720958 | |
| 15909290 | 2 years ago | | | 0 | 0.00052023405 | |
| 15909289 | 2 years ago | | | 0 | 0.00049764565 | |
| 15877341 | 2 years ago | | | 0 | 0.00075752281 | |
| 15862667 | 2 years ago | | | 0 | 0.00040641769 | |
| 15854676 | 2 years ago | | | 0 | 0.00077234357 |
ABI
ABI objects
Getter at block 21306211
MAX_FREE_MINT() view returns (uint256)
1
MAX_NFT_PER_TRAN() view returns (uint256)
3
MAX_PER_WALLET() view returns (uint256)
3
MINT_PRICE() view returns (uint256)
5000000000000000
contractURI() pure returns (string)
freeMinted() view returns (uint256)
0
isMetadataFinal() view returns (bool)
false
isPublicMint() view returns (bool)
true
isWhitelistMint() view returns (bool)
true
maxFreeSupply() view returns (uint256)
1000
maxSupply() view returns (uint256)
3600
name() view returns (string)
Death Upon Us
owner() view returns (address)
0x9010b9b5ec152b570782abd3716efa3d0abc2edb
prerevealURL() view returns (string)
root() view returns (bytes32)
0x90f9ac7ff2bcc191ac8ba66a37e5235f0cae4ef875171847ebef208bc7094a56
symbol() view returns (string)
DEATH
totalSupply() view returns (uint256)
339
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedCount(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletMintedCount(address owner) view returns (uint256)
State-modifying
Events airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
finalizeMetadata()
publicMint(uint256 count) payable
reduceSupply(uint256 _newMaxSupply)
renounceOwnership()
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFreeMintSupply(uint256 _newFreeSupply)
setNumFreeMints(uint256 newFreeMints)
setPublicState(bool value)
setRoot(bytes32 _root)
setWhitelistState(bool value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistClaim(bytes32[] proof)
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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()