Cloudy Me
Verified contract
Active on
Ethereum with 5,445 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CM | ERC-721 | 1 | -- | -- | |
CM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20996008 | 2 months ago | | | 0 | 0.00041566428 | |
| 20711341 | 3 months ago | | | 0 | 0.00012009146 | |
| 20432268 | 4 months ago | | | 0 | 0.00024658062 | |
| 20382789 | 5 months ago | | | 0 | 0.00014971375 | |
| 20382786 | 5 months ago | | | 0 | 0.00015225248 | |
| 20382785 | 5 months ago | | | 0 | 0.00015374095 | |
| 20382784 | 5 months ago | | | 0 | 0.00015661546 | |
| 20382783 | 5 months ago | | | 0 | 0.00022271550 | |
| 19867757 | 7 months ago | | | 0 | 0.00032672281 | |
| 19558445 | 8 months ago | | | 0 | 0.00046711337 |
ABI
ABI objects
Getter at block 21384456
FREE_MINT() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
5555
MINT_LIMIT() view returns (uint256)
10
MINT_PRICE() view returns (uint256)
5500000000000000
baseTokenURI() view returns (string)
https://www.cloudyme.xyz/api/
isOpenMint() view returns (bool)
true
name() view returns (string)
Cloudy Me
owner() view returns (address)
0xa32c83dafed34eb2e0fc15a8948d8713e6ba334f
signAddress() view returns (address)
0xad570bc60adc14772542503d4d68b04486d18606
symbol() view returns (string)
CM
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address to, uint256 amount) payable
ownerMint(address to, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setFreeMint(uint256 _freeMint)
setMaxSupply(uint256 _MAX_SUPPLY)
setOpenMint(bool _isOpenMint)
setSignedAddress(address _signAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
wlMint(address to, uint256 amount, bytes _singature) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseTokenUri, address _signAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()