Daily Gratitude

Unverified contract

Proxy

Active on Base with 333 txns
Deployed by via 0x2128536c at 11329591
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
15 additional variables

No balances found for "Daily Gratitude"

0xd67c01a5adb5fd208aa9735694f99a88469eef6344bc6f631c0d35cf6731db1a
0x109f448265ba85c17f96536ae2f90f8886ca8816d211fb3c43dae9bdb7500823
0x23cbc6738437ff45da37aff24e338bcb3efeb4a664f1377feee85061ed3c6902
0xacf41e582e27866a2cc7c770aaf144e37b252c960a8ecaea9a7a1d4cfb492979
0x446a845b95401891f95187c5533bc623e3eda70c79da0ba1dd0df48c458f95bc
0x3910fce1bc6350d4373acddb6a6bdac604caead47e9cf521b29b760483a35367
0xc243f905d42d06cf21224f8ed701f25932f27ffd7628364049c3b2da7f612893
0xc57000198abb15a3146ec89e9630eb6c1b975277b38d2b65fdbeddc06b7aeb63
0x47e4e1446c489d1045a263e87f723eb7e4cdc906e4e93b9c7a493fa6cfac7ae7
0x485834e2ac03baefc9df831575f90c857e375c3d445e2cb994b457b0d5b1ed55

Functions
Getter at block 22766242
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243313135350000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmRoFeGYroUcbaYxfwiH1C8Ms9Gu4L9J1FH3g2duh3oLn7/0
contractVersion(pure returns (uint8)
1
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=TokenERC1155, version=1, chainId=8453, verifyingContract=0x8d52d053728b59b25b3227ec9b6746e9c6fee8cd, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x2f602b8a8b38c86f577e5c48f36f12e2ee329c2f, 0)
getFlatPlatformFeeInfo(view returns (addressuint256)
(0x2f602b8a8b38c86f577e5c48f36f12e2ee329c2f, 0)
getPlatformFeeInfo(view returns (addressuint16)
(0x2f602b8a8b38c86f577e5c48f36f12e2ee329c2f, 0)
getPlatformFeeType(view returns (uint8)
0
name(view returns (string)
Daily Gratitude
nextTokenIdToMint(view returns (uint256)
318
owner(view returns (address)
0x2f602b8a8b38c86f577e5c48f36f12e2ee329c2f
platformFeeRecipient(view returns (address)
0x2f602b8a8b38c86f577e5c48f36f12e2ee329c2f
primarySaleRecipient(view returns (address)
0x2f602b8a8b38c86f577e5c48f36f12e2ee329c2f
symbol(view returns (string)
uriFrozen(view returns (bool)
false
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
saleRecipientForToken(uint256view returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256view returns (uint256)
uri(uint256 _tokenIdview returns (string)
verify(struct ITokenERC1155MintRequest _reqbytes _signatureview returns (booladdress)
State-modifying
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
freezeMetadata(
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _primarySaleRecipientaddress _royaltyRecipientuint128 _royaltyBpsuint128 _platformFeeBpsaddress _platformFeeRecipient
mintTo(address _touint256 _tokenIdstring _uriuint256 _amount
mintWithSignature(struct ITokenERC1155MintRequest _reqbytes _signaturepayable 
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setFlatPlatformFeeInfo(address _platformFeeRecipientuint256 _flatFee
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPlatformFeeType(uint8 _feeType
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
setTokenURI(uint256 _tokenIdstring _uri
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
EIP712DomainChanged(
FlatPlatformFeeUpdated(address platformFeeRecipientuint256 flatFee
Initialized(uint8 version
MetadataFrozen(
MetadataUpdate(uint256 _tokenId
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
PlatformFeeTypeUpdated(uint8 feeType
PrimarySaleRecipientUpdated(address indexed recipient
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
TokensMinted(address indexed mintedTouint256 indexed tokenIdMintedstring uriuint256 quantityMinted
TokensMintedWithSignature(address indexed signeraddress indexed mintedTouint256 indexed tokenIdMintedstruct ITokenERC1155MintRequest mintRequest
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.