The Kaidu art

Verified contract

Active on Base with 5,957 txns
Deployed by via 0x82c34530 at 3025273
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Kaidu art"

0x1d29090aef85fb56b276e4d67584f84a34729897d6b938907ba0fd719b8319f5
0x0d1715fa8ec4903dba5b786114b52df10d460c9b1753ce8db379ba92d97ffae2
0xa781da5496d741ba634e042b662c8408f025f47209a822d2c5bd99932452f780
0xb47cfdc9a4f3296ce45162f3fd738cb1de36666c6ec830cb2da4f7d0e2dfc355
0x17669480bfa6bdbbe6ea177923294d079b820d762902e6366f92a220e2af4b02
0x7147a3e23dbda24883c151dc35186b946c01c4e8d5b749ac59cd78119a602997
0x5d762a2b040646da7038c785564276272cebc09ab620d490d541ceda1f4aeb8d
0xa476a65dc306dc51bac055e88e129f3fc8cdc91340e3ec9c87eb429d970d4297
0xd2692056fa654c539d07b0668caa501648d5da06b3a4d72ccd47e4193ee955ae
0xe44020651b9dfc28bc3a9c040f071d548eb28438700762c92c6280a48cbc7487

Functions
Getter at block 22747624
MAX_FREE_PER_WALLET(view returns (uint256)
2
MAX_MINTS_PER_TX(view returns (uint256)
200
NUM_FREE_MINTS(view returns (uint256)
29000
PUBLIC_SALE_PRICE(view returns (uint256)
90000000000000
baseTokenURI(view returns (string)
ipfs://QmZs5EV2kfrVMw7bxi5ykT4iTxQJTmTXWTcBNgVGBmZ4Au/
freeNFTAlreadyMinted(view returns (uint256)
10218
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
30000
name(view returns (string)
The Kaidu art
owner(view returns (address)
0xbb0e4a759dc6f1c1d6da18ded4a68e6815df880a
symbol(view returns (string)
TKA
totalSupply(view returns (uint256)
15890
Read-only
balanceOf(address ownerview returns (uint256)
calculateMintingPrice(uint256 quantityview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
mintwithRewards(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setmaxSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
treasuryMint(uint256 quantity
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
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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