LIVES OF ALICE

Verified contract

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

No balances found for "LIVES OF ALICE"

0xbc593881b3d89f9a9a6c894c1ca31e6acc8c82e0a239ad0e408bf126cfa6191f
0xac5daeaa6b557c7ef73badfa38476646acee57bfbe37ff3093da96ba319802d0
0xdabf64236724c3b273c0457975b9e72e4a84aed3ee61eb44f8aeb53f873cadd1
0xf593815185fe2307f9c12a2c108dd455bea783bace628a4bd80b4af965766d2f
0xa40b195c3f6c3b0ea491657c6dc79717455e35ddda8daa58006e26d36a7384da
0x91718caf81a024bf01ae7c6b5289dd8b9ee97b7dc64eeecaf0898ad76eb79e40
0x082fe0c1ebf25bdc1bb10e017de546e462ab56af37a856bfe4441629295566b9
0xf23139fb600caa7baaffde1669d335f5a2b7b47115f94c0c04f10637c337bc46
0xb353b3d8b54c1f3cb3e5991c4f4b5c45bb2bb253ed5b62869a6aef4336aecd11
0x5f7d5232bdcd3827f2988d48dbccf19c28df19dcc55f69861bd24ee68c53aa62

Functions
Getter at block 20868433
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_MINTS_PER_TX(view returns (uint256)
20
NUM_FREE_MINTS(view returns (uint256)
220
PUBLIC_SALE_PRICE(view returns (uint256)
3000000000000000
baseTokenURI(view returns (string)
ipfs://bafybeict5oemp2bumargopxqajzpqjwpp43ionhoh5efbfmwdij6vdd2ne
freeNFTAlreadyMinted(view returns (uint256)
220
hiddenMetadataUri(view returns (string)
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
333
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
LIVES OF ALICE
owner(view returns (address)
0x526803a03048797aef48209e3b5338779bd93641
symbol(view returns (string)
ALICE
totalSupply(view returns (uint256)
284
whitelistMintEnabled(view returns (bool)
false
Read-only
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)
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setHiddenMetadataUri(string _hiddenMetadataUri
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setMaxSupply(uint256 _maxsupply
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setwhitelistMintEnabled(bool _wlMintEnabled
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
whitelistMint(uint256 _pricebytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymbolstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(