RSTLSS
Verified contract
Proxy
Active on
Ethereum with 2,336 txns
Unified storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
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
Balances ($3,250.06)
Native
Value
$3,250.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.035 | $3,140.15 |
$3,250.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153762 | 20 hours ago | | | 0 | 0.00075801595 | |
| 21116408 | 6 days ago | | | 0 | 0.00033371094 | |
| 21017525 | 20 days ago | | | 0 | 0.00036737441 | |
| 20956896 | a month ago | | | 0 | 0.00086026059 | |
| 20895149 | a month ago | | | 0 | 0.00052251632 | |
| 20894885 | a month ago | | | 0 | 0.00047775238 | |
| 20879536 | a month ago | | | 0 | 0.0018841353 | |
| 20597480 | 3 months ago | | | 0 | 0.00025322513 | |
| 20579813 | 3 months ago | | | 0 | 0.00014129273 | |
| 20570353 | 3 months ago | | | 0 | 0.00015178281 |
ABI
ABI objects
Getter at block 21159803
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowlists() view returns (uint256 currentStartId, uint256 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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getAllowlistById(uint256 _allowlistId) view returns (struct IAllowlistAllowlist allowlist)
getMintedByAllowlist(uint256 _allowlistId) view returns (uint256 minted_)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasMinRole(bytes32 _role) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
minted(address) view returns (uint256)
mintedByAllowlist(address, uint256) view returns (uint256)
onlyAllowedOperatorApproval(address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
totalBalanceOf(address owner) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addAllowlist(struct IAllowlistAllowlist _allowlist)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
createAndMint(struct IERC1155TokenERC1155Token[] _token, struct IPropsCreatorConfigSplit[] _primarySplit, struct IPropsCreatorConfigSplit[] _royaltySplit, struct IPropsCreatorConfigCreateMintConfig[] _config) payable
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, address[] _trustedForwarders)
mint(uint256[] _quantities, bytes32[][] _proofs, uint256[] _allotments, uint256[] _allowlistIds) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _uri)
setInternals(address _configContract, bool pause)
setOwner(address _newOwner)
setTokenRoyalty(uint256 _tokenId, address _royaltyReceiver, uint96 _royaltyPercentage)
updateAllowlistByIndex(struct IAllowlistAllowlist _allowlist, uint256 i)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
Minted(address indexed account, string tokens)
OwnerUpdated(address prevOwner, address newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
InsufficientFunds()
OperatorNotAllowed(address operator)