Cloning Ball
Verified contract
Active on
Ethereum with 731 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Cloning Ball"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16704400 | 2 years ago | | | 0 | 0.0014351041 | |
| 16257242 | 2 years ago | | | 0 | 0.00056416351 | |
| 16031752 | 2 years ago | | | 0 | 0.00059592031 | |
| 15786563 | 2 years ago | | | 0 | 0.00098559705 | |
| 15786542 | 2 years ago | | | 0 | 0.0014001170 | |
| 15686738 | 2 years ago | | | 0 | 0.00012045161 | |
| 15635466 | 2 years ago | | | 0 | 0.00032374998 | |
| 15626811 | 2 years ago | | | 0 | 0.00068490436 | |
| 15625167 | 2 years ago | | | 0 | 0.00087735970 | |
| 15624055 | 2 years ago | | | 0 | 0.00042424134 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
perWalletFreeMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(address to, uint256 amount)
publicmint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setLimitFreeMintPerWallet(uint256 _limit)
setMaxFreeAmount(uint256 _amount)
setMaxLimitPerTransaction(uint256 _limit)
setPrice(uint256 _price)
setStatus(bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()