CryptoDoges

Verified contract

Active on Ethereum with 4,244 txns
Deployed by via 0xf782e67a at 17042624
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CryptoDoges"

0x1d2a28cc4b7065d192f32a9e034a4b56de75f0b16fea0ee42f80ced7035071fe
0x3440111cb4397a61da19cc4d695efda3834094f644327caa9023d495800d291b
0x3cae71b50bc4b4c92eab31eca11b7a1a3a2d21e3ea2c85c17aa47d506c632e94
0x5533990546d392c5b4ca07d2fbdbc5675872d233e0193e73529c4d4dfa6bf226
0xf88691b7fd6b8af6299678425907de684d39b5dd558da737fce31b55ac1808ee
0xe55dae4740e869d14dce04ecf7bdfa179c580dec02bdc3f157803ea8ff74f1d9
0xf21fb688f1481c1c43a3c4d4dbc31014de8cb0e03000975b0f35ec31590cd5ca
0xced99197c73c1f1616fde082aa57c6e8780bb210d8981ee3988c299fbf0ab2df
0x2f82c702d9f625d6219a57d5c51deea1df895be555f85c10aea5a50f8e48a960
0xe3cecd9076e13b2aaca0aed849b492ef890579338e75689888493884d7201b56

Functions
Getter at block 21402852
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_maxSupply(view returns (uint256)
10000
costOfNFT(view returns (uint256)
0
maxMintAmountPerTx(view returns (uint256)
3
maxMintAmountPerWallet(view returns (uint256)
3
name(view returns (string)
CryptoDoges
numberOfFreeNFTs(view returns (uint256)
10000
owner(view returns (address)
0xbb25d134e339212abc93d00c3f534da4786f63ef
symbol(view returns (string)
DOGE
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
checkCost(uint256 _mintAmountview 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)
State-modifying
airdrop(address[] accountsuint256 amount
approve(address touint256 tokenIdpayable 
mint(uint256 _mintAmountpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setCostPrice(uint256 _cost
setExtensionURL(string uri
setMaxMintAmountPerTx(uint256 perTx
setMaxMintAmountPerWallet(uint256 perWallet
setbaseURL(string uri
setnumberOfFreeNFTs(uint256 perWallet
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ContractPaused(
InsufficientFund(
InvalidMintAmount(
MaxMintWalletExceeded(
MaxSupply(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoSmartContract(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TokenNotExisting(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(