Murakami Lucky Cat Coin Bank

Verified contract

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

No balances found for "Murakami Lucky Cat Coin Bank"

0x53ecdcc580692264021fc288a42be210f3464f59d25b6ec2ee45392133acc954
0xf941ea38bd3840bf8f4d0e8c9e790c9801459b4c0173817af1ddfffc75d5f502
0x7bb0594d20f2f678e2ac1ec11e71b79abd09066815df67bd54ea17c7dde48560
0x9a48838b0b6865b77cc7e31c42e6134c7f475ddfafe8db970c32e85aaf62f440
From
0x7b03ffa4d23cf3db22a443f87499ff7888256741a9261c46a9b1b4e96e1d8a5d
From
0xa69b1b3615734847a44a522878ebc41b8aad23efa819609537bd241f4f791c1e
From
0x59caa37fca14120277a4b2ae48ca126137f9f35ad100b8f674951273f259866e
0x4ae61ad700cdb4ac5e6b0e12144c3a477b99298275089edd9658f94a0b65671f
0xcfbd4443057d08b7ca3797c8a8d5ef5896420a10be53208015ccb9c2e1e432e2
0xb70569dec42ac33588c5b121e4b8c214fdd119265314941a15e6ecd1212d2e4f

Functions
Getter at block 20866780
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Murakami Lucky Cat Coin Bank
owner(view returns (address)
0xf50fbf46fd6ec8609c1219bbabf00539836f1a34
symbol(view returns (string)
Cat Coin Bank
totalSupply(view returns (uint256)
4422
Read-only
balanceOf(address ownerview returns (uint256)
chunkProcessed(uint256 chunkNumberview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] recipientsuint256[] numberOfTokensuint256 chunkNumber
approve(address touint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
mint(address touint256 quantity
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setCAddress(address newCAddress
setDefaultRoyalty(address receiveruint96 feeNumerator
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address royalty_uint96 royaltyFee_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(