WeAreEverything

Verified contract

Active on Ethereum with 1,877 txns
Deployed by via 0x52973af4 at 14950404
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $24.94
0xa265dad88867ca4709adbdd800eefa420913f069cb76c3ed3011576b782fd498
0x577a34d42ecc841bb065948e73a14f052443a39ac479f51b39c129b5c620a912
0x6fc7fb47eea20bb79cd70be5aa235be319733acb563dcde2c492ea604d79158e
0x7224987fd2af7f47fb0424047e1a519f7abc0eaaad5be7b5b8342005113224f4
0x956eaf272817986067d9f8fde1d73cca5eef4c24a1d8075e0f7e4afb514a4ae7
0x72190ae4675b0cdf351262b029f3d9d193f67e64762e5a00292be1c93618736d
0xe668cf2781b68e75dfa6fbd194b635ddf0568a9676a236daa71dec0ab124ca41
0x55cb5269e24f60e9c5ff61aa2a70bc402e3a5dc9cae4098cea54bb943cd77498
0x4ff1fb5c4dc76fe1bd99f8721f6fa4746750d0e5fc58e4eec341c128f5ffb434
0x63434bbfc30f8631eec9c89ab508bbc64fa060e1f686e645b68b8cf68fe9a582

Functions
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 ownerview returns (uint256)
freebieMap(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 amountpayable 
renounceOwnership(
reserve(address addruint256 amount
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool 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 fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(