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 "Lucy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16762751 | 2 years ago | | | 0 | 0.0012935228 | |
| 16649615 | 2 years ago | | | 0 | 0.0023832971 | |
| 16526469 | 2 years ago | | | 0 | 0.00055083707 | |
| 16280011 | 2 years ago | | | 0 | 0.00086664142 | |
| 16210584 | 2 years ago | | | 0 | 0.00088687218 | |
| 16204424 | 2 years ago | | | 0 | 0.00083050149 | |
| 16195498 | 2 years ago | | | 0 | 0.00080894415 | |
| 16193692 | 2 years ago | | | 0 | 0.00067698827 | |
| 16193690 | 2 years ago | | | 0 | 0.00067480803 | |
| 16193688 | 2 years ago | | | 0 | 0.00065166989 |
ABI
ABI objects
Getter at block 21273158
ERC712_VERSION() view returns (string)
1
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_contractURI() view returns (string)
ipfs://bafkreicow3a5xcd226evfjnd7hhdxexpltyv5h5ttvgci3k7tlhlmnjvki
baseTokenURI() view returns (string)
ipfs://bafybeicxccnmmzk4c4ajc7tw2vlgrzen36fngsaivn5ncvamsd2rayrx5a/
contractURI() view returns (string)
ipfs://bafkreicow3a5xcd226evfjnd7hhdxexpltyv5h5ttvgci3k7tlhlmnjvki
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x2adca9c874abb43555a32d7d1927f1bbdb398f3b85c1d0144031e574f8eee17c
isSaleActive() view returns (bool)
false
maxMintPerTx() view returns (uint256)
2
maxMintPerWallet() view returns (uint256)
2
maxSupply() view returns (uint256)
313
merkleRoot() view returns (bytes32)
0xeb80b09b7008dedd50f1dc32e374ca83e1cb1f8ef57e3ed686903b23ac37d0d9
mintPriceInWei() view returns (uint256)
1000000000000000000
name() view returns (string)
Lucy
owner() view returns (address)
0x73a90c7d2e1a43aa33eab2df9b286633151435f9
symbol() view returns (string)
LUCYDREAM
totalSupply() view returns (uint256)
313
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
maxFree(bool isWhitelist) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
cutSupply(uint256 newSupply)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mint(uint256 amount) payable
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string uri)
setFreePerWallet(uint256 amount)
setMintPriceInGWei(uint256 price)
setMintStage(uint256 stage)
setPublicSale(bool toggle)
teamMint(uint256 amount, address to)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateContractURI(string newContractURI)
updateMerkleRoot(bytes32 newMerkleRoot)
whitelistMint(uint256 amount, bytes32[] merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyAddress)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)