KanjoMatso

Verified contract

Proxy

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

No balances found for "KanjoMatso"

0xf1b33a55092a1dec0905da2c2d44688ce6b6180918eeb4c2fcb0b201cdb2798b
0x0cbeef04121ea40ef2cba65253f33bb0d163bd197a486c10f1ca0c93a592bc9c
0xfd234cfb52caea2b9888ad5f564b17d326036234be9ec5eb15d0af028673557d
0x74b13fa493f9dcd912055b675071472df16848e6c31fe0329fe2c468e9e3af3b
0xf6823cef6536c5640d53ab97103d25af98f3c7e4da7fc520a5b57bd9bc3bde0a
0xc8cc0ca718f52991617cc328c59e7dfa50f763c46bb589e9988bc0d6eedde564
0xc182eb79af8b45d9587d562802727e87184e76ac129ae562121d75f22912f046
0xc43a2b287049d6e4faa758bd3357e975379167946c2fe0bbfe3f02a72f5fc461
0x0d9fb9f4e053bf5dc8387386eabbab29aef7ea7c4f0e8257f8da482eb072f562
0x7f088f23560fc8ca4cfc84887c43d77788ede022ad64197679a1e2025b2b12c1

Functions
Getter at block 22921595
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
KanjoMatso
owner(view returns (address result)
0x055723af679eed7e5c785560cc0f81d58650898c
payoutRecipient(view returns (address)
0x055723af679eed7e5c785560cc0f81d58650898c
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
KAN
totalMinted(view returns (uint256)
28202
totalSupply(view returns (uint256)
28202
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(