Alice

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xac205260 at 17585357
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
13 additional variables

No balances found for "Alice"

No transactions found for "Alice"


Functions
Getter at block 20885846
MAX_SUPPLY(view returns (uint256)
10000
allowListPrice(view returns (uint256)
0
allowlistSaleId(view returns (uint256)
0
allowlistedMemberMintLimit(view returns (uint256)
0
baseURI(view returns (string)
contractURI(view returns (string)
index.json
isAllowlistMintPaused(view returns (bool)
false
isPublicMintPaused(view returns (bool)
false
mintLimit(view returns (uint256)
0
name(view returns (string)
operatorFilterRegistry(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
publicPrice(view returns (uint256)
0
revealLastIndex(view returns (uint256)
0
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowlistMemberMintCount(address memberview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isAllowlisted(bytes32[] merkleProofview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
adminMint(uint256 quantity
adminMintTo(address touint256 quantity
allowlistMint(uint256 quantitybytes32[] merkleProofpayable 
approve(address operatoruint256 tokenId
burn(uint256 tokenId
incrementAllowlistSaleId(
initialize(
pauseAllowlistMint(
pausePublicMint(
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAllowListPrice(uint256 allowListPrice_
setAllowlist(bytes32 merkleRoot
setAllowlistedMemberMintLimit(uint256 quantity
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setKeccakPrefix(string prefix
setMintLimit(uint256 _mintLimit
setPublicPrice(uint256 publicPrice_
setRevealLastIndex(uint256 index
setRoyaltyFraction(uint96 royaltyFraction
setRoyaltyReceiver(address receiver
setWithdrawalReceiver(address receiver
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpauseAllowlistMint(
unpausePublicMint(
updateOperatorFilterRegistryAddress(address newRegistry
withdraw(
Events
AllowlistMintPaused(
AllowlistMintUnpaused(
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OperatorFilterRegistryAddressUpdated(address newRegistry
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PublicMintPaused(
PublicMintUnpaused(
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OnlyOwner(
OperatorNotAllowed(address operator