Cloudy Me

Verified contract

Active on Ethereum with 5,445 txns
Deployed by via 0x36ad7600 at 14970519
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#1890)
ERC-721
--
 (#1889)
ERC-721
--
0x4af04b472b230f10659e0c32fb47aa641a6c8fe5528b76dd95d82943401efd5b
0xbf122be8b4a87876ea99bf38bd11b4a2e34fd921d69f9b84d95450a48d4683ab
0x17b6d5ed70387d6ba9ab0bfc41ecc0de2f3f6b7a68642df0b29e1de453e372d3
0xdf2e19c508f8e8c5b184cf378ff3cd92f7233a486a46295675956347b7c1d529
0xa4519fe9d2ce71cf113b1544e8d996bf530c7c5e529c4533ff7883ac537379eb
0x59a42fd199d7e7af9f7ac00bc6b5a85815f5cce19b15c2cddacb25a2cc5a0499
0x2c780cf0bedb22091fcbfbf1dd22388ad0ce2f78783dee87b8c828e97490f384
0x37f30759b92535427d29b5664e5422c0c2e53167eaf9f270a2188c66ec7cfcb9
0x73515cf0c69c4d62bd8d51f86229905bfd6e2d1f278c5fa6d651a1755ee7cbf5
0x85da307825acb3e7b435f5163ae1b73a83c56379330edbecf45b42526beda3f1

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedAmount(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(address touint256 amountpayable 
ownerMint(address touint256 amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setFreeMint(uint256 _freeMint
setMaxSupply(uint256 _MAX_SUPPLY
setOpenMint(bool _isOpenMint
setSignedAddress(address _signAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoney(
wlMint(address touint256 amountbytes _singaturepayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _baseTokenUriaddress _signAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(