0xa93b4f54d78461d8be1ca87daaaa70d961396ff5

Verified contract

Proxy

Active on Ethereum with 3,644 txns
Deployed by via 0x7d93b925 at 15885421
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 "0xa93b4f54d78461d8be1ca87daaaa70d961396ff5"

0x8cd67fb2a728eefc6646f4f62089abbd2f5e25fc80650a793f92db1113ef4c7e
0x0ba278233619e1efa3f24029e71d4da66fa025152b484de773cda49c48fc6f0c
0xa14fcd2a413a494272369d937d602ac20a3461af3bbe84eba93dc467ffaee795
From
0x3f6a3679f95af77d9984f95df90cba1bf3b0653d515f121a25bf6e209b609769
0x376dcd8121bd9db90554cebfa09b673bbc7f7f38a353453b8698c52b0684bb1b
0x09f2681502574c955f431fb2038fcced462dfdb69a61ef217b15edea2772ab4c
0xc93c0299061880110a4a3f65eaa3b817e47b581f40d70736537bd76e17df568b
0x2b99d80c66fc172689775593edcb9af7c52b6b594c9565d33b7196335905142c
0x78f6259678949e50ccca433ca1f777289f66d0fc3f17500530b74a41f1c0a0b2
0xd8dedac49148e12933d41dbd82034763c20234c0b506dcb20706a860fe080398

Functions
Getter at block 21228877
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243313135350000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmbFRRjKAkdr4xdPG4xSXgVf8aoqiKu1LQyTj3w1mKLdnM/0
contractVersion(pure returns (uint8)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x942cbea64876ff0b2e23c0712b37dc0091804e9c, 0)
getPlatformFeeInfo(view returns (addressuint16)
(0xde71de5ba4cd210807c90907927e37aab2b40788, 0)
name(view returns (string)
Patrick's Subscriber NFT
nextTokenIdToMint(view returns (uint256)
1
owner(view returns (address)
0x0000000000000000000000000000000000000000
platformFeeBps(view returns (uint128)
0
platformFeeRecipient(view returns (address)
0xde71de5ba4cd210807c90907927e37aab2b40788
primarySaleRecipient(view returns (address)
0x942cbea64876ff0b2e23c0712b37dc0091804e9c
symbol(view returns (string)
P-SNFT
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.