WeAreEverything
Verified contract
Active on
Ethereum with 1,877 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.94)
Native
Value
$24.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00777 | $3,209.79 |
$24.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20548888 | 3 months ago | | | 0 | 0.000045720080 | |
| 16732524 | 2 years ago | | | 0 | 0.0017193799 | |
| 16527890 | 2 years ago | | | 0 | 0.0025566140 | |
| 16527821 | 2 years ago | | | 0 | 0.0018521676 | |
| 16523357 | 2 years ago | | | 0 | 0.00077622883 | |
| 15853252 | 2 years ago | | | 0 | 0.00055507455 | |
| 15848109 | 2 years ago | | | 0 | 0.00071161226 | |
| 15810535 | 2 years ago | | | 0 | 0.00049185296 | |
| 15795754 | 2 years ago | | | 0 | 0.0010123549 | |
| 15793429 | 2 years ago | | | 0 | 0.00092540499 |
ABI
ABI objects
Getter at block 21161447
cost() view returns (uint256)
7770000000000000
freeUntil() view returns (uint256)
777
freebiesPerWallet() view returns (uint256)
1
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
777
name() view returns (string)
WeAreEverything
owner() view returns (address)
0x0ecca3f261178327f5274327533622d138f3596b
paused() view returns (bool)
true
symbol() view returns (string)
WAE
totalSupply() view returns (uint256)
777
uriPrefix() view returns (string)
ipfs://QmSj3xC1HdUpMsso28YX552KpVsZgJQRob1N3jWbL85YDe/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
freebieMap(address) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
renounceOwnership()
reserve(address addr, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeUntil(uint256 _freeUntil)
setFreebiesPerWallet(uint256 _freebiesPerWallet)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setSupply(uint256 supply)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()