Kitaro

Verified contract

Proxy

Active on Base with 360 txns
Deployed by via 0xd57bed9e at 22668960
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Kitaro"

0xd8605da3b55dbbce5cd5d3aba6911f497dd7bda3eae17234859e6fe5e4a0df73
0x2c657554ddc9c9f9db257dff9c42cebc052f4b1a11cf0983b25b1b6f6b832248
0x0658b871fd14e5a3e4bee200b9701b5936dd2d72fec60f59791acb3fafe17554
0xe2ab6c5c55f9a94a42ec3694bb44c7d69e8ead9a3a0bf801f804e316d5770d8d
0x73825accd4cab6730d8f5c0aef2475fc49a5a447f1a4a6f7d6056cbfe1196067
0xe089d8a388b37c5ea5e0719447e1eeb2a7f07efc6deee2fe2bb3268609beed4e
0xb95e57510e9f94389f1a1e031508e2d5bdaaf02c312ed4852ba8a3ce20cbb686
0x69f95dff1368c4cce35a0edfc83e39c75d17187d117dab2e8fbf181306261a2b
0x16300eba696917a33b041f1091f0c5ccbdca707673cf512dee810ed4c8a69824
0xe47c7ea968cd5017caad7862464064d836d02dd10725352a323042729ac88959

Functions
Getter at block 23898256
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Kitaro
owner(view returns (address result)
0x055723af679eed7e5c785560cc0f81d58650898c
payoutRecipient(view returns (address)
0x055723af679eed7e5c785560cc0f81d58650898c
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
KIT
totalMinted(view returns (uint256)
153035
totalSupply(view returns (uint256)
153035
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isMintModuleApproved(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
royaltyInfo(uint256uint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addMintModule(address mintModule
adminMint(address touint256 quantity
approve(address touint256 tokenIdpayable 
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
initialize(struct Mint721Configuration configaddress mintModuleRegistry_address _metadataRendererbytes metadataRendererConfigaddress[] mintModulesbytes[] mintModuleDataaddress creator
mint(address touint256 quantity
refreshMetadata(
removeMintModule(address mintModule
renounceOwnership(payable 
requestOwnershipHandover(payable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setMetadataRenderer(address _metadataRenderer
setRoyalty(uint256 bps
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwnerpayable 
updateExternalConfiguration(address[] configurablebytes[] configData
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
MetadataRendererUpdated(address renderer
MetadataUpdate(uint256 _tokenId
ModuleAdded(address module
ModuleRemoved(address module
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
RoyaltyUpdated(uint256 bps
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
AlreadyInitialized(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidMintModuleData(
InvalidRoyalty(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
ModuleUpdateFailed(
NewOwnerIsZeroAddress(
NoHandoverRequest(
OnlyEOAAdminMintAllowed(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UnapprovedMintModule(
Unauthorized(