Kitaro World

Verified contract

Proxy

Active on Ethereum with 4,737 txns
Deployed by via 0x6a27dc52 at 17646925
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
-
variable spans 8 additional slots
-
variable spans 4 additional slots
-
variable spans 4 additional slots
-
variable spans 3 additional slots

No balances found for "Kitaro World"

0x5c295b71663e2824b4c6a4ecf582be74321434940b2b17eda73e71bebea9ac33
0xf5f5c813b0e3737d72ac43cdf1e5796174a015ed256ba75efad23782025e5b28
0x5b2d95a253bad21ddff7a5c14c7afa05d14b2925db94bacead9fa42ca8ea9033
0xe52127e7f6424aa782eccf28b2fb7631c1a8d53459cf26d000a0447778da43ba
0x25ccc894a942b61067005a65360c99035ef64aac606f19a657843eb84edb22d4
0xd813514d5e348524661faf4a3950791e9b7e89b8997ea9769ca670f1829d939a
0xfbab52bdd6699c7625e690066902b4eb7c5142bfb2f7935fedebf75b5f3a399f
0xdf8a4f92e6530951ed280733993a9d5585d3e833a50d4720d59ec2a0d975c67c
0x292a701cb578a77fe4658452d1552911aa0a2f80c13d4653de9c1d0a1e8993c8
0xea5b84d171d5b2f096e840a085e68914f4d889c1b7967bfcc5b31c803686069a

Functions
Getter at block 21244112
 
facetAddresses(view returns (address[] facetAddresses_)
 
facets(view returns (struct IDiamondLoupeFacet[] facets_)
getMintSigner(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
Kitaro World
owner(view returns (address result)
0x65f4867439651a6a28b7ba562181da1e4fef48bc
symbol(view returns (string)
Kitaro
totalSupply(view returns (uint256)
7777
treasury(view returns (address)
0x65f4867439651a6a28b7ba562181da1e4fef48bc
Read-only
balanceOf(address ownerview returns (uint256)
facetAddress(bytes4 _functionSelectorview returns (address facetAddress_)
facetFunctionSelectors(address _facetview returns (bytes4[] _facetFunctionSelectors)
getApp(bytes32 nameview returns (struct INiftyKitAppRegistryApp)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
rolesOf(address userview returns (uint256 roles)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
_initialize(address owner_address admin_string name_string symbol_address royalty_uint16 royaltyBps_
approve(address operatoruint256 tokenIdpayable 
grantRoles(address useruint256 rolespayable 
installApp(bytes32 name
installApp(bytes32 namebytes data
removeApp(bytes32 name
removeApp(bytes32 namebytes data
renounceOwnership(payable 
renounceRoles(uint256 rolespayable 
revokeRoles(address useruint256 rolespayable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setMintSigner(address signer_
setTreasury(address newTreasury
setTrustedForwarder(address trustedForwarder
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwnerpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(struct INiftyKitV3DiamondArgs args
Fallback and receive
fallback(
receive(
Errors
InitializationFunctionReverted(address _initializationContractAddressbytes _calldata
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InitializationFunctionReverted(address _initializationContractAddressbytes _calldata
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NewOwnerIsZeroAddress(
NoHandoverRequest(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
Unauthorized(