Kitaro World

Verified contract

Proxy

Active on Ethereum with 25,034 txns
Deployed by via 0x5b0404bc at 15519037
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots

No balances found for "Kitaro World"

0xe32f532599dafeba65216438852ff760da45591cbaede9f551922b59665e089f
0xe611822e1eff609dccd75257421b75806bc324453589b221d87e0628fd66be17
0x4571c6935727d8fea8deb92ba93ae4e7cf224ad131a39fc5d56e93736db81c13
0x7a632b1a1252f906e612bb633e02e69fb9c9351e3a62d30cf218b2ee5b266a44
0x5fae205f13731ebbfb9d05a1117ccc56a420b275dde25e64429368840c4d453b
From
0x4a6025d019c0d6588a41c0b8b039d5077605178d6cfd073c4babda861e72696b
0x031ad7911975e1ef62c79ec0cf5b432bd7266cfe3ed27b989015586e03086a89
0x67dd7383bd8bc8eb3ab4db6b9bff3637f0e6b097bebee1577d35f81ef18c647b
0xb27188cccb5df761edc0590e54f9416eb4fd86e53c21c9e62e0881852bd59604
0x4cc4f67fb776de217297ba509a40d769b5e10d5297b5be86f2d99facad5e8139

Functions
Getter at block 20820134
maxAmount(view returns (uint256)
7777
maxPerMint(view returns (uint256)
3
maxPerWallet(view returns (uint256)
25
name(view returns (string)
Kitaro World
owner(view returns (address)
0xc5027e64b23182cf71d030b19104c4e29460a54c
presaleActive(view returns (bool)
false
price(view returns (uint256)
7000000000000000
saleActive(view returns (bool)
false
symbol(view returns (string)
KITARO
totalRevenue(view returns (uint256)
56984000000000000000
totalSupply(view returns (uint256)
7777
treasury(view returns (address)
0x8a83d0c5fb2280464087468fa6a48d67a25582a2
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint64[] quantitiesaddress[] recipients
initialize(string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint64 quantitypayable 
mintTo(address recipientuint64 quantitypayable 
presaleMint(uint64 quantityuint256 allowedbytes32[] proofpayable 
presaleMintTo(address recipientuint64 quantityuint256 allowedbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(