Cloud Friends

Verified contract

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

No balances found for "Cloud Friends"

0x4c7e15051ec7bb6fefd4ce2a4c2317eaa0e3e862cbb9ef93f8816633690444e9
0x005f92e6a4b5083748e89c5db255dc8fc394966996e05c04675f6ad34086dc64
0xa7ca2d94d33dacbb4aab71e52c8c68e5453a8e0ad10bfcf431941f10a4f716c6
0x7bf42687987d94883db6f264825518467d8b1dcae2ca9d153f200fda2a420fdf
0x57a5e0bd59b4189a91d3c1b79f632c7ccdcabc664ec4d33d2917db51856ac435
0x2fc0829f3a5c6039ccab1761a22066fa28f04b0e3a4cdc4e81510ca49eedbd47
0x83f691ca9fcaac35e3d4e2b43277acfb39caa3e22a3a26529380d740bf696f5d
0xe6a33b6dfac20748a697e0d5ad51e4fb0074d7c34f5bd03eb67cd6ca626296e9
0xadf229cb16df795f27469b219ced79776edced3545a3c867a766e878bfe522e1
0x049e3afa47ae5e58767771cc6857573f1988a4665ff6e8d90ca1443a538a598d

Functions
Getter at block 21395422
PRICE(view returns (uint256)
90000000000000000
baseTokenURI(view returns (string)
https://arweave.net/TBD/
isPreSaleActive(view returns (bool)
false
isPublicSaleActive(view returns (bool)
false
isSaleHalted(view returns (bool)
true
merkleRoot(view returns (bytes32)
0x79a0d955107aa3e959bf0704417971280e9079171e771982a38b1230256480a4
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)
144
Read-only
balanceOf(address ownerview 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 
mintOwnerSupply(address addr
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
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(