CryptoGeekz

Verified contract

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

No balances found for "CryptoGeekz"

0x581f4b86f545413922ca8abd6b823d27927292da7bcb887bbecfaaa203bb17c3
0x86c4e8f97451b47d394a4ec8bb3cfaa2d466387ee51d2dc9c659409418f44a3c
0x56a940608771142bef5063d47e24ad4ee953942e237d021d5fa65a8da0aa948b
0xc71c36248a6e65a1400485362159b38d20c20ea1319fb01d389b540118b27dfe
0x5649b77999c664e6a75fe29fd190b104e41fc66979aecfcf7028f4d828b12920
0xfdc77ee9af49f6b5f57eef34f6fada212124291205c60aaf27a20e472903dacb
0x3ea113fc20ab3d86443aff354d47718bfcb2c693a3bbfe1c6d2b30ba4e4e04d3
0xb091036a8209de9f3ab1cb6fa67a0e919f9c5a23a625a83b99513e1144995b01
0xfbab0e2ed7e8d2c6b8591da671d5d4c06a2b36cd0c1831bc3161090cf0ea38fc
0xbc9f89c5876233c979d646c4fbfff5ab4206ee4af74601b8d4f89c303815f387

Functions
Getter at block 21319662
cost(view returns (uint256)
90000000000000000
costInApeCoins(view returns (uint256)
20
hiddenMetadataUri(view returns (string)
ipfs://QmW8GuUrscc2L1qoZ24Xxer9BxiucsVZQUHwnrHzEpnLyy
maxMintAmountPerTx(view returns (uint256)
1
maxSupply(view returns (uint256)
333
merkleRoot(view returns (bytes32)
0xe1a5440fa858b662e571a1fc2ae7a4f5538731467f7735cf09dbf6d2f01f23e1
name(view returns (string)
CryptoGeekz
owner(view returns (address)
0x83c630bdd60fe8e12394117f1772253e40f09811
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
CGZ
totalSupply(view returns (uint256)
83
uriPrefix(view returns (string)
ipfs://QmTv6emBEzGGVE3AuqCJXi1gcgPQQ4MpMpPEwJhbkVf8Ya/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
true
Read-only
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 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
mintWithApeCoin(uint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApeContract(address apeContractAddress
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 
whitelistMintWithApeCoin(uint256 _mintAmountbytes32[] _merkleProof
withdraw(
withdrawApeCoins(
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(