CloudCitizens

Verified contract

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

No balances found for "CloudCitizens"

0xd12265b9443889b2b780acf2014798fd28c45ac28e94909f9ead993d76d81340
0x12bb5fb841da89a2dc69aa8b5b6779b2a16334bc9e6fa0f1129c7be63c882143
0x8e02e9202e9c2e6eba316719fcc2c9d2b718074a0a15745671dc618832b74572
0xa636a0b7ac621f4236a4b7db22279e8f97b02dc84c7c4980b6c2733a2848746d
0xa8bfb7f3a2774759356de839dee6c49e161919bd9be72398b05726d710c4b180
0x2f6e245e3784375b4f37511016d5daae1ef2a5e545158ac5b24ad5c05d5d6792
0x3c285774f901940842ddb45ecd423b65f85e3809603831b93022eb40c9c86bf6
0xe95858da81796449c524d766f99c709c192c9807ca3ae5c7658881a5c46dba35
0x39a2e09b5b1031106603c81da87cf0a5671780e17b7c8abe6e3052c93d00860a
0x6c4adc982fa92b057f573c4b13ed02c7246b09795003649ee97bdc9af7b01c67

Functions
Getter at block 20921619
AIRDROP_ROLE(view returns (bytes32)
0x3a2f235c9daaf33349d300aadff2f15078a89df81bcfdd45ba11c8f816bddc6f
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PRIVATE_SALE_AMOUNT(view returns (uint256)
1000
PUBLIC_SALE_AMOUNT(view returns (uint256)
900
TEAM_AMOUNT(view returns (uint256)
100
TOTAL_SUPPLY(view returns (uint256)
2000
baseTokenURI(view returns (string)
ipfs://bafybeifk63aznfm4npeczcln7sbyzd42733efbyu2rfecqu6563f6yjazy/
claimed(view returns (bool)
false
name(view returns (string)
CloudCitizens
owner(view returns (address)
0x9343dba432de2b97da82836a6619b05874804e15
price(view returns (uint256)
0
privateSaleActive(view returns (bool)
true
privateSaleAmount(view returns (uint256)
180
privateSaleMerkleRoot(view returns (bytes32)
0x149b69dc9ae9e6110b49a961469b5789553307b231db97b917ef3b27777d90e8
publicSaleActive(view returns (bool)
false
publicSaleAmount(view returns (uint256)
0
publicSaleMaxPerWallet(view returns (uint256)
1
symbol(view returns (string)
CLOUDCITIZENS
totalSupply(view returns (uint256)
180
Read-only
balanceOf(address ownerview returns (uint256)
codeUsedMap(stringview returns (bool)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getPublicSalePrice(uint256 amountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicSaleCountMap(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
validClaim(string codeuint256 amountbytes32[] merkleProofview returns (bool)
State-modifying
airdropClaimWithProof(address touint256 amountstring codebytes32[] merkleProof
approve(address touint256 tokenId
claimTokensForTeam(
claimWithProof(uint256 amountstring codebytes32[] merkleProof
grantRole(bytes32 roleaddress account
mint(uint256 amountpayable 
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setPrice(uint256 _price
setPrivateSaleActive(bool _privateSaleActive
setPrivateSaleMerkleRoot(bytes32 _privateSaleMerkleRoot
setPublicSaleActive(bool _publicSaleActive
setPublicSaleMaxPerWallet(uint256 _publicSaleMaxPerWallet
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawAll(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenURIbytes32 _privateSaleMerkleRoot
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(