TheDogzAI

Verified contract

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

No balances found for "TheDogzAI"

0xa90e7a6d7cfffcb5405579d80826620e2ec82219d252deeb9b121cb1719af8e9
0x8f2bbb87764f177d3687ae7074ae9f38f9a8bb35c9ba5df65c20b53816f12a7a
0xa2eca8becd58e946d679b85fb0499af7457b03adbab4d7e9e1f1379d7a5a0ae7
0xfa7f68977e098f2d5a4709b8a9cf809445a9beeea2354c29a5ff96cb169145db
0xcdd35ea915dc2dff984bdc1ef5726786b7e2fe6e4b9a91469f68411a5d0d0f1c
0x48925efad841af81f513aba1d7b5de083eeece820d05ff8eb8e9e7ca787a557a
0x327734a38b5cb87eb1be243339e0156903ce13263fdd8b86685af0c481d95787
0x6d20da4983d77a5e9ce470b0f4743ac292b21129a24a5134b1f1c8a0d8159c74
0x5e680ab5d0edd06b713d602e14b1b523f53bca0b56a530f96dc178e06b3e6c19
0x7b1ebc7896d64720b0c8b2cb82d3e3c6dfb16392ad70916b8d24911b01924d5f

Functions
Getter at block 21307669
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_FREE_SUPPLY(view returns (uint256)
333
MAX_PER_TX(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
333
PRICE(view returns (uint256)
5000000000000000
baseTokenURI(view returns (string)
https://bafybeifavynqomnbdycjuohhnqeeujwuvg4lw6xrb4jlauur3aocpy3c3e.ipfs.nftstorage.link/metadata
initialize(view returns (bool)
true
maxFreePerTx(view returns (uint256)
1
name(view returns (string)
TheDogzAI
owner(view returns (address)
0xe5b743cb6d85da3a21dd6c87670ef3c5129b52cc
revealed(view returns (bool)
true
symbol(view returns (string)
DOGZAI
totalSupply(view returns (uint256)
333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
qtyFreeMinted(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 amountpayable 
renounceOwnership(
reveal(bool _revealed
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setInitialize(bool _initialize
setLimitFreeMintPerWallet(uint256 _limit
setMaxFreeAmount(uint256 _amount
setMaxLimitPerTransaction(uint256 _limit
setPrice(uint256 _price
transferFrom(address fromaddress touint256 tokenId
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(