STAPLEVERSE - CR8Z

Verified contract

Proxy

Active on Ethereum with 890 txns
Deployed by via 0xa836b084 at 15648394
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
11 additional variables

No balances found for "STAPLEVERSE - CR8Z"

0x512ee7bfc8b7ef4c3e12acf81f62715b16d3061d97cb9596ab131856d9004eb8
0x719a97d4bad1d509572a9175597243b7ec26be3742b71f04f0f5483d950a5128
0x4da863130472997da60d45ecae3a0f3557c8fdf74a5faa1d2a28e44948e5268b
0xb153cc1c7bc0c0c29d0b5a83a9ed1a5ed3dfb6c20065b6ba929034af2bc52d87
0x91e3c2c6037f180e928af1c242cae22ede7e3b39c468556ec9e7ca0b8dadc571
0x7e99e0aa5de94fcafe992536e4a80f0209eb5db352e3157ee72ef60c4b0ea939
0x25d1e7becd5ceada8e80aeba48c7e83c39f59c319f22ace04554c07fc8bcf7af
0xea3339fb3a43b0c5e90b88b39dfdbf8a5aeab18dc9d5235d618e04c65f426dc8
0x69cb0bfda41fe2c5b8a356ef7d6927ce7a072612b61624f55a9f28cae62c6006
0x0bda3d41a092b14a96ae833590424ae141d643fe19981bb4447b395be6a20253

Functions
Getter at block 20973053
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243313135350000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmZFW5sSR4HPAwvnfGwnn5JVKfPC55WZqUkCMMyGH3L7Ji/0
contractVersion(pure returns (uint8)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0xdb69549c857b0c2239b40b94bfb4217bcd23ab39, 500)
getPlatformFeeInfo(view returns (addressuint16)
(0x38fc0967fac037dfa7fc63a5be93b74b97496623, 0)
name(view returns (string)
STAPLEVERSE - CR8Z
nextTokenIdToMint(view returns (uint256)
2
owner(view returns (address)
0x0000000000000000000000000000000000000000
platformFeeBps(view returns (uint128)
0
platformFeeRecipient(view returns (address)
0x38fc0967fac037dfa7fc63a5be93b74b97496623
primarySaleRecipient(view returns (address)
0xdb69549c857b0c2239b40b94bfb4217bcd23ab39
symbol(view returns (string)
CR8Z
thirdwebFee(view returns (address)
0x8c4b615040ebd2618e8fc3b20cefe9abafdeb0ea
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
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
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
DefaultRoyalty(address newRoyaltyRecipientuint256 newRoyaltyBps
OwnerUpdated(address prevOwneraddress newOwner
PlatformFeeInfoUpdated(address platformFeeRecipientuint256 platformFeeBps
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 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.