CubismDotArt

Verified contract

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

No balances found for "CubismDotArt"

0xdd6b710744e31a6742a1590b2f6fdb1ed5dd5a1688c7483732ee56634d96c226
0x1b37aca34b724f769ff7c8bd78346e5069cadc01449a354b5a8cc052c03241e0
0x8f58f1bb1c767384270147adfaf5e2d5e8ba320e0a08451c03f6f916a37ef8c2
0x70f3f51ef15e8458d64a72aa88d0475473e873b65462de94758f403475629864
0xa433b361fc472010d33ab1640c61aacad2109f9dcaee1abd160314a8a113dfb2
0x60fc070277797460ace6bd303cec2ff71066ba368e07c3277454c5064416ae3e
0x9dc1583fb62a2a33bcd8d10fcf961164b1d6201421843ea29ef3cdc102af1924
0x5581832d8d7f230649c8ae6d8ceec3ec8a91f689081e9d19cfc450046de155b1
0x760d3774d451bd49b34d6dd5b892d2e2b892c27a40a9a12dea7078e181ca5cb9
0x0297df08c84359936157e0e73de3a6adbdf84a3773acc30d6a2ad6cdba0e2d16

Functions
Getter at block 21229693
MAX_FREE_PER_WALLET(view returns (uint256)
0
cost(view returns (uint256)
1000000000000000
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx(view returns (uint256)
100
maxSupply(view returns (uint256)
2222
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
cubism.art
owner(view returns (address)
0x04747964ff979f3a08c882bc81a31e798bb25a45
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
CUBISM
totalSupply(view returns (uint256)
2222
uriPrefix(view returns (string)
ipfs://bafybeibwljfd75xi7yr4263ditojabtcoe6quyud2xfkawqnm6m54uorby/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
alreadyFreeMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 amountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxFreePerWallet(uint256 _MAX_FREE_PER_WALLET
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxSupply(uint256 _maxSupply
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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