We Are All Going to Die
Verified contract
Active on
Ethereum with 8 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) |
---|---|---|---|---|---|---|---|
| 14899080 | 2 years ago | | | 0 | 0.0016492960 | |
| 14899077 | 2 years ago | | | 0 | 0.0020307350 | |
| 14899072 | 2 years ago | | | 0 | 0.011133234 | |
| 14899065 | 2 years ago | | | 0 | 0.011916906 | |
| 14899043 | 2 years ago | | | 0 | 0.0068947560 | |
| 14898975 | 2 years ago | | | 0 | 0.0064051317 | |
| 14898971 | 2 years ago | | | 0 | 0.0035726340 | |
| 14898766 | 2 years ago | | | 0 | 0.0034939860 |
ABI
ABI objects
Getter at block 21269036
MAX_MINT() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
6666
TEAM_CLAIM_AMOUNT() view returns (uint256)
111
claimed() view returns (bool)
false
name() view returns (string)
We Are All Going to Die
owner() view returns (address)
0xbf26fb48e19afe3dd99882c84016b8d16aae0636
started() view returns (bool)
false
symbol() view returns (string)
WAGDIE
totalSupply() view returns (uint256)
4
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()