RSTLSSUGC

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x70e70a73 at 18139967
Slot
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

No balances found for "RSTLSSUGC"

No transactions found for "RSTLSSUGC"


Functions
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 accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
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 __owneraddress operatorview returns (bool)
onlyAllowedOperatorApproval(address operatorview returns (bool)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 _tokenIdview returns (string)
State-modifying
airdrop(address[] _wallet_addressesuint256[] _token_idsuint256[] _quantities
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 _defaultAdmin
mintTo(address _touint256 _tokenIduint256 _quantityaddress _delegated_walletstring _uiduint256 _allocationuint256 _max_supplystring _pricePerUnituint256 _expirationTimebytes _signaturepayable 
mintWithSignature(struct ISignatureMintingSignatureClaimCart1155 cartpayable 
relayCreateAndMint(address _senderaddress _creatorAddressaddress _tostring _tokenstring _configpayable 
renounceRole(bytes32 roleaddress callerConfirmation
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 _configContractaddress _bridgeContract
setOwner(address _newOwner
setPlatformFeeRecipient(address _newAddress
setTokenRoyalty(uint256 _tokenIdaddress _royaltyReceiveruint96 _royaltyPercentage
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
CreatedAndMinted(address indexed accountstring tokens
Initialized(uint64 version
Minted(address indexed accountstring tokens
OwnerUpdated(address indexed prevOwneraddress indexed 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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
ERC2981InvalidDefaultRoyalty(uint256 numeratoruint256 denominator
ERC2981InvalidDefaultRoyaltyReceiver(address receiver
ERC2981InvalidTokenRoyalty(uint256 tokenIduint256 numeratoruint256 denominator
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenIdaddress receiver
EnforcedPause(
ExpectedPause(
InsufficientFunds(
InvalidInitialization(
InvalidRelay(
NotInitializing(
OperatorBlocked(
OperatorNotAllowed(address operator
ReentrancyGuardReentrantCall(