Cloning Ball

Verified contract

Active on Ethereum with 731 txns
Deployed by via 0x8bfce8cc at 15615921
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Cloning Ball"

0x4ab8fdd5c04c73da89a1fff9096a42cccd97c5640863c06a840695966fe0b77f
0x7fe2d97ee1f9efec9ec034f0f3475cf93718c1f3cafe58bf1638701936c3c070
0x78ef37700c0bad85359e73d17582802897057ac40d53bef0737e3ec171d5b4fc
0xd9799e70df2bc4f6ae71ed40a0e11c3c4e01581735fced52103fc00e036a209e
0x695e6d7fc3d5f92325633997c3189efe06c97fb0faaaf9288acfc056a05e6225
0x3d5d8ff583d8cbd5918066a49cdbb5d4a1260077559e1acff12dd42abd357ea9
0x2e80ca9d79815dda1c93056463665a64d5eb9d78b478583024a7401e31ce7c12
0xa1c323104aa41ade85f876a8a3334bc773e8cf5602aee52a8afc40fe5079bd74
0xcc18f65126439664a55d90a75673c0c5f77eeb850a227e9b616e511e8f4a9f99
0x29f4c8f4cfdc29d0d4768020aa1e1ae90da29b020b3926765517620d99a35c2d

Functions
Getter at block 21379735
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_FREE_SUPPLY(view returns (uint256)
500
MAX_PER_TX(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
666
PRICE(view returns (uint256)
1000000000000000
baseTokenURI(view returns (string)
ipfs://bafybeickbtngmykcyvbygnx4wtr55rw7is5qpmem4cx2zns5i272qaws3q/
name(view returns (string)
Cloning Ball
owner(view returns (address)
0xfa0aa403c0caa9e7589a9def14ea10c0f74eb5ea
status(view returns (bool)
true
symbol(view returns (string)
CB
totalSupply(view returns (uint256)
666
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
perWalletFreeMinted(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
ownerMint(address touint256 amount
publicmint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setLimitFreeMintPerWallet(uint256 _limit
setMaxFreeAmount(uint256 _amount
setMaxLimitPerTransaction(uint256 _limit
setPrice(uint256 _price
setStatus(bool _status
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(