Azuki Monkey

Verified contract

Proxy

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

No balances found for "Azuki Monkey"

0x55113351ddfebc4a0cca6cb05b4c05cdd12b75bf49b24e23aa39231098f68ab4
0xa36ca7e454f0cc007be2422866662bedfca6fecb9606f7870e0c13885e9d8120
0x81818e950fc19d406936978ebf59f542abf240e039bf89eeded94623dcf26bd7
0x006e928eed7f815db0c2653655579c801a18dfd80edc2c4c9e8072aa11ed8665
0x43dc0343cdd5d4e0355a13eb85696eeb1924cf452ecc0615a13b1c48286b4b7c
0x625e5c8216ed668e6d8f718415619d1020b77adad4693acef225bf1cb4626512
0xb7c1f1a64382b9efe4102a3f11a04a8c042535c10e3b41e19bf12899dc50d4e0
0xd07094446f7f2f0aa5afe11a011542f1969f0589de2144651625bd3a65366ed9
0xb5fe7f06559fa3cb43d540983b514548ff70806cf8be0b85ba64532a95cb1f9f
0x1623d7ba9370438d1e531324e388c4d02410450782bf6e5516a501f5934ad6d7

Functions
Getter at block 22416961
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Azuki Monkey
owner(view returns (address result)
0xda9cd4e1e54b7e0ca0a1b31de901b1a3552d1a44
payoutRecipient(view returns (address)
0xda9cd4e1e54b7e0ca0a1b31de901b1a3552d1a44
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
AZUM
totalMinted(view returns (uint256)
268
totalSupply(view returns (uint256)
268
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(