Leave Me Alone
Verified contract
Active on
Ethereum with 13,612 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Leave Me Alone"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110382 | 15 days ago | | | 0 | 0.00018290508 | |
| 21104596 | 15 days ago | | | 0 | 0.000087216234 | |
| 21102389 | 16 days ago | | | 0 | 0.00010449996 | |
| 20932110 | a month ago | | | 0 | 0.00047241052 | |
| 20932040 | a month ago | | | 0 | 0.0049730233 | |
| 20932035 | a month ago | | | 0 | 0.0048046685 | |
| 20684244 | 2 months ago | | | 0 | 0.00014864677 | |
| 20673782 | 2 months ago | | | 0 | 0.000076821082 | |
| 20603761 | 3 months ago | | | 0 | 0.000083840922 | |
| 20583184 | 3 months ago | | | 0 | 0.000022318200 |
ABI
ABI objects
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 owner) view returns (uint256)
freeMintClaimed(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipFreeMintActive()
flipPublicSaleActive()
freeMint(bytes _signature)
mint(bytes _signature, uint256 _quantity) payable
ownerMint(uint256 _numberToMint)
ownerMintToAddress(address _recipient, uint256 _numberToMint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeMintCount(uint256 _count)
setSignatureVerifier(address _signatureVerifier)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
withdrawFundsToAddress(address _address, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()