Fvck Fluff

Verified contract

Active on Ethereum with 492 txns
Deployed by via 0xd91a024a at 16537453
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Fvck Fluff"

0x67edd6f193bd468725891b6f237f9f9c147c1db5079c3fb967d6263821bbfd10
0x17713bc1812fe5003d8cc81bdef28b0bae0e75ec8d2ea5a9d11855828148d9a4
0xc28a0594f629c65f0e04baabd820602e587cf3df232931e7f568c6285fefc756
0x19e5e505dde654b7200c6f619a2d5bc089a739259b1744d6a2c791efb5841ca0
0x6cd4a9b0896a57d033d0636b9b7bce6f71a3ce1721a3faef468ee30c37d859b2
0x6610b6c16ae9bddcd36068376f500c68f52629c174d3cbf14c08d5726f2c038a
0xef2fe5f6d95568900b9a197ab56b1ac82e2a9c7911b8e99bd694b6fe0cae16ff
0xdc1f84ce81541d213b5d52a76c2837e10c14bb7514071c3bb7c58007dd72ee01
0x0975c8bd84a442fad95380e2d8dba0289e29b8034761a3bffec8b536cddc2f4d
0xd6a1ab77a6e955f8b98b24d78b989d08c197cdf7734fe502e977a8ffcfa72999

Functions
Getter at block 21284710
cost(view returns (uint256)
3000000000000000
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
21
maxSupply(view returns (uint16)
3000
name(view returns (string)
Fvck Fluff
owner(view returns (address)
0xe5c4d91fb1c7f74ceece935591e11cdbc9cbe449
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
FVCK
totalSupply(view returns (uint256)
825
Read-only
NFTPerPublicAddress(addressview returns (uint8)
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
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
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(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(