Murakami.Flowers Coin

Verified contract

Proxy

Active on Ethereum with 11,896 txns
Deployed by via 0x24dd34ae at 16186423
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 47 additional slots
-
variable spans 3 additional slots

No balances found for "Murakami.Flowers Coin"

0xd9c6be1d62c337c3b1990f645ea63d2bdaa2e9c3ab2d765f017831330f6b9d9d
0x3cce518a8281bd47133da6143e41217f026707f6755c1c088d8b3a299638c1b0
0x79d367bc1f297b2270426fea6ffe9bddfab6bf75dc33bdb164bc4687b3b6873b
0x825a6165d58c70c10b07704f24c3ee173bf2543d0b55378d696b0261af65e81d
0x27e952199dbb1c6c7139296fb1d6278d1fe7d5e91e5ebfac7a687ae08a99fd4f
0xcdb42e9cd202e194f777f5b5d7f7235cedbc1f4c136c803f8525d14c6d773f08
0xd68ee9f8c692f974aab0ff4186f640cc46460054d6294e53cb2f022200aca865
0x655d49c2ef8916c79eb38427f8daabadefe9e8866795bef3b503f99f86923a56
0xa05e68682d61a46c783f18a1c99eed01f02500fd1dce76013eb7e09062a65670
0x3d4de7c10a46b0090e6785ca7cfe088642602e4a15a47e38b0431c48a7d8a8ae

Functions
Getter at block 20858030
ADMIN_ROLE(view returns (uint256)
1
MANAGER_ROLE(view returns (uint256)
2
MINTER_ROLE(view returns (uint256)
4
active(view returns (bool)
true
name(view returns (string)
Murakami.Flowers Coin
owner(view returns (address result)
0xf50fbf46fd6ec8609c1219bbabf00539836f1a34
ownershipHandoverValidFor(view returns (uint64)
172800
symbol(view returns (string)
M.F C
totalSupply(view returns (uint256)
5987
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getEXP(uint256 tokenIdview returns (uint256)
hasAllRoles(address useruint256 rolesview returns (bool result)
hasAnyRole(address useruint256 rolesview returns (bool result)
isApprovedForAll(address accountaddress operatorview returns (bool)
ordinalsFromRoles(uint256 rolespure returns (uint8[] ordinals)
ownerOf(uint256 tokenIdview returns (address)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
rolesFromOrdinals(uint8[] ordinalspure returns (uint256 roles)
rolesOf(address userview returns (uint256 roles)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
approve(address operatoruint256 tokenId
breakLuckyCatCoinBank(uint256 tokenId
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
grantRoles(address useruint256 rolespayable 
initialize(address owner_address royalty_uint96 royaltyFee_string name_string symbol_string baseUri_
mint(address touint256 quantity
renounceOwnership(payable 
renounceRoles(uint256 rolespayable 
requestOwnershipHandover(payable 
reveal(uint256 tokenIduint256 exp
revealBatch(uint256[] coinTokenIdsuint256[] exps
revokeRoles(address useruint256 rolespayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setActive(bool newActive
setApprovalForAll(address operatorbool approved
setBaseURI(string newuri
setDefaultRoyalty(address receiveruint96 feeNumerator
setLuckyCatCoinBank(address luckyCatCoinBankAddress
setMoneyCatCoinBank(address moneyCatCoinBankAddress
setOperatorFilteringEnabled(bool value
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwnerpayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
LuckyCatCoinBankBroken(uint256 indexed tokenIdaddress indexed user
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
RolesUpdated(address indexed useruint256 indexed roles
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NewOwnerIsZeroAddress(
NoHandoverRequest(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
Unauthorized(