COSMOLUSIONS By Joe Winograd

Verified contract

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

No balances found for "COSMOLUSIONS By Joe Winograd"

0xa13ef0688169136bad75428d46ea4f301931b737db31139a4edf8e18ac55e739
0xfcb1b58f721f8d055a78dc80ed20398cb157c6829378fb52601ad707752171d9
0xff7eaaff202fafed2312e423b947ddae2410b34c3865e8918622f95a334f9e18
0x29c9f3d80f3308360015b9f5270ede18683cf05ec22ff0ce43ebadf51d93cd02
0xfbe574827694c24bc25751f538ebd919a97efa1b1a5a4a03489b538a8ed1b98a
0x770003096431a66dcdd79d7ae53f0c49ae32f598e9c1aeccad1415697b1c0e48
0x1ea8b7e7eb2b8a0cd777e97cadb2e1c5bf680732254b29badeaec4d00c679c4d
0x9dba8c510b0d9f3d311f58afd0e9ae2c7d648aa9dd4d844894e69cf1c2121660
0x3a338a8ac4e525bde1c1763dcdcb88ce28509dac90af0e07de26e0887a4d6e3e
0xd299bf732e7e15eab6cb5d5a4514d5c64f99786f7a10b440b22cc09b5b917ad1

Functions
Getter at block 21092480
cost(view returns (uint256)
2000000000000000
hiddenMetadataUri(view returns (string)
HIDDEN
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
555
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
COSMOLUSIONS By Joe Winograd
owner(view returns (address)
0x54ec8c4cafccf9d31723d196691c8f4b8cbb3479
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
CSML
totalSupply(view returns (uint256)
555
uriPrefix(view returns (string)
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
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
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
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(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(