Juicy Adventure Onchain Summer: Juice Pack

Verified contract

Proxy

Active on Base with 162,668 txns
Deployed by via 0x3f98474d at 18319818
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x3637b7bee0c4f86abcd07464db4af3e06f7a2822129e4bc80ad57dc25ff4fa21
0xf28e5059644721fe166c4f94e77b6a286664b50adbbfcb28fbec75487bae8434
0x9871c95b1083479f92ad06d3ce30ea6b3e8ccc00edf37d6ddaa81de24039b718
0xa258ae8a10d28e2d737726210175cfded63566234d85baf40d2c491e971de0be
0x1c658bd517d227496f832893ffca8a750b71256aebd5e3672df45903dd4ee16a
0xb88640294637f729c2d7487a654ae3d4da02d958c2ebf041d99151c2937807af
0xb28232baa5ab12a06937bc31e224a87c077458567677aa08f77d66380e9ae2ef
0xf5c2864ca5cf9d1343b872250e30ce934c1991d6d957e817442f4063519b895a
0xea811adb0c25d5ab25b186a8c2c2401e7e6665a4386987e168f1c50687e3f924
0xcc998ced3a53f33f3619ec3afa43a2dafed0f3f5c910469cd87a9ec714ba8d72

Functions
Getter at block 22731033
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
SIGNER_ROLE(view returns (bytes32)
0xe2f4eaae4a9751e85a3e4a7b9587827a877f29914755229b07a7b2da98285f70
SNAPSHOT_DURATION(view returns (uint256)
86400
UPGRADER_ROLE(view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
UPGRADE_VERSION(view returns (string)
v1.0.0
maxMintingCountForAddress(view returns (uint256)
1
name(view returns (string)
Juicy Adventure Onchain Summer: Juice Pack
paused(view returns (bool)
false
 
proxiableUUID(view returns (bytes32)
symbol(view returns (string)
JuicePackNFT
totalSupply(view returns (uint256)
160801
Read-only
balanceOf(address ownerview returns (uint256)
balanceOfAt(address accountuint256 timestampview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintingCountMap(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
ownerOfAt(uint256 tokenIduint256 timestampview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
uriMap(uint256view returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
initialize(address defaultAdminaddress pauseraddress minteraddress upgrader
mintJuicyPack(uint256 tokenIduint256 raritybytes signature
pause(
putUri(uint256 raritystring uri
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
safeMint(address touint256 tokenIdstring uri
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setMaxMintingCountForAddress(uint256 count
transferFrom(address fromaddress touint256 tokenId
unpause(
upgradeToAndCall(address newImplementationbytes datapayable 
Events
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ChangeSigner(address arg0
Initialized(uint64 version
MetadataUpdate(uint256 _tokenId
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Snapshot(uint256 indexed id
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(address implementationbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
ERC721EnumerableForbiddenBatchMint(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ERC721OutOfBoundsIndex(address owneruint256 index
EnforcedPause(
ExpectedPause(
FailedInnerCall(
InvalidInitialization(
NotInitializing(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot