We are all going to ...
Verified contract
Active on
Ethereum with 1,543 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 ..."
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18229006 | a year ago | | | 0 | 0.00029537787 | |
| 16558173 | 2 years ago | | | 0 | 0.00058786202 | |
| 16424857 | 2 years ago | | | 0 | 0.00076798524 | |
| 15846059 | 2 years ago | | | 0 | 0.00027352124 | |
| 15660626 | 2 years ago | | | 0 | 0.00023849325 | |
| 15377065 | 2 years ago | | | 0 | 0.00031583668 | |
| 15376873 | 2 years ago | | | 0 | 0.00034196280 | |
| 15344819 | 2 years ago | | | 0 | 0.00042393701 | |
| 15286272 | 2 years ago | | | 0 | 0.00028977756 | |
| 15286272 | 2 years ago | | | 0 | 0.00026022804 |
ABI
ABI objects
Getter at block 21201034
maxPerAddressDuringMint() view returns (uint256)
20
maxPerTxDuringMint() view returns (uint256)
5
maxSupply() view returns (uint256)
5000
name() view returns (string)
We are all going to ...
owner() view returns (address)
0xea6fcdb0029b9eca83705950bf676ab7b8163aa9
saleIsActive() view returns (bool)
true
symbol() view returns (string)
WAGwtf
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmount(address) view returns (uint256)
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)
devMint(address _receiver, uint256 _quantity)
flipSale()
mint(uint256 _quantity)
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)
setMaxPerAddress(uint256 _amount)
setMaxPerTx(uint256 _amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance()
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()