RAKUZA DAO

Verified contract

Proxy

Active on Ethereum with 286 txns
Deployed by via 0x5c750c80 at 17591503
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
14 additional variables

No balances found for "RAKUZA DAO"

0x24771c6ca23a81c76c0b706210acaa36036504e2a790b54cd4f4114e00053a38
0xe9d6d710a1273f26392c04c372d50c59ccfbe3594d5785389cf2535e9722e032
0xe1c62e597891451bd937dc0d14da1b81b6571646803a122c5bce73a1f768615b
0x1433ce695f38b6dbcf71ac4a567a70796ceda983451194336f2feae41be26d2d
0x0e8d03c410bde893b94a225e952540ebc5b137d337a0d17bda295210f282a4ec
0x1c024437f197f9e5a34cd53e621a2104c736b323a033f51a6893231a9f464ffd
0x96e88b2147fafff4e9434b20c3b8158884c241e8e1479631e485fa0d123c5c8f
0xd8a588810c0cd063041eebe2a9142ce56a92367de2dfd7e90afa6da609779c55
0x38ef8819ab5438ac0f1e92784c71898106456d96f6943197c104403fde281c74
0x821a5ae089ae752726201a7228b1b8d3b2b406998c9f2cbad7078c01dfb6824a

Functions
Getter at block 21042368
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243313135350000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmSUNna1rRqFz59JY9XDDFj5H9cU8U9hkM4AftV43GKu65/0
contractVersion(pure returns (uint8)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x83c280e1c213a1dce6d4ae7e4fec75f1b4aaf8c7, 0)
getFlatPlatformFeeInfo(view returns (addressuint256)
(0x83c280e1c213a1dce6d4ae7e4fec75f1b4aaf8c7, 0)
getPlatformFeeInfo(view returns (addressuint16)
(0x83c280e1c213a1dce6d4ae7e4fec75f1b4aaf8c7, 0)
getPlatformFeeType(view returns (uint8)
0
name(view returns (string)
RAKUZA DAO
nextTokenIdToMint(view returns (uint256)
1
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0x83c280e1c213a1dce6d4ae7e4fec75f1b4aaf8c7
platformFeeRecipient(view returns (address)
0x83c280e1c213a1dce6d4ae7e4fec75f1b4aaf8c7
primarySaleRecipient(view returns (address)
0x83c280e1c213a1dce6d4ae7e4fec75f1b4aaf8c7
symbol(view returns (string)
RAKUZADAO
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
setFlatPlatformFeeInfo(address _platformFeeRecipientuint256 _flatFee
setOperatorRestriction(bool _restriction
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPlatformFeeType(uint8 _feeType
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
FlatPlatformFeeUpdated(address platformFeeRecipientuint256 flatFee
Initialized(uint8 version
OperatorRestriction(bool restriction
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
PlatformFeeTypeUpdated(uint8 feeType
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 indexed 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
OperatorNotAllowed(address operator