Kitaro World
Verified contract
Proxy
Active on
Ethereum with 4,737 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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
Balances ($0.00)
No balances found for "Kitaro World"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243699 | an hour ago | | | 0 | 0.0015950846 | |
| 21240405 | 12 hours ago | | | 0 | 0.00079527412 | |
| 21240236 | 13 hours ago | | | 0 | 0.00067269708 | |
| 21239410 | 16 hours ago | | | 0 | 0.0039233194 | |
| 21239406 | 16 hours ago | | | 0 | 0.0036866728 | |
| 21238307 | 19 hours ago | | | 0 | 0.0017085147 | |
| 21228487 | 2 days ago | | | 0 | 0.00072534865 | |
| 21223483 | 3 days ago | | | 0 | 0.0015133518 | |
| 21223480 | 3 days ago | | | 0 | 0.0014385794 | |
| 21212933 | 4 days ago | | | 0 | 0.00082891410 |
ABI
ABI objects
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 owner) view returns (uint256)
facetAddress(bytes4 _functionSelector) view returns (address facetAddress_)
facetFunctionSelectors(address _facet) view returns (bytes4[] _facetFunctionSelectors)
getApp(bytes32 name) view returns (struct INiftyKitAppRegistryApp)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
rolesOf(address user) view returns (uint256 roles)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events _initialize(address owner_, address admin_, string name_, string symbol_, address royalty_, uint16 royaltyBps_)
approve(address operator, uint256 tokenId) payable
grantRoles(address user, uint256 roles) payable
installApp(bytes32 name)
installApp(bytes32 name, bytes data)
removeApp(bytes32 name)
removeApp(bytes32 name, bytes data)
renounceOwnership() payable
renounceRoles(uint256 roles) payable
revokeRoles(address user, uint256 roles) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMintSigner(address signer_)
setTreasury(address newTreasury)
setTrustedForwarder(address trustedForwarder)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RolesUpdated(address indexed user, uint256 indexed roles)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(struct INiftyKitV3DiamondArgs args)
fallback()
receive()
InitializationFunctionReverted(address _initializationContractAddress, bytes _calldata)
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InitializationFunctionReverted(address _initializationContractAddress, bytes _calldata)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NewOwnerIsZeroAddress()
NoHandoverRequest()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Unauthorized()