Eff You Guys

Verified contract

Active on Ethereum with 1,059 txns
Deployed by via 0xc4ba49db at 14457259
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $1,506.04
0x6aeb4716e867525239dd79e11d9e9680ce51f39617e63e33411ac0b01297dbca
0x79ce32c0569d0117881d78eb8927cb1696633aa1e76d0913cdb8640a22cc56ec
From
0x3e3d9fe037a08339ee4e1e3272a7915c3fe8ca4ea2071bb60e44bef7871ff3c1
0x58ca1821366acaa0e7ee88b77a74265a2f30317ee07385227307851f34f95ca3
0x24526a783950029c7aa2853f496f8394a529bbc3b1dee5d22ee57acff5a04f09
0x45fbe3127f448e20a78fb7b303de9655b0ee9a9f42068abf2db3a2851dd92562
0x79735b2c0551cb8da90809616f560b76ee039e84cd605fb9193a5b235fa4efca
0xca131cf000e8671b0acf10cb23f3adb6b97ed841c90018cf3ec6fe3d49f65d58
From
0x81d6031b775b5a9c16f2b852359b66b87c449e4541fa79b7c85378cb10596538
0xf2d57496cf6ded946d4b1b5ad1b3e24a1e974e3b2b361cc50375fc870778777f
From

Functions
Getter at block 21177163
MAXNFTS(view returns (uint256)
5555
MAXNFTSPurchase(view returns (uint256)
10
_baseTokenURI(view returns (string)
https://ipfs.io/ipfs/QmWHQQwWSxsUafeN9pvXuPngP4vvgo2EcLeQdSv7FT7Qwf/
_price(view returns (uint256)
0
contractURI(view returns (string)
https://ipfs.io/ipfs/QmWHQQwWSxsUafeN9pvXuPngP4vvgo2EcLeQdSv7FT7Qwf/5555
freeMints(view returns (uint256)
1111
isSaleActive(view returns (bool)
true
maxFreeMintsPerWallet(view returns (uint256)
3
maxPaidMintsPerWallet(view returns (uint256)
20
name(view returns (string)
Eff You Guys
owner(view returns (address)
0xf5dfca4286e2604e5c709eed226e8e2c79b71831
reservedNFTs(view returns (uint256)
0
symbol(view returns (string)
EFF YOU GUYS
totalSupply(view returns (uint256)
5555
Read-only
NFTOfOwner(address _ownerview returns (uint256[])
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSaleState(
mintNFT(uint256 numberOfNFTspayable 
mintNFTS(address _touint256 _amount
renounceOwnership(
reservedMints(address _touint256 _amount
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxFreeMintsPerWallet(uint256 maxFreeMintsPerWallet_
setNFTPrice(uint256 newPrice
setProxyRegistryAddress(address proxyAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(uint256 _amount
withdrawAll(
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(string baseURIaddress _proxyRegistryAddress
Fallback and receive

This contract contains no fallback and receive objects.

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