Loner Girl
Verified contract
Active on
Ethereum with 5,535 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Loner Girl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21035860 | a month ago | | | 0 | 0.00025719985 | |
| 21032604 | a month ago | | | 0 | 0.00045469820 | |
| 21032602 | a month ago | | | 0 | 0.00057748362 | |
| 20731336 | 3 months ago | | | 0 | 0.00010795921 | |
| 20696978 | 3 months ago | | | 0 | 0.000076446689 | |
| 20695409 | 3 months ago | | | 0 | 0.000082183244 | |
| 20613930 | 3 months ago | | | 0 | 0.00022615280 | |
| 20386471 | 4 months ago | | | 0 | 0.00012491252 | |
| 20385501 | 4 months ago | | | 0 | 0.00033762517 | |
| 20372583 | 4 months ago | | | 0 | 0.000084037785 |
ABI
ABI objects
Getter at block 21315053
WLcost() view returns (uint256)
40000000000000000
cost() view returns (uint256)
1000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmQZfyYL4N1t6QbFWWPBQgVD4UdYCWSsY1KvXt3Qfyxwez/
maxMintAmountPerTx() view returns (uint256)
2
maxSupply() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0x44621bb0dd16e321afa4ff142937f319292208b6cfcef531937e690ef80efcf9
merkleRoot2() view returns (bytes32)
0xd2377bd515a2f4dc9343e58166b026ba19811c805640f607c8c5d8908a066e3a
name() view returns (string)
Loner Girl
owner() view returns (address)
0x31bd239c0fafe69f380c730ef8800110da47bf9c
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
LG
totalSupply() view returns (uint256)
10000
totalSupply2() view returns (uint256)
10000
uriPrefix() view returns (string)
https://lonergirl.mypinata.cloud/ipfs/QmeJVaWdVEXgeSMnefbmcRtFD5pscXEJpNGpaTGr2pcS9k/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
freeMintClaimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getFreeMintListAmountMinted(address addr) view returns (bool)
getWhitelistAmountMinted(address addr) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _nftTokenId) payable
claimFreeMint(bytes32[] _merkleProof2) payable
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setMerkleRoot2(bytes32 _merkleRoot2)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistCost(uint256 _WLcost)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
withdraw()
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()