SHiROWORLD

Unverified contract

Proxy

Active on Ethereum with 1 txns
Deployed by via 0x236533ed at 21010665
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SHiROWORLD"

0xe923fe5a5bb2fd469db19fed17795b597998233ae94cd3fa5c71c6afcf4a4daa
From

Functions
Getter at block 21321018
ADMIN(view returns (bytes32)
0x41444d494e000000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER(view returns (bytes32)
0x4d494e5445520000000000000000000000000000000000000000000000000000
PIEMENT(view returns (bytes32)
0x5049454d454e5400000000000000000000000000000000000000000000000000
baseExtension(view returns (string)
.json
baseURI(view returns (string)
https://tukuru-metadata.mad-member-tools.com/metadata/1/0x77c63c0cd3c9d8f0aca58bacb37a3193c07c73f2/
getBalance(view returns (uint256)
0
isLocked(view returns (bool)
false
name(view returns (string)
SHiROWORLD
owner(view returns (address)
0x32e099cbf185a414bb4d67f716266b8c8c861762
royaltyReceiver(view returns (address)
0x1476468886c76575cdb78b2ccba37ead1b3ea181
royaltyReceiverCurrency(view returns (address)
0x474f057ffd4184ce80236d39c88e8ecfe8589931
symbol(view returns (string)
SWD
systemRoyalty(view returns (uint256)
5
usageFee(view returns (uint256)
0
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
currencies(uint256view returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isAllowlistSale(uint256view returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
locked(uint256view returns (bool)
maxSupply(uint256view returns (uint256)
mintCosts(uint256view returns (uint256)
mintLimit(uint256view returns (uint256)
mintedAmount(uint256addressview returns (uint256)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256view returns (uint256)
uri(uint256 _tokenIdview returns (string)
withdrawSettings(uint256view returns (address receiveruint256 ratio)
State-modifying
airdrop(uint256[] _tokenIdsaddress[] _addressesuint256[] _amounts
allowlistMint(address _addressuint256 _tokenIduint256 _amountuint256 _allowlistedAmountbytes32[] _merkleProofpayable 
emitLockState(uint256 _tokenId
externalMint(address _addressuint256 _tokenIduint256 _amount
grantRole(bytes32 roleaddress account
initialize(address _ownerstring _namestring _symbolbool _isLockeduint96 _royaltyFeeaddress _withdrawAddressuint256 _systemRoyaltyaddress _royaltyReceiveraddress _royaltyReceiverCurrencyaddress _piementMinterstring _prefBaseURI
mint(address _addressuint256 _tokenIduint256 _amountpayable 
piementAllowlistMint(address _addressuint256 _tokenIduint256 _amountuint256 _allowlistedAmountbytes32[] _merkleProofpayable 
piementMint(address _addressuint256 _tokenIduint256 _amountpayable 
renounceOwnership(
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setAllowlistSalesInfo(uint256 _tokenIduint256 _mintCostuint256 _maxSupplybytes32 _merkleRootaddress _currency
setApprovalForAll(address _operatorbool _approved
setIsLocked(bool _isLocked
setMetadataBase(string _baseURIstring _baseExtension
setSalesInfo(uint256 _tokenIduint256 _mintCostuint256 _maxSupplyuint256 _mintLimitaddress _currency
setWithdrawSettings(struct TukuruERC1155WithdrawSetting[] _value
transferOwnership(address newOwner
updateToNoSystemRoyalty(payable 
withdraw(uint256 _withdrawAmount
withdrawCurrency(address _currencyAddressuint256 _withdrawAmount
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Initialized(uint64 version
Locked(uint256 tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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
Unlocked(uint256 tokenId
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
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
StringsInsufficientHexLength(uint256 valueuint256 length