The latest block we've processed for this chain is 20898084, which is 4 minutes old. We're running behind the tip but working to resolve the issue.

LucidDreamerz

Verified contract

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

No balances found for "LucidDreamerz"

0xe1168f2d4d8b56a3b8773261e32714e31d03e1deb95b3f49a5a641cec204856a
0x5a0fffc9c109bc4dcc8d0103d28f6340a2520c828d46261b0dc7ebd977afd470
0x36974351c64dcb6af967a8d49a78f0139f9d231bd58b741bacd521b51374bfd5
0x5c1ae49091f2eddf4357d1a7dfd2fe28f214146ed734556b8e13cb99c523cced
0x2ab750cc342e1202769336d597e8df9e4be96e528616a6436857720a8416c8eb
0x71493cf18ff5551c17a3b693f59a95d875bc4b96b8c1b144688d2299e323ae3e
0x636577f0f7264228e9fc020ea1969fa352ac2df628580cef30d5738d54b1cebf
0x3d7aa1a0d02f9a0b57d75354baa91732e9f5a1f579e06ce58c7fd3fdb960c244
0x9e5f39998cc1398cc753308d5465bcbb975a7ad58fc64fab951b32fff9b1b76f
0x40be5cec7fb310f102177ca3113720d25147b08a3069098ee5e527566a5222b5

Functions
Getter at block 20898083
MAX_TOKENS(view returns (uint256)
5555
baseURI(view returns (string)
ipfs://bafybeigmtnpe4qybclaedxve2vpgqzucrnrssou5whncfbecbdwo5yfwb4/
isSaleActive(view returns (bool)
true
maxPerTX(view returns (uint256)
5
maxPerWallet(view returns (uint256)
25
name(view returns (string)
LucidDreamerz
owner(view returns (address)
0xaf96c391322e600c0227044ad8e781fd366f454b
symbol(view returns (string)
LD
tokenPrice(view returns (uint256)
30000000000000000
totalSupply(view returns (uint256)
533
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
Mint(uint256 quantitypayable 
activateSale(
approve(address touint256 tokenId
renounceOwnership(
reserveTokens(address devuint256 reserveAmount
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setPrice(uint256 _newTokenPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
NFTMINTED(uint256 tokenIdaddress owner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
UnableDetermineTokenOwner(
UnableGetTokenOwnerByIndex(