RSTLSS

Verified contract

Proxy

Active on Ethereum with 2,336 txns
Deployed by via 0x6b11a038 at 16177919
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 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
-
variable spans 48 additional slots
-
variable spans 49 additional slots
14 additional variables
Native
Value $3,250.06
0xef7842dd8b4a711407bb789fcf1de99e632a6ed473e151f4fabbb2871218ad56
0x6bc10be1c440365ee7fc99d13cac38f0d08c1a85b47188441e8961430178e1ab
0xe12d2e4bd0840cb714803176206805da4d1f0e61e2c60281ea2ef3595932495c
0x0a25553ba7a072322704e9e768e063abe35816439b712452ac8781be79643730
0x57568f03fcd6e854dd6c197284e26b0291b7eeea8b873348fe7949c375640edf
0x38ac8b5bb72e0f80b57d7a1f14e055c84119ce4c63b8e18215a05c48b4acc574
0xa87eff89e4737f4b51e602c7b6d1c97f59b5c30a9c2772219f7c8cc5df2771f4
0xbefd3249609cb8db6f515b80bf49cfa3bdab8f00a1bcc24241cad2c381aa5e0e
0x63f8c1cf1842a9712c05e57e220f70100de8d7b23db19304a502db9f5107da36
0x2752ecf9c299e1f3ac45cdb7150642731ec25cd9f353a7175ea18f071722674d

Functions
Getter at block 21159803
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowlists(view returns (uint256 currentStartIduint256 count)
(currentStartId=0, count=10)
configContract(view returns (address)
0xbe84fb2ac0d2284215b2aca7a44835ad5b643856
contractType(pure returns (bytes32)
0x50726f7073455243313135355543726561746f72526f79616c74696573000000
contractURI(view returns (string)
ipfs://bafkreigblyhc6voosipfmhbuazm5bvwplqts5ssxetl2olzpfnsocmemee
contractVersion(pure returns (uint8)
4
name(view returns (string)
RSTLSS
owner(view returns (address)
0x029d54f2a569bd15c148b841e24a3e7a78639511
paused(view returns (bool)
false
symbol(view returns (string)
RSTLSS
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getAllowlistById(uint256 _allowlistIdview returns (struct IAllowlistAllowlist allowlist)
getMintedByAllowlist(uint256 _allowlistIdview returns (uint256 minted_)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasMinRole(bytes32 _roleview returns (bool)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
minted(addressview returns (uint256)
mintedByAllowlist(addressuint256view returns (uint256)
onlyAllowedOperatorApproval(address operatorview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
totalBalanceOf(address ownerview returns (uint256)
totalSupply(uint256 idview returns (uint256)
uri(uint256 _tokenIdview returns (string)
State-modifying
admin(returns (address admin_)
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
addAllowlist(struct IAllowlistAllowlist _allowlist
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
createAndMint(struct IERC1155TokenERC1155Token[] _tokenstruct IPropsCreatorConfigSplit[] _primarySplitstruct IPropsCreatorConfigSplit[] _royaltySplitstruct IPropsCreatorConfigCreateMintConfig[] _configpayable 
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminaddress[] _trustedForwarders
mint(uint256[] _quantitiesbytes32[][] _proofsuint256[] _allotmentsuint256[] _allowlistIdspayable 
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string _uri
setInternals(address _configContractbool pause
setOwner(address _newOwner
setTokenRoyalty(uint256 _tokenIdaddress _royaltyReceiveruint96 _royaltyPercentage
updateAllowlistByIndex(struct IAllowlistAllowlist _allowlistuint256 i
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Initialized(uint8 version
Minted(address indexed accountstring tokens
OwnerUpdated(address prevOwneraddress newOwner
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
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
Unpaused(address account
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
InsufficientFunds(
OperatorNotAllowed(address operator