art.json

Verified contract

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

No balances found for "art.json"

0x18628a6802c4c23fe28fcc2c5c90df8ab2280762ebe075a42ce86dd0468dae64
From
0x97266c24ba51702d8f48af25e2029cd2b3903156c57c34da3ac34a80ab66ad7f
0x4ca36c0fa1dafd5f39677903a2d609818de15817df28e0e6f23c6151b9ca2c65
From
0xae3d450b4e07ffa9e557eebb707a7d2878dd60f677e5bc01cf96b45155042970
0x59e76307f9e97f1ebb6a0b40f0b4267a26e7d38cffb42d3c040c6df26f0f1399
0xebf7c4c10524b570b632bd8ae18fbaa570bb36197ae0694b21d91a390e566e34
0xae8160333c8845207835faaa6d45af94d8e6f371bf261ab65ac573fc09b5a833
0x2dcbc4878d2cc3a996497902ae552fc360fc5c645f32337361d2aeddb134075e
0xb00381d575c4c82552c19fb122c153142d65ab3ddd16da7e11da4ec472999154
0x8d6b8bde71955b59f61388e50198d8dd7fd5a690ccf372bd12872e9da58866ea

Functions
Getter at block 20956612
MAX_FREE_PER_WALLET(view returns (uint256)
0
cost(view returns (uint256)
5000000000000000
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx(view returns (uint256)
100
maxSupply(view returns (uint256)
1333
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
art.json
owner(view returns (address)
0xba66d09ab9d04cfed8b7aa02a93d7eab5a9fb324
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
JSON
totalSupply(view returns (uint256)
1333
uriPrefix(view returns (string)
ipfs://bafybeidafolnnhwhs2acexpysej4ncdshbj44nuvdago3ve3t5iiis24vq/
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(