CryptoLadies Official

Verified contract

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

No balances found for "CryptoLadies Official"

0x815278fc7bea5e7c9f98684e832ef51e01e71921291c4402eea06279cd5a7fe3
0x1b6292b8adfa96adb6b94c0a601e3c84decd309da9e8c454e5d7924619bd9086
0xb5a4281aea504cdb714b0b58170a7c595ed1390bdbe4c7461b2d322e9b42a6f1
0xc58ae95974d6994f8544b6cb4a72db855c0260d20240ad94f69bab8552044366
0x5f0d4010444dfb0fc3d838bdd0b142b81f695af9379c30fe0b38356f303e5f6f
0x1f7969f85dcb237c8db440d639d52c706164a3b6fcb07c5f7bea3f8f05f6d5d6
0xa2437f713de0dd0b597c578c909c8adbb60e5428cf62c95db643df75815713ec
0xc0b8834d0c7f974731a7904c90513b976da520f79529f978401d1bed7bad3646
0xaaf6fd7c438f55e68099d28ce8e09c8e619736dbfdcf050a22dc284552311c23
0xc7d7e3cc6c88e556163c084c673174ec5598a817e7b704cac0c6bb68ca83ecfb

Functions
Getter at block 21320162
MAX_FREE_PER_WALLET(view returns (uint256)
1
cost(view returns (uint256)
300000000000000
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
1337
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
CryptoLadies Official
owner(view returns (address)
0x2e8db4ea1227e06d378889685eabf25a836b8618
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
CRYPTOLADY
totalSupply(view returns (uint256)
401
uriPrefix(view returns (string)
ipfs://bafybeic7xplwfaram5xxohx2aeta5fscohg4qpw6myjoiz6tjymh2axd5i/
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(