Base Azuki

Unverified contract

Proxy

Active on Base with 386 txns
Deployed by via 0xa1b784d7 at 14246716
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots

No balances found for "Base Azuki"

0x8c532895b56c2ca9d1d045d5041880f7fa6426c3361ade75024710ba0eb5719b
0x20ae9ddb0e13ff2182fd9ddbcad10f0b077e5be80e0cdb838cb2c645cc6a2e32
0x10d6cc747e0b3f62ccbb4de4e8207f1b8200a7d326ce01e283a261d8395e250c
0xc95791538251e9d677b070014b69cbd03e6e7e8fd8d4ab4ec023b6ab71ea9fac
0xcd1853291ebcc2af2af1898d760add74646c77cbdf0342d314b510c2844bfbd6
0x047d1e1920e5ad2f40fe6542181cc169c9d6c2e696dae3745224e6cdd110e249
0xfdfa9dbf0283aa7679010bfe147f5c44250d1f76d2a70b6a8169df09018775a8
0xbf6d372b85d883e7746e10dce7d068a053051282b4ad067c8463ceb447a60da8
0x11f372915fdac56396e36fd81691fa2375ad9ad2ff0159b8d78f14aeacdaee91
0xb9b52528e0afb8dc066495bcc6bb83846dbbe68677f364fb3b5f371af8d7b7d9

Functions
Getter at block 23680417
baseURI(view returns (string)
https://ipfs.io/ipfs/QmUUBk7M1yWTdqoH4hxDtavYpgmnptxftu3EizL1nNPScE?filename=ur.json/
costPublic(view returns (uint256)
380000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
9999
maxMintPublic(view returns (uint256)
20
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
10000
name(view returns (string)
Base Azuki
owner(view returns (address)
0x8add0eb5204d857904295d84d3784df3ccd6a741
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BAZK
totalSupply(view returns (uint256 result)
811
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofuint256 _quantityview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintFree(uint256 _quantity
mintPaid(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
setWithdrawAddress(address _newWithdrawAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
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
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(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(