JuicyS

Verified contract

Active on Ethereum with 2,657 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots

No balances found for "JuicyS"

0xb77ca80ab0653f287c314e465ce04c16e0088255c23242a1e320c373a9e8c727
0x60bacea29b487dd7abbefe34e81117ce21e07df89ea0c3894d9bd0acee72d62b
0x9e003a154a028a762138f1fb9f5f6baaa50c3e485a9a9798d3c72b2d41e90a2d
From
0x074b0d7e7a1058e0b1deadca2dfcbc4535358e2fb0119af2786141bff5290909
0x9a4bd3c03d9a872101185934b18946081161a5f9319ad65050ccce5d93450460
0x7ddacc8854d728546d7311d373f1fcd7327e645bcf51829ac36c4aca6ef83d8f
0x97fec3966b1361c4af2fd5bee76840abbb8a7d598846c12267efb4e73be3862c
0x9b3f8fa1f20bff560c37193f3660e8f7bd23db31ae0ff0e5fc0851169e33e2b7
0x4a9c146ade3497e1f8b18c68a5ba696d783e1a69c37f9bbb898ec26e3fd78042
0x9f0159e2c98785f3bd9d78d4323104d20d6c2d7d2924a20111465891f33205f3

Functions
Getter at block 20856881
MAX_SUPPLY(view returns (uint256)
3999
baseTokenURI(view returns (string)
https://www.juicys.xyz/api/metadata/
mintConfig(view returns (bool whitelistOpenbool publicOpenuint64 whitelistMaxSupplyuint64 publicMaxSupplyuint64 whitelistMaxEachAddressuint64 publicMaxEachAddressuint256 whitelistPriceuint256 publicPriceaddress approvalSigner)
(whitelistOpen=false, publicOpen=false, whitelistMaxSupply=0, publicMaxSupply=0, whitelistMaxEachAddress=0, publicMaxEachAddress=0, whitelistPrice=0, publicPrice=0, approvalSigner=0x0000000000000000000000000000000000000000)
name(view returns (string)
JuicyS
owner(view returns (address)
0x086aa508bfdd468868b8e77f8db37fae72e353b5
paused(view returns (bool)
false
roundMinted(view returns (uint64 whitelistMinteduint64 publicMinted)
(whitelistMinted=216, publicMinted=3783)
symbol(view returns (string)
JCS
totalBurned(view returns (uint256)
0
totalSupply(view returns (uint256)
3999
Read-only
addressMinted(addressview returns (uint64 whitelistMinteduint64 publicMinted)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
devBurn(uint256[] tokenIds
devMint(uint256 quantity
pause(
publicMint(uint64 quantitybytes signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string uri
setMintRoundConfig(struct MintRoundMintRoundConfig config
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
whitelistMint(uint64 quantitybytes signaturepayable 
withdrawAll(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseTokenURIUpdated(string uri
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
DevMint(uint256 quantity
MintConfigUpdated(struct MintRoundMintRoundConfig config
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Withdraw(address accountuint256 amount
Constructor
constructor(string name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(