Cloud Friends
Verified contract
Active on
Ethereum with 954 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Cloud Friends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110321 | 24 days ago | | | 0 | 0.00020139991 | |
| 19717317 | 7 months ago | | | 0 | 0.00035254494 | |
| 19206216 | 10 months ago | | | 0 | 0.00074703685 | |
| 18328593 | a year ago | | | 0 | 0.00018905627 | |
| 17781937 | a year ago | | | 0 | 0.0010941973 | |
| 17696331 | a year ago | | | 0 | 0.00058370242 | |
| 17039996 | 2 years ago | | | 0 | 0.0016916032 | |
| 16990408 | 2 years ago | | | 0 | 0.0015064018 | |
| 16952579 | 2 years ago | | | 0 | 0.00093586878 | |
| 16952575 | 2 years ago | | | 0 | 0.0014786931 |
ABI
ABI objects
Getter at block 21283364
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 owner) view returns (uint256)
companionMints(address) 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
mintTeamSupply()
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)
setMaxMintPerWallet(uint256 _amount)
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()