We Are All Going to Die
Verified contract
Active on
Ethereum with 30,141 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 "We Are All Going to Die"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152317 | 21 hours ago | | | 0 | 0.00046246324 | |
| 21152315 | 21 hours ago | | | 0 | 0.00051020342 | |
| 21152309 | 21 hours ago | | | 0 | 0.00047193869 | |
| 21147699 | 2 days ago | | | 0 | 0.00034713068 | |
| 21147658 | 2 days ago | | | 0 | 0.00034906897 | |
| 21144727 | 2 days ago | | | 0 | 0.00081504670 | |
| 21128370 | 4 days ago | | | 0 | 0.00075354099 | |
| 21122853 | 5 days ago | | | 0 | 0.00073982946 | |
| 21106810 | 7 days ago | | | 0 | 0.00011163280 | |
| 21102076 | 8 days ago | | | 0 | 0.00019414400 |
ABI
ABI objects
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(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
enableMint(bool mintStarted)
mint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
teamClaim()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()