Pixel Clouds
Verified contract
Active on
Ethereum with 907 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Pixel Clouds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20686565 | 3 months ago | | | 0 | 0.00025035009 | |
| 20662922 | 3 months ago | | | 0 | 0.000087883200 | |
| 20333813 | 4 months ago | | | 0 | 0.00055824306 | |
| 20125905 | 5 months ago | | | 0 | 0.00032565749 | |
| 19760253 | 7 months ago | | | 0 | 0.00045606231 | |
| 19045553 | 10 months ago | | | 0 | 0.00036936354 | |
| 18903560 | a year ago | | | 0 | 0.00066253006 | |
| 18895910 | a year ago | | | 0 | 0.00074895052 | |
| 18893253 | a year ago | | | 0 | 0.0010556369 | |
| 17734907 | a year ago | | | 0 | 0.0014702070 |
ABI
ABI objects
Getter at block 21289084 code() view returns (string) owners() view returns (address[]) totalSupply() view returns (uint256 supply)
ERC712_VERSION() view returns (string)
1
artist() view returns (string)
Cano
artistMax() view returns (uint256)
50
artistMinted() view returns (uint256)
50
baseTokenURI() view returns (string)
https://geneticchain.io/api/project/10/token
description() view returns (string)
Pixel Clouds aim to create a new form of culture based on a shared aesthetic utilizing decentralized ownership of clouds with the option to control rain.
galleryMax() view returns (uint256)
15
gallryMinted() view returns (uint256)
15
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x926d17fcbce7c7880045a2a91604ba8223865d9cd12fa6dee0d4093db89a4681
getLibraries() view returns (struct PixelCloudsIpfsAsset[])
[(p5-v1.4.0.min.js, QmeYkD5aL8de9ZGxVrDHN1jw2gpJeMzWN8HvqRWr7UNDLS)]
getLibraryCount() view returns (uint256)
1
isLocked() view returns (bool)
false
maxTokenId() view returns (uint256)
1200
memberPrice() view returns (uint256)
30000000000000000
name() view returns (string)
Pixel Clouds
owner() view returns (address)
0xa50750ae4b64b0a64174ca345870f1a8a5c9a2ee
projectId() view returns (uint256)
10
publicLive() view returns (bool)
true
publicMax() view returns (uint256)
1135
publicMinted() view returns (uint256)
1135
publicPrice() view returns (uint256)
50000000000000000
symbol() view returns (string)
GCP10
Read-only
balanceOf(address owner) view returns (uint256 balance)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
libraries(uint256) view returns (string name, string hash)
ownerOf(uint256 tokenId) view returns (address)
ownerTokens(address owner) view returns (uint256[])
state(uint256 tokenId) view returns (int64 rainMeter, bool rain)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenHash(uint256 tokenId) view returns (bytes32)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addLibrary(string name, string hash)
approve(address to, uint256 tokenId)
artistMintTo(address _to, uint256 count)
burn(uint256 tokenId)
enablePublicMint()
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
galleryMintTo(address _to, uint256 count)
lockContract()
mint(uint256 count) payable
removeLibrary(uint256 index)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
secureMint(bytes32 msgHash, bytes signature, uint256 allocation, uint256 count) payable
setApprovalForAll(address operator, bool approved)
setArtistAddress(address artistAddress, uint256 index)
setBaseTokenURI(string baseUri)
setBurnerAddress(address burner)
setCode(string code_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateState(uint256 tokenId, int64 rainMeter, bool rain)
withdraw(address to, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StateChange(address indexed owner, uint256 tokenId, struct PixelCloudsArtState state)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(struct PixelCloudsIpfsAsset lib, string baseUri_, uint256[3] tokenMax_, uint256 seed, address proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.