IceMaikoMusicCollection

Unverified contract

Proxy

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

No balances found for "IceMaikoMusicCollection"

0xe6f481b5c6953c79f35741221ee0ecff3829fe036693d62146311be12fb968a5
0x8bae852388518476df15c8b63e3b512a360ffe953f8305144bd3c8c2c86bc4c4
0x2ee57b1a7f7896f4be99e3bdb17704bad9e9c0bd28f18111c2732b2fa932ec3f
0x1d0e217d23eff84678d8368e9a1a498375afa67f23716bf9f8871ef30916e01b
0x9c641659328a0cc5a82d45c32fb9ccc961f74a0ef249231b0c1e3edb101b0067
0x7fd1dfaa449df285eb7aa3a0a183b28138269af64311c90cd5f0bd8e023f30de
0xb4115b43f0748347722b383dc84175197798945a4050526aca88f562827bfdb5
0x6cf4bdcebf61f9a549e23ac58d9b4f7877c1c7e5c3d73bce03d37e591788fb78
0xf54361cf7420cbcd34c75b3c741109fbafd33407465297cca034875058ca637b

Functions
Getter at block 21204321
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/0xa869fc96804fca9367ac206de82e5f1b5add890d/
getBalance(view returns (uint256)
0
isLocked(view returns (bool)
false
name(view returns (string)
IceMaikoMusicCollection
owner(view returns (address)
0x8a79167a1373062c7e155a3426e15c465c9a474f
royaltyReceiver(view returns (address)
0x1476468886c76575cdb78b2ccba37ead1b3ea181
royaltyReceiverCurrency(view returns (address)
0x474f057ffd4184ce80236d39c88e8ecfe8589931
symbol(view returns (string)
IMMC
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