Lucid

Verified contract

Active on Ethereum with 15,306 txns
Deployed by via 0x8c3eb5a7 at 15625352
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Lucid"

0xb4418567ef53317b025a8f3a73707a25127474b1b48385323b70f58e90952972
0xdc8b79aa416a7f32f938375e3bf49e12e95b574ec76c034f36e3b7b697150a46
0xe48fb2050b2a010bb633327fdffffd8c5a3de1cb337be0a0f4692792149b51db
0x486e6ba0f68493ade0b432073474615ea9faaa7727e34dff03ad5e0c122ca0a1
0x606647dcca833afa89905d9126f43153894bcb3e5c72765f2c566053f9d9883b
0x7543cf1ccaef2cf054149261591d6590222cc86c409f617f389b3f3ae87f3e33
0xdcd40918b55c00a32d06ca7012b06d59c429c1cb049d0df7c4efb33088185c89
0x324250f2f000cc9d3a1bf4d6ff58ecfd9e14c9249fd73e4b6b2e2dfea842bd89
From
0xa1693ada9ce2184009a08847f8136dbc9e3712e184a428baaa9c731a96a81dc3
0x4f5c2c8bdd8f7f472eed8a3e8e254a627669668bd4c6c0cc73b93ac43c25a737

Functions
Getter at block 21284120
_baseTokenURI(view returns (string)
ipfs://bafybeibcfgitbgkmyxmmanvbcfn5tgn4nn2j7ouhhzvc6cib7vsp6tnaci/
maxPerTransaction(view returns (uint256)
1
maxPerWallet(view returns (uint256)
1
merkleRoot(view returns (bytes32)
0xb4be4f72f4415db1e736b0daf7ecf576e9c5432295eb3d3bb6534d0bd4c0827f
name(view returns (string)
Lucid
owner(view returns (address)
0x9935a4d7603d26694fce0e0d9b2fd7d343b56032
presaleMaxPerTransaction(view returns (uint256)
1
presaleMaxPerWallet(view returns (uint256)
1
presalePrice(view returns (uint256)
0
presaleSupply(view returns (uint256)
5555
price(view returns (uint256)
0
saleState(view returns (uint8)
1
supply(view returns (uint256)
5555
symbol(view returns (string)
LUCD
totalSupply(view returns (uint256)
5555
Read-only
addressMintBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
withdrawAddresses(uint256view returns (address)
withdrawPercentages(uint256view returns (uint256)
State-modifying
approve(address touint256 tokenId
freeMint(uint256 qtyaddress recipient
mint(uint256 qtypayable 
presale(uint256 qtybytes32[] merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkleRoot(bytes32 _merkleRoot
setPerTransactionMax(uint256 _val
setPerWalletMax(uint256 _val
setPresalePerTransactionMax(uint256 _val
setPresalePerWalletMax(uint256 _val
setPresalePrice(uint256 newPrice
setPrice(uint256 newPrice
setRoyaltyInfo(address receiveruint96 feeBasisPoints
setSaleState(uint8 _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _baseUriuint96 _royaltyAmount
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidPrice(
InvalidProof(
InvalidQuantity(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
SaleInactive(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(