We Are All Going to Die

Verified contract

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

No balances found for "We Are All Going to Die"

0xe5fd85dcd8653860aa125b6b77240dad036122d3c364d75288de4663bd798374
0x9d940a30e70f0717e99d0f0995832af9b2cb6d688391d503d1f48ad1a7044c08
0x5d1a7d2523afa4e9413033853b7163f899fe08f925c88d6942ee6186652619a3
0x3a4f37775c286d7fec5b54fcf1ff8bdf34b8fc9c6307fde815b71a67e285dd5b
0xe2afb4b3f4c89c5912b3e440d551d98b1b9a636b6daa452919c046bbe91fac13
0x51af80dba01f6960383df2d4510de65c91ac63141432c4005264d7dee7f9cc85
0x283ce54d28da5a593e955f638f7cf32c833628487bf1b07c46128e7b03dd0692
0x0ee927422ca3cdcbfdb25476afdf44d1e1eabc4c2f7017a0f01adab54c6603df
0xd11e99e4e3c571f948b5539d5c2177031e8b48eb9d929e7a517fe866240e908a
0x4d4707cf742af93aa15a2825233abfc92e1a82c93cb425664bd7ddc3240c96f0

Functions
Getter at block 21158636
MAX_MINT(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
6666
TEAM_CLAIM_AMOUNT(view returns (uint256)
111
claimed(view returns (bool)
true
name(view returns (string)
We Are All Going to Die
owner(view returns (address)
0x8d2eb1c6ab5d87c5091f09ffe4a5ed31b1d9cf71
started(view returns (bool)
true
symbol(view returns (string)
WAGDIE
totalSupply(view returns (uint256)
6666
Read-only
addressClaimed(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
enableMint(bool mintStarted
mint(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
teamClaim(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(