RSTLSSUGC
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
18
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 31 additional slots
-
variable spans 46 additional slots
Balances ($0.00)
No balances found for "RSTLSSUGC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RSTLSSUGC"
ABI
ABI objects
Getter at block 23880001
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
bridgeContract() view returns (address)
0x0000000000000000000000000000000000000000
configContract() view returns (address)
0x0000000000000000000000000000000000000000
contractType() pure returns (bytes32)
0x50726f7073455243313135355543726561746f72526f79616c74696573000000
contractURI() view returns (string)
contractVersion() pure returns (uint8)
5
name() view returns (string)
RSTLSSUGC
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
platformFeeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
RSTLSSUGC
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
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 __owner, address operator) view returns (bool)
onlyAllowedOperatorApproval(address operator) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(address[] _wallet_addresses, uint256[] _token_ids, uint256[] _quantities)
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)
mintTo(address _to, uint256 _tokenId, uint256 _quantity, address _delegated_wallet, string _uid, uint256 _allocation, uint256 _max_supply, string _pricePerUnit, uint256 _expirationTime, bytes _signature) payable
mintWithSignature(struct ISignatureMintingSignatureClaimCart1155 cart) payable
relayCreateAndMint(address _sender, address _creatorAddress, address _to, string _token, string _config) payable
renounceRole(bytes32 role, address callerConfirmation)
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, address _bridgeContract)
setOwner(address _newOwner)
setPlatformFeeRecipient(address _newAddress)
setTokenRoyalty(uint256 _tokenId, address _royaltyReceiver, uint96 _royaltyPercentage)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
CreatedAndMinted(address indexed account, string tokens)
Initialized(uint64 version)
Minted(address indexed account, string tokens)
OwnerUpdated(address indexed prevOwner, address indexed 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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
EnforcedPause()
ExpectedPause()
InsufficientFunds()
InvalidInitialization()
InvalidRelay()
NotInitializing()
OperatorBlocked()
OperatorNotAllowed(address operator)
ReentrancyGuardReentrantCall()