Alice
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
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
15 additional
variables
Balances ($0.00)
No balances found for "Alice"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Alice"
ABI
ABI objects
Getter at block 21229491
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 member) view returns (uint256)
balanceOf(address owner) view returns (uint256)
bridgedOfOwner(address account) view returns (uint256[])
bridgedOfOwnerIn(address account, uint256 start, uint256 stop) view returns (uint256[] tokenIds)
burnedTokenURI(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isAllowlisted(bytes32[] merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
adminMint(uint256 quantity)
adminMintTo(address to, uint256 quantity)
allowlistMint(uint256 quantity, bytes32[] merkleProof) payable
approve(address operator, uint256 tokenId)
batchBridge(uint256[] tokenIds)
bridge(uint256 tokenId)
burn(uint256 tokenId)
incrementAllowlistSaleId()
initialize()
pauseAllowlistMint()
pausePublicMint()
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowListPrice(uint256 allowListPrice_)
setAllowlist(bytes32 merkleRoot)
setAllowlistedMemberMintLimit(uint256 quantity)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpauseAllowlistMint()
unpausePublicMint()
updateOperatorFilterRegistryAddress(address newRegistry)
withdraw()
AllowlistMintPaused()
AllowlistMintUnpaused()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Bridged(address indexed owner, uint256 tokenId)
Initialized(uint8 version)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicMintPaused()
PublicMintUnpaused()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
OnlyOwner()
OperatorNotAllowed(address operator)