Juicy Adventure Onchain Summer: Juice Pack

Verified contract

Proxy

Active on Base with 162,639 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
--
0x86d9f344b107ffc77bf9218f771ae0debb07187ff0b56e831a6b0e6e1009c6d2
0x9ccbbd12dc21b9887431a97e9cfc095edd8e34b7967217ac50c51bfa835f4f20
0x41d1c6df01ed2a375620288a2e65319747e219a190e0c430530766050f1d580f
0x61505da2d7d766def6759908a36522a72ba7199c0acf8085bdde7aca9a891800
0xdbc60b418b8427be5b51f71c9084368596c54936790dc60365574a31cf560644
0x805c66f27ca5a2026a04ca6cccb559b48f76d492294c0b4de1add307f8a0d843
0x91d6aca77a4850eca9b1070035ac1f249aac721cff2b567807ca53c3d2e17a95
0x8f02853dd50aeb6fed756c9e1bb0c2ef002b569a92daa7fb1ca91ad21853a0cb
0x828fe9c10fe82221170482122b1ec66ecd8f6a4a8e737e0835debf6cd4d59331
0x9f262b240652a26d2553f0fbf9a01f604195f2c4c6839016821f1af79a6ed1ca

Functions
Getter at block 21775820
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