Cloud Friends
Verified contract
Active on
Ethereum with 181 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 "Cloud Friends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19577722 | 8 months ago | | | 0 | 0.0014184347 | |
| 15159116 | 2 years ago | | | 0 | 0.00025595236 | |
| 14969655 | 2 years ago | | | 0 | 0.0012856624 | |
| 14969655 | 2 years ago | | | 0 | 0.0011878190 | |
| 14800647 | 3 years ago | | | 0 | 0.00093435878 | |
| 14700770 | 3 years ago | | | 0 | 0.0042196813 | |
| 14648602 | 3 years ago | | | 0 | 0.0023609069 | |
| 14620789 | 3 years ago | | | 0 | 0.0023840134 | |
| 14620766 | 3 years ago | | | 0 | 0.0019220424 | |
| 14616838 | 3 years ago | | | 0 | 0.0013795086 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfMints, bytes data) payable
mintOwnerSupply(address addr)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _merkleRoot)
setPreSaleState(bool _preSaleActiveState)
setPreSaleTime(uint32 _time)
setPublicSaleState(bool _publicSaleActiveState)
setPublicSaleTime(uint32 _time)
setSaleHaltedState(bool _saleHaltedState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawProceeds()
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(string name, string symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()