Leave Me Alone

Verified contract

Active on Ethereum with 13,612 txns
Deployed by via 0x6e07bd75 at 14894921
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Leave Me Alone"

0xcf180564613a16ca2f0097519cefe020fde55fcd831ebbb1fb717c636c3bf924
0x917a97e3d9d2075883a1af1e3d6b2648f3cf7b6d63dc9b4131b1ac8af4f4c52f
0x1896b6e11846cb7492710973bbdf86f979299bafc72f513f48b0fd18898c1ae5
0xfd89ee57f063042e653ef9aa8462b2f6cb708dcaad5af6ee826fdf654bc2cf95
0x557353f17c98416c285b49cd10bdd512e373d991d17422eec4a63e81fd1fa042
0x793e3dbea3c351dae051215d82182930164c605130cee21ddf2e42aeeacc66f8
0x30bd57c565f275b96cee1b3fa68ae257631b8ac6606094aa03650467cd39ff2c
0x1dca1572219e99fb99907f86b757f279ab106bc2d8a3880a79c031bf4e413969
0xddeee3e442319f48a87cb19f2193b68156f648040a60562d94c8644e51dc360d
0xc27e1728659e116d776d34557fa187b9c7c4847161ff885f01f5e4372f62729b
From

Functions
Getter at block 21215105
MAX_FREE_MINT_PER_WALLET(view returns (uint256)
1
MAX_PUBLIC_MINT_PER_WALLET(view returns (uint256)
5
TOKEN_PRICE(view returns (uint256)
20000000000000000
TOTAL_FREE_MINTS(view returns (uint256)
1337
TOTAL_MAX_SUPPLY(view returns (uint256)
10000
freeMintActive(view returns (bool)
true
freeMintCount(view returns (uint256)
1337
name(view returns (string)
Leave Me Alone
owner(view returns (address)
0xe9f6e7ceaa50ca42b6440693ae7f109764d58c99
publicSaleActive(view returns (bool)
true
signatureVerifier(view returns (address)
0xe09bc640b6be98619a118bf3feb9102a53f1d093
symbol(view returns (string)
GRRLZ
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
freeMintClaimed(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipFreeMintActive(
flipPublicSaleActive(
freeMint(bytes _signature
mint(bytes _signatureuint256 _quantitypayable 
ownerMint(uint256 _numberToMint
ownerMintToAddress(address _recipientuint256 _numberToMint
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeMintCount(uint256 _count
setSignatureVerifier(address _signatureVerifier
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawFunds(
withdrawFundsToAddress(address _addressuint256 amount
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(
URIQueryForNonexistentToken(