CryptoDoges

Verified contract

Active on Ethereum with 4,240 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"

0xf88691b7fd6b8af6299678425907de684d39b5dd558da737fce31b55ac1808ee
0xe55dae4740e869d14dce04ecf7bdfa179c580dec02bdc3f157803ea8ff74f1d9
0xf21fb688f1481c1c43a3c4d4dbc31014de8cb0e03000975b0f35ec31590cd5ca
0xced99197c73c1f1616fde082aa57c6e8780bb210d8981ee3988c299fbf0ab2df
0x2f82c702d9f625d6219a57d5c51deea1df895be555f85c10aea5a50f8e48a960
0xe3cecd9076e13b2aaca0aed849b492ef890579338e75689888493884d7201b56
0x799c690459963af471739609266e3fc3f31eb708717ada0f8fafacf2aa7cbb4f
0xa87abbfbdfe25a3617f383e545d47e33358a883571e55f363c92924aa940f84b
0x484d3b4c7c09a2804ff52b584a9953d65a731e5c0e7d9e34508e470b0acb6725
0x25aa919364c47492982f462df35d9cb6d09a9d4bfe532d678be56c53f17a45b9

Functions
Getter at block 20938777
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(