The latest block we've processed for this chain is 20889469, which is 1 minutes old. We're running behind the tip but working to resolve the issue.

IceMaikoMusicCollection

Verified contract

Active on Ethereum with 198 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "IceMaikoMusicCollection"

0x3df6eee321831e51d283f07349935fd672de7f684329f8923d95eb16d70ee957
0xe4cedea42aeb000d2f258daf7b3dbe65b4a4c2bcdde18d53cb6603d6ac9b0894
0x4c4d61239f3a98fc432024ee09bb06e99ad781d4473aa56f982b6f103c8f257b
0xfb9ec5004e0a86d7b9d534a8a4154fa3b500c584eaf700418be195f291ab3344
0x15b044a77a5ca5d4347e26145486d206355e53d22638a4c3f18bc47f3a41d5eb
0xfe2516a7f69127046bf8caac906d1eabe2f7d6ec07156e9f262b0c915c566896
0x49119325507586c2ae446bcc16865f390646bab7746a3364dade4f82651208bf
0x14ba8dd2db9fde1caef7bb5e7079d04b99c1c9865ea70e8c1282cb3bbc372a65
0xb565a3159f29cb1f238eb6ec5026749cae5158b56a786f09cd1b8ddd79bc7ecc
0x0f6fab62b4d428098f3649fec13a57677a3b997e4bf73c0fffddfd94c43530b4

Functions
Getter at block 20889468
ADMIN(view returns (bytes32)
0x41444d494e000000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER(view returns (bytes32)
0x4d494e5445520000000000000000000000000000000000000000000000000000
baseExtension(view returns (string)
.json
baseURI(view returns (string)
https://tukuru-metadata.mad-member-tools.com/metadata/1/0x6abf8181a6e623a444ea720cd1782d5b6fc54e3e/
name(view returns (string)
IceMaikoMusicCollection
owner(view returns (address)
0x8a79167a1373062c7e155a3426e15c465c9a474f
paused(view returns (bool)
false
royaltyReceiver(view returns (address)
0x1476468886c76575cdb78b2ccba37ead1b3ea181
symbol(view returns (string)
IMMC
systemRoyalty(view returns (uint256)
5
usageFee(view returns (uint256)
100000000000000000
withdrawAddress(view returns (address)
0x8a79167a1373062c7e155a3426e15c465c9a474f
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
locked(uint256view returns (bool)
maxSupply(uint256view returns (uint256)
mintCosts(uint256view returns (uint256)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256view returns (uint256)
uri(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] _addressesuint256 _tokenIduint256 _amount
emitLockState(uint256 _tokenId
externalMint(address _addressuint256 _tokenIduint256 _amountpayable 
grantRole(bytes32 roleaddress account
initialize(address _ownerstring _namestring _symbolbool _isLockeduint96 _royaltyFeeaddress _withdrawAddressuint256 _systemRoyaltyaddress _royaltyReceiver
mint(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
setApprovalForAll(address _operatorbool _approved
setIsLocked(bool _isLocked
setMetadataBase(string _baseURIstring _baseExtension
setTokenInfo(uint256 _tokenIduint256 _mintCostuint256 _maxSupply
setWithdrawAddress(address _value
transferOwnership(address newOwner
updateToNoSystemRoyalty(payable 
withdraw(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Locked(uint256 tokenId
OwnershipTransferred(address indexed previousOwneraddress 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
Unlocked(uint256 tokenId
Unpaused(address account
Constructor
constructor(
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(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account