CryptoDoges
Verified contract
Active on
Ethereum with 4,244 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CryptoDoges"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21375139 | 4 days ago | | | 0 | 0.00081340995 | |
| 21262832 | 20 days ago | | | 0 | 0.00057460085 | |
| 21169784 | a month ago | | | 0 | 0.0010389462 | |
| 21148251 | a month ago | | | 0 | 0.00058305213 | |
| 20424076 | 4 months ago | | | 0 | 0.000089761542 | |
| 20157391 | 6 months ago | | | 0 | 0.00012018587 | |
| 20073416 | 6 months ago | | | 0 | 0.00030978998 | |
| 20073324 | 6 months ago | | | 0 | 0.00032864116 | |
| 20073322 | 6 months ago | | | 0 | 0.00047078421 | |
| 20073308 | 6 months ago | | | 0 | 0.00059713415 |
ABI
ABI objects
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 owner) view returns (uint256)
checkCost(uint256 _mintAmount) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] accounts, uint256 amount)
approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setCostPrice(uint256 _cost)
setExtensionURL(string uri)
setMaxMintAmountPerTx(uint256 perTx)
setMaxMintAmountPerWallet(uint256 perWallet)
setbaseURL(string uri)
setnumberOfFreeNFTs(uint256 perWallet)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ContractPaused()
InsufficientFund()
InvalidMintAmount()
MaxMintWalletExceeded()
MaxSupply()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoSmartContract()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TokenNotExisting()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()