faiweeewtf

Verified contract

Active on Ethereum with 815 txns
Deployed by via 0x42b3fdad at 14911257
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $808.48
0xb7abf2b2b94ea8817245d94472730c0a064a1070863649a74613ae6449779a22
0xbc5a2588f731c90f0b58d67448e157844a1ce84ec3d5aee1a573348ba5103985
0x42c34f951055f39fd58bbbaf4c6d79eb9d83e60b1b7b35e33d93c9edfb83fb7e
From
0x9390d6fe0511e29e276d92b8b4cd3744e7c534d555e63876f05ae667d473fa0c
From
0x8de4bbdbdf7bb731dd5b2642aaf3fe22a7ca8b2c8e79191aa1b0c79741470164
0x2ef9c5dc0c579b41517f7651ae749a46fb0401c7c5740583f770e355074557c4
0x85f53a969b9fda3788b9957dc18628cb64177cff518b8b2045c2d09252597759
0xc200796249b266c2d93ee08fc6995a7075d278484e6795f864a107c30065e656
0x4ea0b215be7636eadf601d38a53eff0d4e26b9f9846061df46135f52b696bf17
0xbcf9cb6bfacc758f8fc8546cd6db931edca84fbb1393a03915988d2acbc2f7ea

Functions
Getter at block 21216721
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
3500
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
5
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
100
MAX_SUPPLY(view returns (uint256)
7000
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
5000000000000000
name(view returns (string)
faiweeewtf
owner(view returns (address)
0x67a9044c87ebf9d3848e1a8229d73cbc9b876461
symbol(view returns (string)
faiweewtf
totalSupply(view returns (uint256)
2412
Read-only
balanceOf(address ownerview 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)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
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(uint256 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
Fallback and receive

This contract contains no fallback and receive objects.

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