CryptoDudes

Verified contract

Active on Ethereum with 3,355 txns
Deployed by via 0x66e51731 at 15078111
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional variables

No balances found for "CryptoDudes"

0x30e30f38f0665bc768c0679afddcb10f0b68d5c5992731d09d91cce57d00f27d
0x6c923dfbc2f8a8fbb071aaa630ad1085338c31b8945187c66cecfb53dcc676dd
0x72751639eaf883137cb77f7b8ef8868d31983ff115d802e5e8a89e3c52b837b8
0xbd3a93cf583a138b188f34b3d87e32e79f05d0cdc6dacff9a3c92e5e68fc06ec
0x509ebb798d915a7f877955239c1a7eb79c32a47115c9e0253246447433d6ddca
0xc222c4d5bff2079baa3b8c577b6ee60a1220eb47c897f720c258bc64bf7a696f
0x6f6ba315afc87bf383d74b328e05a8d180aaa32cd9eb98864d5b3c588c72fa74
0x54edef0b8683a345738338d063c57a51a74032bdc32896a89f1eaa4961d125de
0x3ce7b22a3c8975138f8422756d963774d2f86e9f05a1ddc9ccd2025e001857a5
0x187afe7e523ccaff321d8574a74649417e9b5ef20d7ce9f0db698d3d44c92605

Functions
Getter at block 21209275
MAX_GIFT(view returns (uint256)
2222
MAX_NFT_PER_WALLET(view returns (uint256)
2
MAX_PUBLIC(view returns (uint256)
0
MAX_SUPPLY(view returns (uint256)
2222
MAX_WHITELISTCLAIM(view returns (uint256)
0
WHITELIST_DURATION(view returns (uint256)
43200
baseURI(view returns (string)
ipfs://bafybeialqtdhxrek4lgdtamnuqhro2baccdjzb3es6icvpymabqywjoxv4/
claimStartTime(view returns (uint256)
1657125000
merkleRoot(view returns (bytes32)
0x4aabdf68d8cfc15046bd7c8495a8d37bd5721f2341e9b9fb405486af4394870f
merkleRootClaimList(view returns (bytes32)
0x905e72b3ec389137b7b1818a543ee1459e8f067fdd0af0a6512fe35b2b60d332
name(view returns (string)
CryptoDudes
notRevealedURI(view returns (string)
ipfs://QmVsy58desgVBHa2HZEtawiWK5XdcaXg6dq5avtZrS9x31/shadow.json
owner(view returns (address)
0x34a8830ad29d2cdf60e1d3905de12acc3cde41cd
publicSalePrice(view returns (uint256)
0
saleStartTime(view returns (uint256)
1657135800
sellingStep(view returns (uint8)
3
symbol(view returns (string)
CRYPTODUDES
totalReleased(view returns (uint256)
0
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
2222
wlSalePrice(view returns (uint256)
0
Read-only
amountNFTsperWalletSale(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
hasAlreadyClaimed(addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalReleased(address tokenview returns (uint256)
State-modifying
ClaimMint(address _accountuint256 _quantitybytes32[] _proofpayable 
approve(address touint256 tokenId
gift(address _touint256 _quantity
publicSaleMint(address _accountuint256 _quantitypayable 
release(address account
release(address tokenaddress account
releaseAll(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setClaimStartTime(uint256 _claimStartTime
setMaxMintPerWallet(uint256 _maxMintPerWallet
setMerkleRoot(bytes32 _merkleRoot
setMerkleRootClaim(bytes32 _merkleRootClaimList
setNotRevealedURI(string _notRevealedURI
setPublicPrice(uint256 _price
setRevealedURI(string _baseURI
setSaleStartTime(uint256 _saleStartTime
setStep(uint256 _step
setSupply(uint256 _maxSupplyuint256 _maxWhitelistuint256 _maxPublicuint256 _maxGift
setWhitelistDuration(uint256 _duration
setWhitelistPrice(uint256 _wlPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(address _accountuint256 _quantitybytes32[] _proofpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address[] _teamuint256[] _teamSharesbytes32 _merkleRootClaimListbytes32 _merkleRootstring _notRevealedURIuint256 _startTimeuint256 _claimStartTime
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(