Cloud Friends

Verified contract

Active on Ethereum with 953 txns
Deployed by via 0xb573b5ab at 14337898
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "Cloud Friends"

0x3ec5ccb52dcd26a2f30e56197bae52a948b15b51e82f545b99fb442e64e2acdb
0x7b8bcceafb7faf001b98fe94aed8b331c67586e00139ba2587d9efbed2a2cf67
0xe357273444d9a03caf276a7386ca5e3a4bdb09c8c857515dc67a7baca18c3e58
0x0e311c45bc948193d1d683d3378e4d8aa3d706233f8dbd5de001c1c5caec0333
0xac6cb9ccdc85164f219b51a7c9d06e9e7c27c19845cd737105a91e9d247f67cc
From
0x1e72276fd62e3af5a9987bd162c7b76aa93876c0edcad9928f426bad34808064
0x517d651a95d486fc932a3d17c8fde1bf16e3ad33ca8dd9f34838d3a29a036669
0x21cb1c1adb74900f8ad4dadb1452639870e838fc82cc48bac9b500e8faff955e
0xaada2d9b4aa092cd6003bd7321c6bb057577750c0414641dde3039e5bf2a0f23
0x4ca46b758df8d0cc4b218e05970c34fb16afc6dd99d7fdf4610783ff7a9c890d

Functions
Getter at block 21066786
baseTokenURI(view returns (string)
https://arweave.net/0uebIUwkd0wp9h3kzXK91TlliizX24Z9msR3bb6OB4s/
isPreSaleActive(view returns (bool)
true
isPublicSaleActive(view returns (bool)
true
isSaleHalted(view returns (bool)
false
merkleRoot(view returns (bytes32)
0x883bfb4b62093e4b83648740e8d5dca6470f4a344eeec1d6ba690479393d71fa
name(view returns (string)
Cloud Friends
owner(view returns (address)
0x2cf02a038e8bd166f49749ae060fe36927ca3671
preSaleActive(view returns (bool)
false
publicSaleActive(view returns (bool)
false
symbol(view returns (string)
CLOUD
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
companionMints(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 numberOfMintsbytes datapayable 
mintTeamSupply(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMaxMintPerWallet(uint256 _amount
setMerkleRoot(bytes32 _merkleRoot
setPreSaleState(bool _preSaleActiveState
setPreSaleTime(uint32 _time
setPublicSaleState(bool _publicSaleActiveState
setPublicSaleTime(uint32 _time
setSaleHaltedState(bool _saleHaltedState
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawProceeds(
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(string namestring symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(