WE ARE GOING TO HELL
Verified contract
Active on
Ethereum with 3,634 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 GOING TO HELL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102667 | 16 days ago | | | 0 | 0.00010072453 | |
| 20602936 | 3 months ago | | | 0 | 0.000028699885 | |
| 20591593 | 3 months ago | | | 0 | 0.000039756364 | |
| 20394681 | 4 months ago | | | 0 | 0.000030294973 | |
| 19817554 | 6 months ago | | | 0 | 0.00038018647 | |
| 19784466 | 7 months ago | | | 0 | 0.00028347774 | |
| 19173464 | 9 months ago | | | 0 | 0.0011509545 | |
| 19115573 | 10 months ago | | | 0 | 0.00052047376 | |
| 19096385 | 10 months ago | | | 0 | 0.00064500899 | |
| 18907389 | a year ago | | | 0 | 0.00063502809 |
ABI
ABI objects
Getter at block 21218990
baseURI() view returns (string)
ipfs://bafybeib2xjdcd2bidyyll4hdllixdpijxci5k55w6azcbnjafrqjfu7iau/
isOpened() view returns (bool)
true
maxSupply() view returns (uint256)
3333
maxTokenPerWallet() view returns (uint256)
5
name() view returns (string)
WE ARE GOING TO HELL
owner() view returns (address)
0x863d325c8aa013bf6d04ada0a533e8047425eae5
price() view returns (uint256)
5000000000000000
symbol() view returns (string)
WAGTH
totalSupply() view returns (uint256)
3333
Read-only
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)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMaxSupply(uint256 _maxSupply)
setMaxTokenPerWallet(uint256 _maxTokenPerWallet)
setPrice(uint256 _price)
setSalesStatus(bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _receiver)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string uri, uint256 _maxSupply, uint256 _price, uint256 _maxTokenPerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()